diff options
| author | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-02 14:30:10 -0400 |
|---|---|---|
| committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-06-02 14:30:10 -0400 |
| commit | 76185838e2961efb0bb1eacdbf37a45e29ca1a52 (patch) | |
| tree | 8d52f8263282f00b9a9c7b973b125a789af05373 /data/map_header_pointers.asm | |
| parent | Saffron houses (diff) | |
| download | pokeyellow-76185838e2961efb0bb1eacdbf37a45e29ca1a52.tar.gz pokeyellow-76185838e2961efb0bb1eacdbf37a45e29ca1a52.tar.xz pokeyellow-76185838e2961efb0bb1eacdbf37a45e29ca1a52.zip | |
Saffron Mart, Pokecenter, and Silph 1F
Diffstat (limited to '')
| -rw-r--r-- | data/map_header_pointers.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/map_header_pointers.asm b/data/map_header_pointers.asm index 8b4e634c..5fd190b6 100644 --- a/data/map_header_pointers.asm +++ b/data/map_header_pointers.asm @@ -180,9 +180,9 @@ MapHeaderPointers:: ; fc1f2 (3f:41f2) dw FightingDojo_h dw SaffronGym_h dw SaffronHouse1_h - dw $52f3 ; dw SaffronMart_h ;id=180 - dw $5338 ; dw SilphCo1_h - dw $541f ; dw SaffronPokecenter_h + dw SaffronMart_h ;id=180 + dw SilphCo1_h + dw SaffronPokecenter_h dw SaffronHouse2_h dw $558d ; dw Route15Gate_h dw $55d5 ; dw Route15GateUpstairs_h |
