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/Route110_TrickHousePuzzle8.s | |
parent | ac1f6bc0c865d58471f1213ac27659accacf0268 (diff) |
Use opponent constants in scripts.
Diffstat (limited to 'data/scripts/maps/Route110_TrickHousePuzzle8.s')
-rw-r--r-- | data/scripts/maps/Route110_TrickHousePuzzle8.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/scripts/maps/Route110_TrickHousePuzzle8.s b/data/scripts/maps/Route110_TrickHousePuzzle8.s index d22fe8edc..a31c868be 100644 --- a/data/scripts/maps/Route110_TrickHousePuzzle8.s +++ b/data/scripts/maps/Route110_TrickHousePuzzle8.s @@ -14,16 +14,16 @@ Route110_TrickHousePuzzle8_EventScript_16342E:: @ 816342E end Route110_TrickHousePuzzle8_EventScript_163439:: @ 8163439 - trainerbattle 0, 76, 0, Route110_TrickHousePuzzle8_Text_19E178, Route110_TrickHousePuzzle8_Text_19E1A1 + trainerbattle 0, OPPONENT_VINCENT, 0, Route110_TrickHousePuzzle8_Text_19E178, Route110_TrickHousePuzzle8_Text_19E1A1 msgbox Route110_TrickHousePuzzle8_Text_19E1C5, 6 end Route110_TrickHousePuzzle8_EventScript_163450:: @ 8163450 - trainerbattle 0, 93, 0, Route110_TrickHousePuzzle8_Text_19E201, Route110_TrickHousePuzzle8_Text_19E22C + trainerbattle 0, OPPONENT_ELAINE, 0, Route110_TrickHousePuzzle8_Text_19E201, Route110_TrickHousePuzzle8_Text_19E22C msgbox Route110_TrickHousePuzzle8_Text_19E24C, 6 end Route110_TrickHousePuzzle8_EventScript_163467:: @ 8163467 - trainerbattle 0, 77, 0, Route110_TrickHousePuzzle8_Text_19E284, Route110_TrickHousePuzzle8_Text_19E2C1 + trainerbattle 0, OPPONENT_LEROY, 0, Route110_TrickHousePuzzle8_Text_19E284, Route110_TrickHousePuzzle8_Text_19E2C1 msgbox Route110_TrickHousePuzzle8_Text_19E2EE, 6 end |