diff options
| author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-31 09:37:09 -0400 |
|---|---|---|
| committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-31 09:37:09 -0400 |
| commit | 755ca8914d2878c6a6ef365e962d505ff9d7801e (patch) | |
| tree | bc798ee24868df86140f489eaf2edb598cdf5dc3 /data/map_header_banks.asm | |
| parent | Merge branch 'master' of github.com:pret/pokeyellow (diff) | |
| download | pokeyellow-755ca8914d2878c6a6ef365e962d505ff9d7801e.tar.gz pokeyellow-755ca8914d2878c6a6ef365e962d505ff9d7801e.tar.xz pokeyellow-755ca8914d2878c6a6ef365e962d505ff9d7801e.zip | |
Vermilion Pokemon Center
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 87a99939..410ed3c1 100644 --- a/data/map_header_banks.asm +++ b/data/map_header_banks.asm @@ -89,7 +89,7 @@ MapHeaderBanks:: ; fc3e4 (3f:43e4) db BANK(Route11GateUpstairs_h) db BANK(Route12Gate_h) db BANK(BillsHouse_h) - db $17 ; db BANK(VermilionPokecenter_h) + db BANK(VermilionPokecenter_h) db $16 ; db BANK(FanClub_h) db $17 ; db BANK(VermilionMart_h) db $17 ; db BANK(VermilionGym_h) |
