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 Map<N>Object addresses to MapObject<N>; create wMapObjectsBackups and sMapObjectsBackups in respective WRAM/SRAM sections (#32)
This commit is contained in:
@@ -330,20 +330,20 @@ MACRO object_struct
|
||||
ENDM
|
||||
|
||||
MACRO map_object
|
||||
\1ObjectStructID:: db
|
||||
\1ObjectSprite:: db
|
||||
\1ObjectYCoord:: db
|
||||
\1ObjectXCoord:: db
|
||||
\1ObjectMovement:: db
|
||||
\1ObjectRadius:: db
|
||||
\1ObjectHour1:: db
|
||||
\1ObjectHour2::
|
||||
\1ObjectTimeOfDay:: db
|
||||
\1ObjectPalette::
|
||||
\1ObjectType:: db
|
||||
\1ObjectSightRange:: db
|
||||
\1ObjectScript:: dw
|
||||
\1ObjectEventFlag:: dw
|
||||
\1StructID:: db
|
||||
\1Sprite:: db
|
||||
\1YCoord:: db
|
||||
\1XCoord:: db
|
||||
\1Movement:: db
|
||||
\1Radius:: db
|
||||
\1Hour1:: db
|
||||
\1Hour2::
|
||||
\1TimeOfDay:: db
|
||||
\1Palette::
|
||||
\1Type:: db
|
||||
\1SightRange:: db
|
||||
\1Script:: dw
|
||||
\1EventFlag:: dw
|
||||
ds 2
|
||||
ENDM
|
||||
|
||||
|
Reference in New Issue
Block a user