Add wMapSpacesPointer to the map attributes (#4); create basic space macro to define the space layout of maps (#23)

This commit is contained in:
xCrystal
2023-10-17 18:27:28 +02:00
parent a31c114382
commit 806b048a9f
11 changed files with 106 additions and 49 deletions

View File

@@ -131,6 +131,14 @@ MACRO object_event
endc
ENDM
MACRO space
;\1: x coord
;\2: y coord
;\3: effect (space type specific)
;\4: next space
db \1, \2, \3, \4
ENDM
MACRO trainer
;\1: trainer group
;\2: trainer id