diff options
| author | entrpntr <entrpntr@gmail.com> | 2020-06-19 07:32:01 -0400 |
|---|---|---|
| committer | entrpntr <entrpntr@gmail.com> | 2020-06-19 07:35:14 -0400 |
| commit | 9d0c8dbf8e57fa2832f71fae94de7552e270d367 (patch) | |
| tree | f00d94c0f03ebbe4358a6ff794c323ac7cc6ea45 /maps/RuinsOfAlphResearchCenter.asm | |
| parent | e87159ed7bbff17f2e3c0a074860c0eaa54f9cbb (diff) | |
Rename labels to stop cheating the unnamed.py script.
Diffstat (limited to 'maps/RuinsOfAlphResearchCenter.asm')
| -rw-r--r-- | maps/RuinsOfAlphResearchCenter.asm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/maps/RuinsOfAlphResearchCenter.asm b/maps/RuinsOfAlphResearchCenter.asm index c5840c41..05948048 100644 --- a/maps/RuinsOfAlphResearchCenter.asm +++ b/maps/RuinsOfAlphResearchCenter.asm @@ -29,7 +29,7 @@ RuinsOfAlphResearchCenter_MapScripts: return .GetUnownDexScript: - applymovement RUINSOFALPHRESEARCHCENTER_SCIENTIST3, MovementData_0x5926f + applymovement RUINSOFALPHRESEARCHCENTER_SCIENTIST3, MovementData_0x110b15 playsound SFX_BOOT_PC pause 60 playsound SFX_SWITCH_POKEMON @@ -43,7 +43,7 @@ RuinsOfAlphResearchCenter_MapScripts: writetext RuinsOfAlphResearchCenterModifiedDexText waitbutton closetext - applymovement RUINSOFALPHRESEARCHCENTER_SCIENTIST3, MovementData_0x59274 + applymovement RUINSOFALPHRESEARCHCENTER_SCIENTIST3, MovementData_0x110b1a opentext writetext RuinsOfAlphResearchCenterDexUpgradedText playsound SFX_ITEM @@ -52,7 +52,7 @@ RuinsOfAlphResearchCenter_MapScripts: writetext RuinsOfAlphResearchCenterScientist3Text waitbutton closetext - applymovement RUINSOFALPHRESEARCHCENTER_SCIENTIST3, MovementData_0x59276 + applymovement RUINSOFALPHRESEARCHCENTER_SCIENTIST3, MovementData_0x110b1c setscene SCENE_RUINSOFALPHRESEARCHCENTER_NOTHING special RestartMapMusic end @@ -157,18 +157,18 @@ RuinsOfAlphResearchCenterPhoto: RuinsOfAlphResearchCenterBookshelf: jumptext RuinsOfAlphResearchCenterAcademicBooksText -MovementData_0x5926f: +MovementData_0x110b15: step UP step UP step LEFT turn_head UP step_end -MovementData_0x59274: +MovementData_0x110b1a: step DOWN step_end -MovementData_0x59276: +MovementData_0x110b1c: step UP step_end |
