diff options
Diffstat (limited to 'data/maps/Route111_OldLadysRestStop/scripts.inc')
-rw-r--r-- | data/maps/Route111_OldLadysRestStop/scripts.inc | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/data/maps/Route111_OldLadysRestStop/scripts.inc b/data/maps/Route111_OldLadysRestStop/scripts.inc index 0df1e6b6e..645ce4de4 100644 --- a/data/maps/Route111_OldLadysRestStop/scripts.inc +++ b/data/maps/Route111_OldLadysRestStop/scripts.inc @@ -1,12 +1,12 @@ -Route111_OldLadysRestStop_MapScripts:: @ 822A916 +Route111_OldLadysRestStop_MapScripts:: map_script MAP_SCRIPT_ON_TRANSITION, Route111_OldLadysRestStop_OnTransition .byte 0 -Route111_OldLadysRestStop_OnTransition: @ 822A91C +Route111_OldLadysRestStop_OnTransition: setflag FLAG_LANDMARK_OLD_LADY_REST_SHOP end -Route111_OldLadysRestStop_EventScript_OldLady:: @ 822A920 +Route111_OldLadysRestStop_EventScript_OldLady:: lock faceplayer msgbox Route111_OldLadysRestStop_Text_RestUpHere, MSGBOX_YESNO @@ -16,7 +16,7 @@ Route111_OldLadysRestStop_EventScript_OldLady:: @ 822A920 goto_if_eq Route111_OldLadysRestStop_EventScript_DeclineRest end -Route111_OldLadysRestStop_EventScript_Rest:: @ 822A941 +Route111_OldLadysRestStop_EventScript_Rest:: msgbox Route111_OldLadysRestStop_Text_TakeYourTimeRestUp, MSGBOX_DEFAULT closemessage call Common_EventScript_OutOfCenterPartyHeal @@ -27,28 +27,28 @@ Route111_OldLadysRestStop_EventScript_Rest:: @ 822A941 goto_if_eq Route111_OldLadysRestStop_EventScript_DeclineRest end -Route111_OldLadysRestStop_EventScript_DeclineRest:: @ 822A96E +Route111_OldLadysRestStop_EventScript_DeclineRest:: msgbox Route111_OldLadysRestStop_Text_DontNeedToBeShy, MSGBOX_DEFAULT release end -Route111_OldLadysRestStop_Text_RestUpHere: @ 822A978 +Route111_OldLadysRestStop_Text_RestUpHere: .string "Oh, dear, dear.\n" .string "Aren't your POKéMON exhausted?\p" .string "If you'd like, rest up here.\n" .string "That's a fine idea! You should do that.$" -Route111_OldLadysRestStop_Text_TakeYourTimeRestUp: @ 822A9EC +Route111_OldLadysRestStop_Text_TakeYourTimeRestUp: .string "That's right.\n" .string "Take your time and rest up!$" -Route111_OldLadysRestStop_Text_StillTiredTakeAnotherRest: @ 822AA16 +Route111_OldLadysRestStop_Text_StillTiredTakeAnotherRest: .string "Oh, dear, dear.\n" .string "Are your POKéMON still tired?\p" .string "You should take another rest here.\n" .string "That's a fine idea. You should do that.$" -Route111_OldLadysRestStop_Text_DontNeedToBeShy: @ 822AA8F +Route111_OldLadysRestStop_Text_DontNeedToBeShy: .string "Is that so?\n" .string "You don't need to be shy about it.$" |