Define constants for map event sizes

This commit is contained in:
Rangi
2019-03-03 14:19:16 -05:00
parent dc396822d7
commit 79dc22c769
7 changed files with 36 additions and 28 deletions

View File

@@ -32,7 +32,7 @@ coord_event: MACRO
db \3, \2, \1
db 0 ; filler
dw \4
db 0, 0 ; filler
dw 0 ; filler
ENDM
bg_event: MACRO