version constant

This commit is contained in:
yenatch 2013-07-04 03:55:04 -04:00
parent e7a7fcc924
commit aa62a4b88d
1 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,11 @@
_CRYSTAL EQU 1
if _CRYSTAL
VERSION EQU 0
else
VERSION EQU 1
endc
INCLUDE "constants/pokemon_constants.asm"
INCLUDE "constants/move_constants.asm"
INCLUDE "constants/battle_constants.asm"