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.asm2
2 files changed, 2 insertions, 2 deletions
diff --git a/data/map_header_banks.asm b/data/map_header_banks.asm
index 214f2466..1e99ee16 100644
--- a/data/map_header_banks.asm
+++ b/data/map_header_banks.asm
@@ -28,7 +28,7 @@ MapHeaderBanks:: ; fc3e4 (3f:43e4)
db $15 ; db BANK(Route14_h) ; ROUTE_14
db $16 ; db BANK(Route15_h) ; ROUTE_15
db $16 ; db BANK(Route16_h) ; ROUTE_16
- db $15 ; db BANK(Route17_h) ; ROUTE_17
+ db BANK(Route17_h) ; ROUTE_17
db BANK(Route18_h) ; ROUTE_18
db BANK(Route19_h) ; ROUTE_19
db BANK(Route20_h) ; ROUTE_20
diff --git a/data/map_header_pointers.asm b/data/map_header_pointers.asm
index 8418f195..18a0e9c7 100644
--- a/data/map_header_pointers.asm
+++ b/data/map_header_pointers.asm
@@ -28,7 +28,7 @@ MapHeaderPointers:: ; fc1f2 (3f:41f2)
dw $49a1 ; dw Route14_h
dw $492c ; dw Route15_h
dw $4ada ; dw Route16_h
- dw $4b28 ; dw Route17_h
+ dw Route17_h
dw Route18_h
dw Route19_h
dw Route20_h