diff options
| author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-30 14:57:12 -0400 |
|---|---|---|
| committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-30 14:57:12 -0400 |
| commit | 31c0460e683aaf52524b086968b535fa5e5c248c (patch) | |
| tree | 8a1ff06d52251547830dad2a53ea0337ae81baef /data/map_header_pointers.asm | |
| parent | Route 6 underground entrance (diff) | |
| download | pokeyellow-31c0460e683aaf52524b086968b535fa5e5c248c.tar.gz pokeyellow-31c0460e683aaf52524b086968b535fa5e5c248c.tar.xz pokeyellow-31c0460e683aaf52524b086968b535fa5e5c248c.zip | |
Route 7 underground path entrance
Diffstat (limited to 'data/map_header_pointers.asm')
| -rw-r--r-- | data/map_header_pointers.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/map_header_pointers.asm b/data/map_header_pointers.asm index 7cd69725..be1bda24 100644 --- a/data/map_header_pointers.asm +++ b/data/map_header_pointers.asm @@ -77,8 +77,8 @@ MapHeaderPointers:: ; fc1f2 (3f:41f2) dw UndergroundPathEntranceRoute6_h dw UndergroundPathEntranceRoute6_h ; unused dw $59fe ; dw Route7Gate_h - dw $562b ; dw UndergroundPathEntranceRoute7_h - dw $5668 ; dw UndergroundPathEntranceRoute7Copy_h + dw UndergroundPathEntranceRoute7_h + dw UndergroundPathEntranceRoute7Copy_h dw $5ac5 ; dw Route8Gate_h dw $5b87 ; dw UndergroundPathEntranceRoute8_h ;id=80 dw $5330 ; dw RockTunnelPokecenter_h |
