diff options
| author | Marcus Huderle <huderlem@gmail.com> | 2018-06-20 19:54:16 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-20 19:54:16 -0500 |
| commit | 7b7f4bb7d6f5d29b40e15aa4c6285c6885359e0d (patch) | |
| tree | 8da3f8fae8c1c165e3435ee079f48631479b7611 /data/maps/MtPyre_3F/scripts.inc | |
| parent | c6207577802db057298917089e427a6ab9e6edf9 (diff) | |
| parent | 8bf4b1a917786c683ac30278108f74d31961274d (diff) | |
Merge pull request #636 from huderlem/assets
Map organization
Diffstat (limited to 'data/maps/MtPyre_3F/scripts.inc')
| -rw-r--r-- | data/maps/MtPyre_3F/scripts.inc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/data/maps/MtPyre_3F/scripts.inc b/data/maps/MtPyre_3F/scripts.inc new file mode 100644 index 000000000..ea8bda7b5 --- /dev/null +++ b/data/maps/MtPyre_3F/scripts.inc @@ -0,0 +1,12 @@ +MtPyre_3F_MapScripts:: @ 815D3E8 + .byte 0 + +MtPyre_3F_EventScript_15D3E9:: @ 815D3E9 + 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, OPPONENT_KAYLA, 0, MtPyre_3F_Text_1967EF, MtPyre_3F_Text_19682B + msgbox MtPyre_3F_Text_196842, 6 + end |
