diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2017-07-22 12:06:17 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-22 12:06:17 -0500 |
commit | 5e80a12ec9fcf2201c070712d8e2dcefe2a0e364 (patch) | |
tree | 3d4f5e7b7c0a4a3217ed070e49b6a96bf0cd9079 /data/scripts/maps/Route124.inc | |
parent | 39efec3f1e9fc604b36b066ed7dc14e1bdb8c323 (diff) | |
parent | c564ff9afb0a155cec1b2105ef82db99ace91b36 (diff) |
Merge pull request #378 from PikalaxALT/rename_specials
Rename specials
Diffstat (limited to 'data/scripts/maps/Route124.inc')
-rw-r--r-- | data/scripts/maps/Route124.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/scripts/maps/Route124.inc b/data/scripts/maps/Route124.inc index ea288daa0..68f17b12a 100644 --- a/data/scripts/maps/Route124.inc +++ b/data/scripts/maps/Route124.inc @@ -23,7 +23,7 @@ Route124_EventScript_151E0F:: @ 8151E0F Route124_EventScript_151E26:: @ 8151E26 trainerbattle 0, OPPONENT_JENNY_1, 0, Route124_Text_1C07B4, Route124_Text_1C07F9 - specialval RESULT, 57 + specialval RESULT, sub_8082C68 compare RESULT, 1 jumpeq Route124_EventScript_151E4D msgbox Route124_Text_1C080E, 6 @@ -46,7 +46,7 @@ Route124_EventScript_151E7B:: @ 8151E7B Route124_EventScript_151E92:: @ 8151E92 trainerbattle 4, OPPONENT_RITA_AND_SAM_1, 0, Route124_Text_1C0ABD, Route124_Text_1C0B36, Route124_Text_1C0BC8 - specialval RESULT, 57 + specialval RESULT, sub_8082C68 compare RESULT, 1 jumpeq Route124_EventScript_151EBD msgbox Route124_Text_1C0B72, 6 @@ -59,7 +59,7 @@ Route124_EventScript_151EBD:: @ 8151EBD Route124_EventScript_151ED8:: @ 8151ED8 trainerbattle 4, OPPONENT_RITA_AND_SAM_1, 0, Route124_Text_1C0C0E, Route124_Text_1C0C4F, Route124_Text_1C0CE0 - specialval RESULT, 57 + specialval RESULT, sub_8082C68 compare RESULT, 1 jumpeq Route124_EventScript_151F03 msgbox Route124_Text_1C0C7F, 6 |