diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-31 21:05:54 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-31 21:05:54 -0400 |
commit | 6ddc1b23e39fbebfe7548df8aa269affa08e6255 (patch) | |
tree | 247c54c5c39c30dfd40628bf791d16b46e03d95c /data/map_header_pointers.asm | |
parent | 1ecccfcf22b004c28dbc7bfc54ccfcd21dfbbf9d (diff) |
First four Celadon Mansion maps
Diffstat (limited to 'data/map_header_pointers.asm')
-rw-r--r-- | data/map_header_pointers.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/map_header_pointers.asm b/data/map_header_pointers.asm index d5af332a..66feb76f 100644 --- a/data/map_header_pointers.asm +++ b/data/map_header_pointers.asm @@ -128,10 +128,10 @@ MapHeaderPointers:: ; fc1f2 (3f:41f2) dw CeladonMart4_h dw CeladonMartRoof_h dw CeladonMartElevator_h - dw $4593 ; dw CeladonMansion1_h - dw $465a ; dw CeladonMansion2_h - dw $46b0 ; dw CeladonMansion3_h ;id=130 - dw $4861 ; dw CeladonMansion4_h + dw CeladonMansion1_h + dw CeladonMansion2_h + dw CeladonMansion3_h ;id=130 + dw CeladonMansion4_h dw $5636 ; dw CeladonMansion5_h dw $48af ; dw CeladonPokecenter_h dw $4915 ; dw CeladonGym_h |