mirror of https://github.com/pret/pokecrystal.git
rgbdscheck requires 0.4.1
This commit is contained in:
parent
553cb9bc82
commit
d56f172b79
|
@ -1,7 +1,7 @@
|
|||
; pokecrystal requires rgbds 0.4.0 or newer.
|
||||
; pokecrystal requires rgbds 0.4.1 or newer.
|
||||
MAJOR EQU 0
|
||||
MINOR EQU 4
|
||||
PATCH EQU 0
|
||||
PATCH EQU 1
|
||||
|
||||
if !DEF(__RGBDS_MAJOR__) || !DEF(__RGBDS_MINOR__) || !DEF(__RGBDS_PATCH__)
|
||||
fail "pokecrystal requires rgbds {MAJOR}.{MINOR}.{PATCH} or newer."
|
||||
|
|
Loading…
Reference in New Issue