diff options
| author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-31 20:01:36 -0400 |
|---|---|---|
| committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-31 20:01:36 -0400 |
| commit | 1ecccfcf22b004c28dbc7bfc54ccfcd21dfbbf9d (patch) | |
| tree | 6ed5ac14e14cd2eb4199424a94fa5e0fd85928e4 /data/map_header_pointers.asm | |
| parent | Celadon Mart 2F (diff) | |
| download | pokeyellow-1ecccfcf22b004c28dbc7bfc54ccfcd21dfbbf9d.tar.gz pokeyellow-1ecccfcf22b004c28dbc7bfc54ccfcd21dfbbf9d.tar.xz pokeyellow-1ecccfcf22b004c28dbc7bfc54ccfcd21dfbbf9d.zip | |
Celadon Mart Roof and Elevator
Diffstat (limited to '')
| -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 62a1f30b..d5af332a 100644 --- a/data/map_header_pointers.asm +++ b/data/map_header_pointers.asm @@ -124,10 +124,10 @@ MapHeaderPointers:: ; fc1f2 (3f:41f2) dw UndergroundPathWE_h dw CeladonMart1_h dw CeladonMart2_h - dw $4157 ; dw CeladonMart3_h - dw $4251 ; dw CeladonMart4_h - dw $42d0 ; dw CeladonMartRoof_h - dw $44ff ; dw CeladonMartElevator_h + dw CeladonMart3_h + 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 |
