summaryrefslogtreecommitdiff
path: root/vc/pokecrystal11.constants.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2022-03-13 23:21:27 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2022-03-13 23:21:27 -0400
commit4d102dcb3fde1817c109a7522864ff1ed61007d9 (patch)
tree2df9682e564e5ab9523c090d74bd694d015f1664 /vc/pokecrystal11.constants.asm
parenta4bc0ab74f23ef4e208a8a86769d8f1a797180ab (diff)
Allow `vc_const` to work with charmap characters (necessary for pokegold)
Diffstat (limited to 'vc/pokecrystal11.constants.asm')
-rw-r--r--vc/pokecrystal11.constants.asm3
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]