From 4d102dcb3fde1817c109a7522864ff1ed61007d9 Mon Sep 17 00:00:00 2001 From: Rangi Date: Sun, 13 Mar 2022 23:21:27 -0400 Subject: Allow `vc_const` to work with charmap characters (necessary for pokegold) --- vc/pokecrystal11.constants.asm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vc') 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] -- cgit v1.2.3