Rename wCurSpaceData and wTempSpaceData to *SpaceStruct and create space_struct macro

This commit is contained in:
xCrystal
2023-10-20 20:16:10 +02:00
parent fc7b65347f
commit b0e2e7aef3
4 changed files with 18 additions and 19 deletions

View File

@@ -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