summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@github.com>2013-02-12 14:41:28 -0500
committeryenatch <yenatch@gmail.com>2013-02-12 14:58:17 -0500
commit5447792dd52aff34881dedb5533380f9a55ff4dc (patch)
treebd4472555416b6c06a31c4a22b8d7e5bc49e9d51
parent2063814b75029fda768f3318dda0becf60a79bbd (diff)
Last map header label
-rw-r--r--main.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/main.asm b/main.asm
index 698410e21..379df3d2b 100644
--- a/main.asm
+++ b/main.asm
@@ -2527,7 +2527,7 @@ GetMapHeaderPointer: ; 0x2bed
; find the cth map header
dec c
ld b, $0
- ld a, OlivineGym_MapHeader - MapHeader_0x94034
+ ld a, OlivineGym_MapHeader - OlivinePokeCenter1F_MapHeader
call AddNTimes
ret
@@ -44753,7 +44753,7 @@ SECTION "bank25",DATA,BANK[$25]
MapHeaderPointers: ; 0x94000
; pointers to the first map header of each map group
- dw MapHeader_0x94034
+ dw OlivinePokeCenter1F_MapHeader
dw MahoganyRedGyaradosSpeechHouse_MapHeader
dw SproutTower1F_MapHeader
dw EcruteakHouse_MapHeader
@@ -44780,7 +44780,7 @@ MapHeaderPointers: ; 0x94000
dw Route5_MapHeader
dw Route30_MapHeader
-MapHeader_0x94034: ; 0x94034
+OlivinePokeCenter1F_MapHeader: ; 0x94034
; bank, tileset, permission
db BANK(OlivinePokeCenter1F_SecondMapHeader), $7, 3