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_2F/scripts.inc | |
| parent | c6207577802db057298917089e427a6ab9e6edf9 (diff) | |
| parent | 8bf4b1a917786c683ac30278108f74d31961274d (diff) | |
Merge pull request #636 from huderlem/assets
Map organization
Diffstat (limited to 'data/maps/MtPyre_2F/scripts.inc')
| -rw-r--r-- | data/maps/MtPyre_2F/scripts.inc | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/data/maps/MtPyre_2F/scripts.inc b/data/maps/MtPyre_2F/scripts.inc new file mode 100644 index 000000000..1d2368597 --- /dev/null +++ b/data/maps/MtPyre_2F/scripts.inc @@ -0,0 +1,33 @@ +MtPyre_2F_MapScripts:: @ 815D36E + map_script 2, MtPyre_2F_MapScript2_1C6BB5 + map_script 3, MtPyre_2F_MapScript1_1C6BBF + map_script 5, MtPyre_2F_MapScript1_15D37E + .byte 0 + +MtPyre_2F_MapScript1_15D37E:: @ 815D37E + setstepcallback 7 + setholewarp MAP_MT_PYRE_1F, 255, 0, 0 + end + +MtPyre_2F_EventScript_15D389:: @ 815D389 + msgbox MtPyre_2F_Text_1965BB, 2 + end + +MtPyre_2F_EventScript_15D392:: @ 815D392 + msgbox MtPyre_2F_Text_196600, 2 + end + +MtPyre_2F_EventScript_15D39B:: @ 815D39B + trainerbattle 0, OPPONENT_MARK, 0, MtPyre_2F_Text_196674, MtPyre_2F_Text_1966BE + msgbox MtPyre_2F_Text_1966E7, 6 + end + +MtPyre_2F_EventScript_15D3B2:: @ 815D3B2 + trainerbattle 4, OPPONENT_DEZ_AND_LUKE, 0, MtPyre_2F_Text_1962C6, MtPyre_2F_Text_196358, MtPyre_2F_Text_1963CB + msgbox MtPyre_2F_Text_196368, 6 + end + +MtPyre_2F_EventScript_15D3CD:: @ 815D3CD + trainerbattle 4, OPPONENT_DEZ_AND_LUKE, 0, MtPyre_2F_Text_196449, MtPyre_2F_Text_1964EB, MtPyre_2F_Text_196539 + msgbox MtPyre_2F_Text_196504, 6 + end |
