diff options
author | YamaArashi <shadow962@live.com> | 2016-07-05 00:33:33 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-07-05 00:33:33 -0700 |
commit | 10a06e177a5869e17c636c3740d96a0f9003bd0e (patch) | |
tree | 41187e0ea5a305493b9ea5c7849bb50d3d8963be /data/scripts/maps/MtChimney.s | |
parent | 26ea614c638f9353f324f8fdf00519b8c69ef99f (diff) |
some ruby/sapphire event script differences
Diffstat (limited to 'data/scripts/maps/MtChimney.s')
-rw-r--r-- | data/scripts/maps/MtChimney.s | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/data/scripts/maps/MtChimney.s b/data/scripts/maps/MtChimney.s index 28de28857..eadd3395a 100644 --- a/data/scripts/maps/MtChimney.s +++ b/data/scripts/maps/MtChimney.s @@ -305,53 +305,103 @@ MtChimney_Movement_15D03E:: @ 815D03E step_end MtChimney_EventScript_15D0F5:: @ 815D0F5 + .ifdef SAPPHIRE + msgbox MtChimney_Text_1B36F1, 3 + .else msgbox MtChimney_Text_1B40EA, 3 + .endif end MtChimney_EventScript_15D0FE:: @ 815D0FE + .ifdef SAPPHIRE + msgbox MtChimney_Text_1B372E, 3 + .else msgbox MtChimney_Text_1B4128, 3 + .endif end MtChimney_EventScript_15D107:: @ 815D107 + .ifdef SAPPHIRE + msgbox MtChimney_Text_1B3778, 3 + .else msgbox MtChimney_Text_1B416E, 3 + .endif end MtChimney_EventScript_15D110:: @ 815D110 + .ifdef SAPPHIRE + trainerbattle 0, TRAINER_MT_CHIMNEY_GRUNT_1, 0, MtChimney_Text_1B3168, MtChimney_Text_1B31EA + msgbox MtChimney_Text_1B3239, 6 + .else trainerbattle 0, TRAINER_MT_CHIMNEY_GRUNT_1, 0, MtChimney_Text_1B3B36, MtChimney_Text_1B3BB8 msgbox MtChimney_Text_1B3C07, 6 + .endif end MtChimney_EventScript_15D127:: @ 815D127 + .ifdef SAPPHIRE + trainerbattle 0, TRAINER_MT_CHIMNEY_GRUNT_2, 0, MtChimney_Text_1B32C8, MtChimney_Text_1B336E + msgbox MtChimney_Text_1B338D, 6 + .else trainerbattle 0, TRAINER_MT_CHIMNEY_GRUNT_2, 0, MtChimney_Text_1B3C96, MtChimney_Text_1B3D1E msgbox MtChimney_Text_1B3D3D, 6 + .endif end MtChimney_EventScript_15D13E:: @ 815D13E + .ifdef SAPPHIRE + msgbox MtChimney_Text_1B33EA, 3 + .else msgbox MtChimney_Text_1B3D9A, 3 + .endif end @ 815D147 + .ifdef SAPPHIRE + msgbox MtChimney_Text_1B3427, 3 + .else msgbox MtChimney_Text_1B3DD6, 3 + .endif end MtChimney_EventScript_15D150:: @ 815D150 + .ifdef SAPPHIRE + msgbox MtChimney_Text_1B3446, 3 + .else msgbox MtChimney_Text_1B3DF5, 3 + .endif end MtChimney_EventScript_15D159:: @ 815D159 + .ifdef SAPPHIRE + msgbox MtChimney_Text_1B3470, 3 + .else msgbox MtChimney_Text_1B3E1F, 3 + .endif end MtChimney_EventScript_15D162:: @ 815D162 + .ifdef SAPPHIRE + msgbox MtChimney_Text_1B34C6, 3 + .else msgbox MtChimney_Text_1B3E7A, 3 + .endif end MtChimney_EventScript_15D16B:: @ 815D16B + .ifdef SAPPHIRE + msgbox MtChimney_Text_1B3503, 3 + .else msgbox MtChimney_Text_1B3EBA, 3 + .endif end MtChimney_EventScript_15D174:: @ 815D174 + .ifdef SAPPHIRE + msgbox MtChimney_Text_1B37B4, 3 + .else msgbox MtChimney_Text_1B41B0, 3 + .endif end MtChimney_EventScript_15D17D:: @ 815D17D |