Skip to content

Commit

Permalink
final changes
Browse files Browse the repository at this point in the history
  • Loading branch information
etdv-thevoid committed May 10, 2024
1 parent c7baa26 commit a5ac00a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion includes.asm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
GEN_2_GRAPHICS EQU 1
DEF GEN_2_GRAPHICS EQU 1

INCLUDE "macros/asserts.asm"
INCLUDE "macros/const.asm"
Expand Down
8 changes: 4 additions & 4 deletions rgbdscheck.asm
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
MAJOR EQU 0
MINOR EQU 6
PATCH EQU 0
DEF MAJOR EQU 0
DEF MINOR EQU 6
DEF PATCH EQU 0

WRONG_RGBDS EQUS "fail \"pokered requires rgbds v0.6.0 or newer.\""
DEF WRONG_RGBDS EQUS "fail \"pokered requires rgbds v0.6.0 or newer.\""

IF !DEF(__RGBDS_MAJOR__) || !DEF(__RGBDS_MINOR__) || !DEF(__RGBDS_PATCH__)
WRONG_RGBDS
Expand Down

0 comments on commit a5ac00a

Please sign in to comment.