diff options
author | yenatch <yenatch@gmail.com> | 2016-08-30 23:46:39 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2016-08-30 23:46:39 -0400 |
commit | 0f2f711f11e88fa28ee6977eb5d22eba44cdde03 (patch) | |
tree | 477d880f9ec5c51db6758bbf858fade6f3364d29 /data/scripts/maps/MtChimney.s | |
parent | ac1f6bc0c865d58471f1213ac27659accacf0268 (diff) |
Use opponent constants in scripts.
Diffstat (limited to 'data/scripts/maps/MtChimney.s')
-rw-r--r-- | data/scripts/maps/MtChimney.s | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/data/scripts/maps/MtChimney.s b/data/scripts/maps/MtChimney.s index 01065d315..b7a43328b 100644 --- a/data/scripts/maps/MtChimney.s +++ b/data/scripts/maps/MtChimney.s @@ -439,7 +439,7 @@ MtChimney_EventScript_15D1DA:: @ 815D1DA end MtChimney_EventScript_15D1E3:: @ 815D1E3 - trainerbattle 0, 313, 0, MtChimney_Text_19597F, MtChimney_Text_1959D8 + trainerbattle 0, OPPONENT_SHELBY_1, 0, MtChimney_Text_19597F, MtChimney_Text_1959D8 specialval RESULT, 57 compare RESULT, 1 jumpeq MtChimney_EventScript_15D20A @@ -447,21 +447,21 @@ MtChimney_EventScript_15D1E3:: @ 815D1E3 end MtChimney_EventScript_15D20A:: @ 815D20A - trainerbattle 5, 313, 0, MtChimney_Text_195A45, MtChimney_Text_195AAD + trainerbattle 5, OPPONENT_SHELBY_1, 0, MtChimney_Text_195A45, MtChimney_Text_195AAD msgbox MtChimney_Text_195AD9, 6 end MtChimney_EventScript_15D221:: @ 815D221 - trainerbattle 0, 124, 0, MtChimney_Text_195B1C, MtChimney_Text_195B5F + trainerbattle 0, OPPONENT_MELISSA, 0, MtChimney_Text_195B1C, MtChimney_Text_195B5F msgbox MtChimney_Text_195B84, 6 end MtChimney_EventScript_15D238:: @ 815D238 - trainerbattle 0, 125, 0, MtChimney_Text_195BB2, MtChimney_Text_195BF9 + trainerbattle 0, OPPONENT_SHEILA, 0, MtChimney_Text_195BB2, MtChimney_Text_195BF9 msgbox MtChimney_Text_195C31, 6 end MtChimney_EventScript_15D24F:: @ 815D24F - trainerbattle 0, 126, 0, MtChimney_Text_195CD8, MtChimney_Text_195D2F + trainerbattle 0, OPPONENT_SHIRLEY, 0, MtChimney_Text_195CD8, MtChimney_Text_195D2F msgbox MtChimney_Text_195D5C, 6 end |