summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/map_header_banks.asm2
-rw-r--r--data/map_header_pointers.asm4
2 files changed, 3 insertions, 3 deletions
diff --git a/data/map_header_banks.asm b/data/map_header_banks.asm
index bbc3034e..2e75a0f1 100644
--- a/data/map_header_banks.asm
+++ b/data/map_header_banks.asm
@@ -108,7 +108,7 @@ MapHeaderBanks:: ; fc3e4 (3f:43e4)
db $1d ; unused
db $1d ; unused
db $1d ; unused
- db $17 ; db BANK(VictoryRoad1_h)
+ db BANK(VictoryRoad1_h)
db $1d ; unused
db $1d ; unused
db $1d ; unused
diff --git a/data/map_header_pointers.asm b/data/map_header_pointers.asm
index 8037ba29..8997bdb4 100644
--- a/data/map_header_pointers.asm
+++ b/data/map_header_pointers.asm
@@ -108,7 +108,7 @@ MapHeaderPointers:: ; fc1f2 (3f:41f2)
dw $623d ; dw Lance_h ; unused
dw $623d ; dw Lance_h ; unused
dw $623d ; dw Lance_h ; unused
- dw $5909 ; dw VictoryRoad1_h
+ dw VictoryRoad1_h
dw $623d ; dw Lance_h ; unused
dw $623d ; dw Lance_h ; unused ;id=110
dw $623d ; dw Lance_h ; unused
@@ -248,4 +248,4 @@ MapHeaderPointers:: ; fc1f2 (3f:41f2)
dw $59ef ; dw Lorelei_h
dw $5b4a ; dw Bruno_h
dw $5ca1 ; dw Agatha_h ;247
- dw $620e ; dw BeachHouse_h
+ dw BeachHouse_h