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/scripts/maps/Route125.inc | |
parent | c6207577802db057298917089e427a6ab9e6edf9 (diff) | |
parent | 8bf4b1a917786c683ac30278108f74d31961274d (diff) |
Merge pull request #636 from huderlem/assets
Map organization
Diffstat (limited to 'data/scripts/maps/Route125.inc')
-rw-r--r-- | data/scripts/maps/Route125.inc | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/data/scripts/maps/Route125.inc b/data/scripts/maps/Route125.inc deleted file mode 100644 index a1495ac83..000000000 --- a/data/scripts/maps/Route125.inc +++ /dev/null @@ -1,50 +0,0 @@ -Route125_MapScripts:: @ 8151F1E - map_script 3, Route125_MapScript1_151F24 - .byte 0 - -Route125_MapScript1_151F24:: @ 8151F24 - call_if_set FLAG_SYS_WEATHER_CTRL, Route125_EventScript_1A02C1 - end - -Route125_EventScript_151F2E:: @ 8151F2E - trainerbattle 0, OPPONENT_CODY, 0, Route125_Text_1C0FCF, Route125_Text_1C1002 - msgbox Route125_Text_1C1013, 6 - end - -Route125_EventScript_151F45:: @ 8151F45 - trainerbattle 0, OPPONENT_STAN, 0, Route125_Text_1C104B, Route125_Text_1C1073 - msgbox Route125_Text_1C1083, 6 - end - -Route125_EventScript_151F5C:: @ 8151F5C - trainerbattle 0, OPPONENT_TANYA, 0, Route125_Text_1C10C3, Route125_Text_1C10FB - msgbox Route125_Text_1C110C, 6 - end - -Route125_EventScript_151F73:: @ 8151F73 - trainerbattle 0, OPPONENT_SHARON, 0, Route125_Text_1C1136, Route125_Text_1C1175 - msgbox Route125_Text_1C117F, 6 - end - -Route125_EventScript_151F8A:: @ 8151F8A - trainerbattle 0, OPPONENT_ERNEST_1, 0, Route125_Text_1C11AF, Route125_Text_1C11ED - specialvar RESULT, ShouldTryRematchBattle - compare RESULT, 1 - goto_if_eq Route125_EventScript_151FB1 - msgbox Route125_Text_1C1208, 6 - end - -Route125_EventScript_151FB1:: @ 8151FB1 - trainerbattle 5, OPPONENT_ERNEST_1, 0, Route125_Text_1C1282, Route125_Text_1C12C5 - msgbox Route125_Text_1C12EE, 6 - end - -Route125_EventScript_151FC8:: @ 8151FC8 - trainerbattle 4, OPPONENT_KIM_AND_IRIS, 0, Route125_Text_1C13A1, Route125_Text_1C13FF, Route125_Text_1C146E - msgbox Route125_Text_1C141C, 6 - end - -Route125_EventScript_151FE3:: @ 8151FE3 - trainerbattle 4, OPPONENT_KIM_AND_IRIS, 0, Route125_Text_1C14AB, Route125_Text_1C14E7, Route125_Text_1C154F - msgbox Route125_Text_1C1508, 6 - end |