diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/map_header_banks.asm | 4 | ||||
-rw-r--r-- | data/map_header_pointers.asm | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/data/map_header_banks.asm b/data/map_header_banks.asm index a552d9fa..52f4b49f 100644 --- a/data/map_header_banks.asm +++ b/data/map_header_banks.asm @@ -188,8 +188,8 @@ MapHeaderBanks:: ; fc3e4 (3f:43e4) db BANK(Route15GateUpstairs_h) db BANK(Route16Gate_h) db BANK(Route16GateUpstairs_h) - db $07 ; db BANK(Route16House_h) - db $15 ; db BANK(Route12House_h) + db BANK(Route16House_h) + db BANK(Route12House_h) db BANK(Route18Gate_h) db BANK(Route18GateUpstairs_h) db $11 ; db BANK(SeafoamIslands1_h) diff --git a/data/map_header_pointers.asm b/data/map_header_pointers.asm index 49293c55..0177e164 100644 --- a/data/map_header_pointers.asm +++ b/data/map_header_pointers.asm @@ -188,8 +188,8 @@ MapHeaderPointers:: ; fc1f2 (3f:41f2) dw Route15GateUpstairs_h dw Route16Gate_h dw Route16GateUpstairs_h - dw $5ef6 ; dw Route16House_h - dw $64a5 ; dw Route12House_h + dw Route16House_h + dw Route12House_h dw Route18Gate_h ;id=190 dw Route18GateUpstairs_h dw $487e ; dw SeafoamIslands1_h |