You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Rename wCurSpaceData and wTempSpaceData to *SpaceStruct and create space_struct macro
This commit is contained in:
@@ -406,3 +406,10 @@ MACRO battle_bg_effect
|
||||
\1BattleTurn:: db
|
||||
\1Param:: db
|
||||
ENDM
|
||||
|
||||
MACRO space_struct
|
||||
\1XCoord:: db
|
||||
\1YCoord:: db
|
||||
\1Effect:: db
|
||||
\1NextSpace:: db
|
||||
ENDM
|
||||
|
Reference in New Issue
Block a user