ref: aa62a4b88d956af1034bd07d94a4a703269b59b1
parent: e7a7fcc92446134d47bbfb0b308c4decc2a2adf8
author: yenatch <[email protected]>
date: Wed Jul 3 23:55:04 EDT 2013
version constant
--- a/constants.asm
+++ b/constants.asm
@@ -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"