Add radio_constants.asm, update "map" macro

This commit is contained in:
PikalaxALT
2015-08-17 11:51:09 -04:00
parent aa27080e29
commit 4831b4429e
2 changed files with 18 additions and 7 deletions

View File

@@ -1,12 +1,5 @@
map: MACRO
; This is a silly hack to get around an rgbds bug.
; Ideally:
db GROUP_\1, MAP_\1
; \1\@ EQUS "GROUP_\1"
; \1\@_2 EQUS "MAP_\1"
; db \1\@, \1\@_2
ENDM
roam_map: MACRO