diff options
| author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-30 14:46:21 -0400 |
|---|---|---|
| committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-30 14:46:21 -0400 |
| commit | f2b312778d2227ffe20c983680f0fba2c38a64a8 (patch) | |
| tree | 6ca23725ba6d4ba537de5ea89186a125fd83d268 /data/map_header_banks.asm | |
| parent | Daycare (diff) | |
| download | pokeyellow-f2b312778d2227ffe20c983680f0fba2c38a64a8.tar.gz pokeyellow-f2b312778d2227ffe20c983680f0fba2c38a64a8.tar.xz pokeyellow-f2b312778d2227ffe20c983680f0fba2c38a64a8.zip | |
Route 6 gate
Diffstat (limited to 'data/map_header_banks.asm')
| -rw-r--r-- | data/map_header_banks.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/map_header_banks.asm b/data/map_header_banks.asm index 1d0e53e5..1f228386 100644 --- a/data/map_header_banks.asm +++ b/data/map_header_banks.asm @@ -73,7 +73,7 @@ MapHeaderBanks:: ; fc3e4 (3f:43e4) db BANK(Route5Gate_h) db BANK(UndergroundPathEntranceRoute5_h) db BANK(DayCareM_h) - db $07 ; db BANK(Route6Gate_h) + db BANK(Route6Gate_h) db $17 ; db BANK(UndergroundPathEntranceRoute6_h) db $17 ; db BANK(UndergroundPathEntranceRoute6_h) ;FREEZE db $07 ; db BANK(Route7Gate_h) |
