diff options
Diffstat (limited to 'data/maps/SootopolisCity_House4/scripts.inc')
-rw-r--r-- | data/maps/SootopolisCity_House4/scripts.inc | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/data/maps/SootopolisCity_House4/scripts.inc b/data/maps/SootopolisCity_House4/scripts.inc index 861da06d2..a1102bdd9 100644 --- a/data/maps/SootopolisCity_House4/scripts.inc +++ b/data/maps/SootopolisCity_House4/scripts.inc @@ -1,15 +1,15 @@ -SootopolisCity_House4_MapScripts:: @ 8226D15 +SootopolisCity_House4_MapScripts:: .byte 0 -SootopolisCity_House4_EventScript_Man:: @ 8226D16 +SootopolisCity_House4_EventScript_Man:: msgbox SootopolisCity_House4_Text_AncientTreasuresWaitingInSea, MSGBOX_NPC end -SootopolisCity_House4_EventScript_Woman:: @ 8226D1F +SootopolisCity_House4_EventScript_Woman:: msgbox SootopolisCity_House4_Text_StrollUnderwaterWithPokemon, MSGBOX_NPC end -SootopolisCity_House4_EventScript_Azumarill:: @ 8226D28 +SootopolisCity_House4_EventScript_Azumarill:: lock faceplayer waitse @@ -19,7 +19,7 @@ SootopolisCity_House4_EventScript_Azumarill:: @ 8226D28 release end -SootopolisCity_House4_Text_AncientTreasuresWaitingInSea: @ 8226D3B +SootopolisCity_House4_Text_AncientTreasuresWaitingInSea: .string "Listen up, and I'll tell you something\n" .string "good.\p" .string "There's supposed to be an ancient\n" @@ -27,13 +27,13 @@ SootopolisCity_House4_Text_AncientTreasuresWaitingInSea: @ 8226D3B .string "There could be treasures just waiting\n" .string "to be discovered down there.$" -SootopolisCity_House4_Text_StrollUnderwaterWithPokemon: @ 8226DEA +SootopolisCity_House4_Text_StrollUnderwaterWithPokemon: .string "Ancient treasures…\p" .string "It would be nice if they existed, but\n" .string "even if they didn't, it would be so\l" .string "beautiful to take an underwater\l" .string "stroll with my POKéMON.$" -SootopolisCity_House4_Text_Azumarill: @ 8226E7F +SootopolisCity_House4_Text_Azumarill: .string "AZUMARILL: Marurii.$" |