You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Add wMapSpacesPointer to the map attributes (#4); create basic space macro to define the space layout of maps (#23)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user