Use bankless symbols for VC constants

This is valid according to the .sym file spec:
<https://rgbds.gbdev.io/sym/>
This commit is contained in:
Rangi42
2024-08-04 21:03:56 -04:00
parent 9ae05312d6
commit 746a06f1de
2 changed files with 8 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
MACRO vc_const
DEF x = \1
println "00:{04x:x} \1" ; same format as rgblink's .sym file
println "{02x:x} \1" ; same format as rgblink's .sym file
ENDM
; [fight begin]