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_3F.s | |
| parent | ac1f6bc0c865d58471f1213ac27659accacf0268 (diff) | |
Use opponent constants in scripts.
Diffstat (limited to 'data/scripts/maps/MtPyre_3F.s')
| -rw-r--r-- | data/scripts/maps/MtPyre_3F.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/scripts/maps/MtPyre_3F.s b/data/scripts/maps/MtPyre_3F.s index 0f6f5c2ae..ea8bda7b5 100644 --- a/data/scripts/maps/MtPyre_3F.s +++ b/data/scripts/maps/MtPyre_3F.s @@ -2,11 +2,11 @@ MtPyre_3F_MapScripts:: @ 815D3E8 .byte 0 MtPyre_3F_EventScript_15D3E9:: @ 815D3E9 - trainerbattle 0, 236, 0, MtPyre_3F_Text_19672B, MtPyre_3F_Text_19679D + trainerbattle 0, OPPONENT_WILLIAM, 0, MtPyre_3F_Text_19672B, MtPyre_3F_Text_19679D msgbox MtPyre_3F_Text_1967B5, 6 end MtPyre_3F_EventScript_15D400:: @ 815D400 - trainerbattle 0, 247, 0, MtPyre_3F_Text_1967EF, MtPyre_3F_Text_19682B + trainerbattle 0, OPPONENT_KAYLA, 0, MtPyre_3F_Text_1967EF, MtPyre_3F_Text_19682B msgbox MtPyre_3F_Text_196842, 6 end |
