You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Effects of branch (and union) space [Commit 2] (#28)
This commit is contained in:
@@ -134,9 +134,17 @@ ENDM
|
||||
MACRO space
|
||||
;\1: x coord
|
||||
;\2: y coord
|
||||
; [non-branch space]
|
||||
;\3: effect (space type specific)
|
||||
;\4: next space
|
||||
db \1, \2, \3, \4
|
||||
; [branch space]
|
||||
;\3: pointer to branch struct
|
||||
db \1, \2
|
||||
if _NARG == 4
|
||||
db \3, \4
|
||||
else
|
||||
dw \3
|
||||
endc
|
||||
ENDM
|
||||
|
||||
MACRO trainer
|
||||
|
Reference in New Issue
Block a user