diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-25 10:16:29 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-25 10:16:29 -0500 |
commit | 01792e00d2d1b0fc1e5550f13a8851c21917aa60 (patch) | |
tree | 2a1241f269e70af4d6712731fef354429da17ed8 /maps/SeafoamGym.asm | |
parent | f599e477fc3306dbca9cad4aeadfe7a66b84c7bc (diff) |
Rename several script commands
Diffstat (limited to 'maps/SeafoamGym.asm')
-rw-r--r-- | maps/SeafoamGym.asm | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/maps/SeafoamGym.asm b/maps/SeafoamGym.asm index 4b0a49491..16d3879a4 100644 --- a/maps/SeafoamGym.asm +++ b/maps/SeafoamGym.asm @@ -17,10 +17,10 @@ BlaineScript_0x1ab4fb: checkflag ENGINE_VOLCANOBADGE iftrue .FightDone writetext UnknownText_0x1ab548 + waitbutton closetext - loadmovesprites winlosstext UnknownText_0x1ab646, 0 - loadtrainer BLAINE, 1 + scriptedtrainerdata BLAINE, 1 startbattle iftrue .ReturnAfterBattle appear $3 @@ -30,17 +30,17 @@ BlaineScript_0x1ab4fb: loadfont writetext UnknownText_0x1ab683 playsound SFX_GET_BADGE - waitbutton + waitsfx setflag ENGINE_VOLCANOBADGE writetext UnknownText_0x1ab69d + waitbutton closetext - loadmovesprites end .FightDone writetext UnknownText_0x1ab71c + waitbutton closetext - loadmovesprites end SeafoamGymGuyScript: @@ -49,15 +49,15 @@ SeafoamGymGuyScript: checkevent EVENT_TALKED_TO_SEAFOAM_GYM_GUY_ONCE iftrue .TalkedToSeafoamGymGuyScript writetext SeafoamGymGuyWinText + waitbutton closetext - loadmovesprites setevent EVENT_TALKED_TO_SEAFOAM_GYM_GUY_ONCE end .TalkedToSeafoamGymGuyScript writetext SeafoamGymGuyWinText2 + waitbutton closetext - loadmovesprites end UnknownText_0x1ab548: |