diff options
author | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-30 15:16:58 -0400 |
---|---|---|
committer | pikalaxalt <PikalaxALT@gmail.com> | 2016-05-30 15:16:58 -0400 |
commit | 5f729c22b5b8bafc520f4f23f8577bcb18a8a452 (patch) | |
tree | 4c8bd9c17db53cf9c4813a167e6cab1fd3f362ce /data/map_header_pointers.asm | |
parent | 31c0460e683aaf52524b086968b535fa5e5c248c (diff) |
Add missing file; route 7/8 gates and route 8 path entrance
Diffstat (limited to 'data/map_header_pointers.asm')
-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 be1bda24..a736462b 100644 --- a/data/map_header_pointers.asm +++ b/data/map_header_pointers.asm @@ -76,11 +76,11 @@ MapHeaderPointers:: ; fc1f2 (3f:41f2) dw Route6Gate_h dw UndergroundPathEntranceRoute6_h dw UndergroundPathEntranceRoute6_h ; unused - dw $59fe ; dw Route7Gate_h + dw Route7Gate_h dw UndergroundPathEntranceRoute7_h dw UndergroundPathEntranceRoute7Copy_h - dw $5ac5 ; dw Route8Gate_h - dw $5b87 ; dw UndergroundPathEntranceRoute8_h ;id=80 + dw Route8Gate_h + dw UndergroundPathEntranceRoute8_h ;id=80 dw $5330 ; dw RockTunnelPokecenter_h dw $4571 ; dw RockTunnel1_h dw $5bc4 ; dw PowerPlant_h |