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/MtPyre_6F.s | |
| parent | ac1f6bc0c865d58471f1213ac27659accacf0268 (diff) | |
Use opponent constants in scripts.
Diffstat (limited to 'data/scripts/maps/MtPyre_6F.s')
| -rw-r--r-- | data/scripts/maps/MtPyre_6F.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/scripts/maps/MtPyre_6F.s b/data/scripts/maps/MtPyre_6F.s index 2212d5dd3..3729079bb 100644 --- a/data/scripts/maps/MtPyre_6F.s +++ b/data/scripts/maps/MtPyre_6F.s @@ -2,7 +2,7 @@ MtPyre_6F_MapScripts:: @ 815D447 .byte 0 MtPyre_6F_EventScript_15D448:: @ 815D448 - trainerbattle 0, 108, 0, MtPyre_6F_Text_1969FE, MtPyre_6F_Text_196A30 + trainerbattle 0, OPPONENT_VALERIE_1, 0, MtPyre_6F_Text_1969FE, MtPyre_6F_Text_196A30 specialval RESULT, 57 compare RESULT, 1 jumpeq MtPyre_6F_EventScript_15D46F @@ -10,6 +10,6 @@ MtPyre_6F_EventScript_15D448:: @ 815D448 end MtPyre_6F_EventScript_15D46F:: @ 815D46F - trainerbattle 5, 108, 0, MtPyre_6F_Text_196A95, MtPyre_6F_Text_196AB1 + trainerbattle 5, OPPONENT_VALERIE_1, 0, MtPyre_6F_Text_196A95, MtPyre_6F_Text_196AB1 msgbox MtPyre_6F_Text_196AC9, 6 end |
