diff options
| author | GriffinR <griffin.g.richards@gmail.com> | 2021-10-07 16:10:35 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-07 16:10:35 -0400 |
| commit | a2655ba9ab82646a54f60abc6078df372179f8d4 (patch) | |
| tree | 95b074a1a4d77d6cd77e413e1d6e72eb55b595b0 /data/maps/MtPyre_5F/scripts.inc | |
| parent | e86d3410a1719fcbf62754bfda93a295aa7e0d57 (diff) | |
| parent | 001a25e49cd6acdac89a62f4230aef80422e78f2 (diff) | |
Merge branch 'master' into doc-union
Diffstat (limited to 'data/maps/MtPyre_5F/scripts.inc')
| -rw-r--r-- | data/maps/MtPyre_5F/scripts.inc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/data/maps/MtPyre_5F/scripts.inc b/data/maps/MtPyre_5F/scripts.inc index f27370d7c..1c8a3fc7d 100644 --- a/data/maps/MtPyre_5F/scripts.inc +++ b/data/maps/MtPyre_5F/scripts.inc @@ -1,23 +1,23 @@ -MtPyre_5F_MapScripts:: @ 8231C6D +MtPyre_5F_MapScripts:: .byte 0 @ Seems like the scripts for the 4F and 5F were swapped -MtPyre_4F_EventScript_Tasha:: @ 8231C6E +MtPyre_4F_EventScript_Tasha:: trainerbattle_single TRAINER_TASHA, MtPyre_4F_Text_TashaIntro, MtPyre_4F_Text_TashaDefeat msgbox MtPyre_4F_Text_TashaPostBattle, MSGBOX_AUTOCLOSE end -MtPyre_4F_Text_TashaIntro: @ 8231C85 +MtPyre_4F_Text_TashaIntro: .string "I love all things horrifying…\n" .string "It's like a disease…\p" .string "When I'm here…\n" .string "I shiver with fear…$" -MtPyre_4F_Text_TashaDefeat: @ 8231CDB +MtPyre_4F_Text_TashaDefeat: .string "Losing, I dislike…$" -MtPyre_4F_Text_TashaPostBattle: @ 8231CEE +MtPyre_4F_Text_TashaPostBattle: .string "I want to see dreadful things…\n" .string "I can't leave…\p" .string "Stay…\n" |
