diff options
Diffstat (limited to 'data/maps/SootopolisCity_House6/scripts.inc')
-rw-r--r-- | data/maps/SootopolisCity_House6/scripts.inc | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/data/maps/SootopolisCity_House6/scripts.inc b/data/maps/SootopolisCity_House6/scripts.inc index d62273864..be2dad11f 100644 --- a/data/maps/SootopolisCity_House6/scripts.inc +++ b/data/maps/SootopolisCity_House6/scripts.inc @@ -1,7 +1,7 @@ -SootopolisCity_House6_MapScripts:: @ 8226F5B +SootopolisCity_House6_MapScripts:: .byte 0 -SootopolisCity_House6_EventScript_Woman:: @ 8226F5C +SootopolisCity_House6_EventScript_Woman:: lock faceplayer goto_if_set FLAG_RECEIVED_WAILMER_DOLL, SootopolisCity_House6_EventScript_ReceivedWailmerDoll @@ -16,40 +16,40 @@ SootopolisCity_House6_EventScript_Woman:: @ 8226F5C release end -SootopolisCity_House6_EventScript_DeclineWailmerDoll:: @ 8226F99 +SootopolisCity_House6_EventScript_DeclineWailmerDoll:: msgbox SootopolisCity_House6_Text_DontWantThisDoll, MSGBOX_DEFAULT release end -SootopolisCity_House6_EventScript_ReceivedWailmerDoll:: @ 8226FA3 +SootopolisCity_House6_EventScript_ReceivedWailmerDoll:: msgbox SootopolisCity_House6_Text_LovePlushDolls, MSGBOX_DEFAULT release end -SootopolisCity_House6_EventScript_NoRoomForWailmerDoll:: @ 8226FAD +SootopolisCity_House6_EventScript_NoRoomForWailmerDoll:: bufferdecorationname 1, DECOR_WAILMER_DOLL msgbox gText_NoRoomLeftForAnother, MSGBOX_DEFAULT msgbox SootopolisCity_House6_Text_IllHoldItForYou, MSGBOX_DEFAULT release end -SootopolisCity_House6_Text_FirstGuestInWhileTakeDoll: @ 8226FC3 +SootopolisCity_House6_Text_FirstGuestInWhileTakeDoll: .string "Hello! You're our first guest in\n" .string "a good while.\p" .string "You've brightened up my day, so I'll\n" .string "give you a big WAILMER DOLL.$" -SootopolisCity_House6_Text_TakeGoodCareOfIt: @ 8227034 +SootopolisCity_House6_Text_TakeGoodCareOfIt: .string "Take good care of it!$" -SootopolisCity_House6_Text_IllHoldItForYou: @ 822704A +SootopolisCity_House6_Text_IllHoldItForYou: .string "Oh, you want it, but not right now?\n" .string "Okay, then I'll hold it for you.$" -SootopolisCity_House6_Text_DontWantThisDoll: @ 822708F +SootopolisCity_House6_Text_DontWantThisDoll: .string "Are you sure?\n" .string "You don't want this DOLL?$" -SootopolisCity_House6_Text_LovePlushDolls: @ 82270B7 +SootopolisCity_House6_Text_LovePlushDolls: .string "I love plush DOLLS!$" |