diff options
| author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-30 20:27:55 -0400 |
|---|---|---|
| committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-30 20:27:55 -0400 |
| commit | b1bcb5b372a548654e2664c793909ae3b2be7c5a (patch) | |
| tree | 2979a939b0be74f0152b93686954c4c8365c1a42 /data | |
| parent | d3e0558513303c41d59bf32931955eea65e6eb3f (diff) | |
Bill's House
Diffstat (limited to 'data')
| -rw-r--r-- | data/map_header_banks.asm | 2 | ||||
| -rw-r--r-- | data/map_header_pointers.asm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/map_header_banks.asm b/data/map_header_banks.asm index 9fa97ec0..87a99939 100644 --- a/data/map_header_banks.asm +++ b/data/map_header_banks.asm @@ -88,7 +88,7 @@ MapHeaderBanks:: ; fc3e4 (3f:43e4) db BANK(DiglettsCaveEntranceRoute11_h) db BANK(Route11GateUpstairs_h) db BANK(Route12Gate_h) - db $07 ; db BANK(BillsHouse_h) + db BANK(BillsHouse_h) db $17 ; db BANK(VermilionPokecenter_h) db $16 ; db BANK(FanClub_h) db $17 ; db BANK(VermilionMart_h) diff --git a/data/map_header_pointers.asm b/data/map_header_pointers.asm index 5f60a56d..2b1557b0 100644 --- a/data/map_header_pointers.asm +++ b/data/map_header_pointers.asm @@ -88,7 +88,7 @@ MapHeaderPointers:: ; fc1f2 (3f:41f2) dw DiglettsCaveEntranceRoute11_h dw Route11GateUpstairs_h dw Route12Gate_h - dw $606e ; dw BillsHouse_h + dw BillsHouse_h dw $4865 ; dw VermilionPokecenter_h dw $5a00 ; dw FanClub_h ;id=90 dw $48cb ; dw VermilionMart_h |
