From fdf55b45c44f4234f9f0ed6662db6f7089828b63 Mon Sep 17 00:00:00 2001 From: pikalaxalt Date: Thu, 2 Jun 2016 14:24:05 -0400 Subject: Saffron houses --- data/map_header_banks.asm | 4 ++-- data/map_header_pointers.asm | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'data') diff --git a/data/map_header_banks.asm b/data/map_header_banks.asm index abd68b70..5b968c1e 100644 --- a/data/map_header_banks.asm +++ b/data/map_header_banks.asm @@ -179,11 +179,11 @@ MapHeaderBanks:: ; fc3e4 (3f:43e4) db BANK(CopycatsHouse2F_h) db BANK(FightingDojo_h) db BANK(SaffronGym_h) - db $07 ; db BANK(SaffronHouse1_h) + db BANK(SaffronHouse1_h) db $17 ; db BANK(SaffronMart_h) db $17 ; db BANK(SilphCo1_h) db $17 ; db BANK(SaffronPokecenter_h) - db $07 ; db BANK(SaffronHouse2_h) + db BANK(SaffronHouse2_h) db $12 ; db BANK(Route15Gate_h) db $12 ; db BANK(Route15GateUpstairs_h) db $12 ; db BANK(Route16Gate_h) diff --git a/data/map_header_pointers.asm b/data/map_header_pointers.asm index 0b85ed42..8b4e634c 100644 --- a/data/map_header_pointers.asm +++ b/data/map_header_pointers.asm @@ -179,11 +179,11 @@ MapHeaderPointers:: ; fc1f2 (3f:41f2) dw CopycatsHouse2F_h dw FightingDojo_h dw SaffronGym_h - dw $56db ; dw SaffronHouse1_h + dw SaffronHouse1_h dw $52f3 ; dw SaffronMart_h ;id=180 dw $5338 ; dw SilphCo1_h dw $541f ; dw SaffronPokecenter_h - dw $573a ; dw SaffronHouse2_h + dw SaffronHouse2_h dw $558d ; dw Route15Gate_h dw $55d5 ; dw Route15GateUpstairs_h dw $5649 ; dw Route16Gate_h -- cgit v1.3.1-sl0p