From 8455e51b86c1e5d33e3290e30b48bde663038226 Mon Sep 17 00:00:00 2001 From: pikalaxalt Date: Thu, 2 Jun 2016 23:45:22 -0400 Subject: Seafoam Islands 1 and Route 22 Gate --- data/map_header_banks.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data/map_header_banks.asm') diff --git a/data/map_header_banks.asm b/data/map_header_banks.asm index 52f4b49f..00d29a22 100644 --- a/data/map_header_banks.asm +++ b/data/map_header_banks.asm @@ -192,8 +192,8 @@ MapHeaderBanks:: ; fc3e4 (3f:43e4) db BANK(Route12House_h) db BANK(Route18Gate_h) db BANK(Route18GateUpstairs_h) - db $11 ; db BANK(SeafoamIslands1_h) - db $07 ; db BANK(Route22Gate_h) + db BANK(SeafoamIslands1_h) + db BANK(Route22Gate_h) db $14 ; db BANK(VictoryRoad2_h) db $12 ; db BANK(Route12GateUpstairs_h) db $06 ; db BANK(VermilionHouse3_h) -- cgit v1.3.1-sl0p