summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm12
1 files changed, 6 insertions, 6 deletions
diff --git a/wram.asm b/wram.asm
index e430fe7a5..1372378ee 100644
--- a/wram.asm
+++ b/wram.asm
@@ -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