diff options
| author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-30 14:49:09 -0400 |
|---|---|---|
| committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-30 14:49:09 -0400 |
| commit | 76aba242515e5ed5528758f8c5f279e9eefa71cd (patch) | |
| tree | 9a3a99c0942b5cc8ecd96311ce0bb4513ce38d42 /data/map_header_banks.asm | |
| parent | Route 6 gate (diff) | |
| download | pokeyellow-76aba242515e5ed5528758f8c5f279e9eefa71cd.tar.gz pokeyellow-76aba242515e5ed5528758f8c5f279e9eefa71cd.tar.xz pokeyellow-76aba242515e5ed5528758f8c5f279e9eefa71cd.zip | |
Route 6 underground entrance
Diffstat (limited to 'data/map_header_banks.asm')
| -rw-r--r-- | data/map_header_banks.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/map_header_banks.asm b/data/map_header_banks.asm index 1f228386..7ff0e938 100644 --- a/data/map_header_banks.asm +++ b/data/map_header_banks.asm @@ -74,8 +74,8 @@ MapHeaderBanks:: ; fc3e4 (3f:43e4) db BANK(UndergroundPathEntranceRoute5_h) db BANK(DayCareM_h) db BANK(Route6Gate_h) - db $17 ; db BANK(UndergroundPathEntranceRoute6_h) - db $17 ; db BANK(UndergroundPathEntranceRoute6_h) ;FREEZE + db BANK(UndergroundPathEntranceRoute6_h) + db BANK(UndergroundPathEntranceRoute6_h) ;FREEZE db $07 ; db BANK(Route7Gate_h) db $17 ; db BANK(UndergroundPathEntranceRoute7_h) db $17 ; db BANK(UndergroundPathEntranceRoute7Copy_h) ;FREEZE |
