diff options
| author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-30 15:16:58 -0400 |
|---|---|---|
| committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-30 15:16:58 -0400 |
| commit | 5f729c22b5b8bafc520f4f23f8577bcb18a8a452 (patch) | |
| tree | 4c8bd9c17db53cf9c4813a167e6cab1fd3f362ce /data/map_header_banks.asm | |
| parent | Route 7 underground path entrance (diff) | |
| download | pokeyellow-5f729c22b5b8bafc520f4f23f8577bcb18a8a452.tar.gz pokeyellow-5f729c22b5b8bafc520f4f23f8577bcb18a8a452.tar.xz pokeyellow-5f729c22b5b8bafc520f4f23f8577bcb18a8a452.zip | |
Add missing file; route 7/8 gates and route 8 path entrance
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 47b49442..074b5982 100644 --- a/data/map_header_banks.asm +++ b/data/map_header_banks.asm @@ -76,11 +76,11 @@ MapHeaderBanks:: ; fc3e4 (3f:43e4) db BANK(Route6Gate_h) db BANK(UndergroundPathEntranceRoute6_h) db BANK(UndergroundPathEntranceRoute6_h) ;FREEZE - db $07 ; db BANK(Route7Gate_h) + db BANK(Route7Gate_h) db BANK(UndergroundPathEntranceRoute7_h) db BANK(UndergroundPathEntranceRoute7Copy_h) ;FREEZE - db $07 ; db BANK(Route8Gate_h) - db $07 ; db BANK(UndergroundPathEntranceRoute8_h) + db BANK(Route8Gate_h) + db BANK(UndergroundPathEntranceRoute8_h) db $12 ; db BANK(RockTunnelPokecenter_h) db $11 ; db BANK(RockTunnel1_h) db $07 ; db BANK(PowerPlant_h) |
