diff options
| author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-27 23:08:50 -0400 |
|---|---|---|
| committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-27 23:08:50 -0400 |
| commit | 9835d77c286b51adbe9cd1606f7a6f06d0ebaf2d (patch) | |
| tree | fffb118079c24d7686882d94a0a3d475d1fe2cf6 /data/map_header_banks.asm | |
| parent | Red's House 2F (diff) | |
| download | pokeyellow-9835d77c286b51adbe9cd1606f7a6f06d0ebaf2d.tar.gz pokeyellow-9835d77c286b51adbe9cd1606f7a6f06d0ebaf2d.tar.xz pokeyellow-9835d77c286b51adbe9cd1606f7a6f06d0ebaf2d.zip | |
Blue's House
Diffstat (limited to 'data/map_header_banks.asm')
| -rw-r--r-- | data/map_header_banks.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/map_header_banks.asm b/data/map_header_banks.asm index 060ebdc8..94393e3e 100644 --- a/data/map_header_banks.asm +++ b/data/map_header_banks.asm @@ -37,9 +37,9 @@ MapHeaderBanks:: ; fc3e4 (3f:43e4) db BANK(Route23_h) ; ROUTE_23 db BANK(Route24_h) ; ROUTE_24 db BANK(Route25_h) ; ROUTE_25 - db $12 ; db BANK(RedsHouse1F_h) - db $17 ; db BANK(RedsHouse2F_h) - db $06 ; db BANK(BluesHouse_h) + db BANK(RedsHouse1F_h) + db BANK(RedsHouse2F_h) + db BANK(BluesHouse_h) db $07 ; db BANK(OaksLab_h) db $11 ; db BANK(ViridianPokecenter_h) db $07 ; db BANK(ViridianMart_h) |
