diff options
Diffstat (limited to 'vc')
-rw-r--r-- | vc/pokecrystal11.constants.asm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vc/pokecrystal11.constants.asm b/vc/pokecrystal11.constants.asm index 87a3c90b4..48aa45ac7 100644 --- a/vc/pokecrystal11.constants.asm +++ b/vc/pokecrystal11.constants.asm @@ -3,7 +3,8 @@ INCLUDE "constants.asm" ; These are all the asm constants needed to make the crystal11_vc patch. vc_const: MACRO - println "00:{04x:\1} \1" ; same format as rgblink's .sym file +x = \1 + println "00:{04x:x} \1" ; same format as rgblink's .sym file ENDM ; [fight begin] |