From 9d0c8dbf8e57fa2832f71fae94de7552e270d367 Mon Sep 17 00:00:00 2001 From: entrpntr Date: Fri, 19 Jun 2020 07:32:01 -0400 Subject: Rename labels to stop cheating the unnamed.py script. --- maps/RuinsOfAlphResearchCenter.asm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'maps/RuinsOfAlphResearchCenter.asm') 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 -- cgit v1.2.3