diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-02-03 16:58:49 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-02-03 17:11:55 -0500 |
commit | 6ff2cb20e67db2054486fc5dc48eb9263298d4ad (patch) | |
tree | d70275fa8318d27959d156c15456eecc63b39191 /wram.asm | |
parent | bf138d94d42ba0d092d5028e40a85260c250a4ee (diff) |
map → map_id; map_def → map; map_data → map_attributes
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1992,14 +1992,14 @@ wOverworldMapAnchor:: dw ; d194 wMetatileStandingY:: db ; d196 wMetatileStandingX:: db ; d197 -wPartialMapDef:: -wMapDataBank:: db ; d198 +wMapPartial:: +wMapAttributesBank:: db ; d198 wTileset:: db ; d199 wEnvironment:: db ; d19a -wMapDataPointer:: dw ; d19b -wPartialMapDefEnd:: +wMapAttributesPointer:: dw ; d19b +wMapPartialEnd:: -wMapData:: ; d19d +wMapAttributes:: ; d19d MapBorderBlock:: db ; d19d ; width/height are in blocks (2x2 walkable tiles, 4x4 graphics tiles) MapHeight:: db ; d19e @@ -2011,7 +2011,7 @@ MapScriptsPointer:: dw ; d1a4 MapEventsPointer:: dw ; d1a6 ; bit set MapConnections:: db ; d1a8 -wMapDataEnd:: +wMapAttributesEnd:: NorthMapConnection:: map_connection_struct North ; d1a9 SouthMapConnection:: map_connection_struct South ; d1b5 |