diff options
author | IIMarckus <iimarckus@gmail.com> | 2012-01-18 00:09:22 -0700 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2012-01-18 00:09:22 -0700 |
commit | 148534cc5c8522d2ba442dd4370b522adc60bef0 (patch) | |
tree | 06fbc165364d1f51f6d0f1b63fea9286395e43b7 /common.asm | |
parent | 5b796e3498d7baf8291e2fd00932cd386997e0e3 (diff) |
Add where the pointers come from for freeze maps.
hg-commit-id: 4eb10320bf19
Diffstat (limited to 'common.asm')
-rw-r--r-- | common.asm | 24 |
1 files changed, 12 insertions, 12 deletions
@@ -190,7 +190,7 @@ MapHeaderPointers: ; $01AE dw DayCareM_h dw Route6Gate_h dw UndergroundTunnelEntranceRoute6_h - dw $56e3 ; FREEZE id=75 + dw UndergroundTunnelEntranceRoute6_h ; unused dw Route7Gate_h dw UndergroundPathEntranceRoute7_h dw $575d ;FREEZE @@ -288,7 +288,7 @@ MapHeaderPointers: ; $01AE dw Lab4_h dw CinnabarPokecenter_h dw CinnabarMart_h - dw $5e72 + dw CinnabarMart_h ; unused dw IndigoPlateauLobby_h dw CopycatsHouseF1_h dw CopycatsHouseF2_h @@ -319,9 +319,9 @@ MapHeaderPointers: ; $01AE dw RocketHideout3_h dw RocketHideout4_h dw RocketHideoutElevator_h - dw $5704 - dw $5704 - dw $5704 + dw RocketHideoutElevator_h ; unused + dw RocketHideoutElevator_h ; unused + dw RocketHideoutElevator_h ; unused dw SilphCo2_h dw SilphCo3_h ; id=208 dw SilphCo4_h @@ -346,20 +346,20 @@ MapHeaderPointers: ; $01AE dw UnknownDungeon1_h dw NameRater_h dw CeruleanHouse3_h - dw $56b2 + dw Route16GateMap_h ; unused dw RockTunnel2_h dw SilphCo9_h dw SilphCo10_h dw SilphCo11_h dw SilphCoElevator_h - dw $5ce5 - dw $5ce5 + dw SilphCo2_h ; unused + dw SilphCo2_h ; unused dw BattleCenterM_h dw TradeCenterM_h - dw $5CE5 - dw $5CE5 - dw $5CE5 - dw $5CE5 + dw SilphCo2_h ; unused + dw SilphCo2_h ; unused + dw SilphCo2_h ; unused + dw SilphCo2_h ; unused dw Lorelei_h dw Bruno_h dw Agatha_h |