mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-03-21 17:45:52 -05:00
7 lines
237 B
NASM
7 lines
237 B
NASM
IF !DEF(__RGBDS_MAJOR__) || !DEF(__RGBDS_MINOR__) || !DEF(__RGBDS_PATCH__)
|
|
fail "pokecrystal requires rgbds v0.7.0 or newer."
|
|
ENDC
|
|
IF __RGBDS_MAJOR__ == 0 && __RGBDS_MINOR__ < 7
|
|
fail "pokecrystal requires rgbds v0.7.0 or newer."
|
|
ENDC
|