2017-11-10 01:21:31 +00:00
|
|
|
Route111_OldLadysRestStop_MapScripts:: @ 822A916
|
2019-04-05 00:28:37 +01:00
|
|
|
map_script MAP_SCRIPT_ON_TRANSITION, Route111_OldLadysRestStop_OnTransition
|
2017-11-10 01:21:31 +00:00
|
|
|
.byte 0
|
|
|
|
|
2019-04-05 00:28:37 +01:00
|
|
|
Route111_OldLadysRestStop_OnTransition: @ 822A91C
|
2017-12-27 03:20:29 +00:00
|
|
|
setflag FLAG_LANDMARK_OLD_LADY_REST_SHOP
|
2017-11-10 01:21:31 +00:00
|
|
|
end
|
|
|
|
|
2019-11-06 16:30:50 +00:00
|
|
|
Route111_OldLadysRestStop_EventScript_OldLady:: @ 822A920
|
2017-11-10 01:21:31 +00:00
|
|
|
lock
|
|
|
|
faceplayer
|
2019-11-06 16:30:50 +00:00
|
|
|
msgbox Route111_OldLadysRestStop_Text_RestUpHere, MSGBOX_YESNO
|
2019-11-02 16:34:53 +00:00
|
|
|
compare VAR_RESULT, YES
|
2019-11-06 16:30:50 +00:00
|
|
|
goto_if_eq Route111_OldLadysRestStop_EventScript_Rest
|
2019-11-02 16:34:53 +00:00
|
|
|
compare VAR_RESULT, NO
|
2019-11-06 16:30:50 +00:00
|
|
|
goto_if_eq Route111_OldLadysRestStop_EventScript_DeclineRest
|
2017-11-10 01:21:31 +00:00
|
|
|
end
|
|
|
|
|
2019-11-06 16:30:50 +00:00
|
|
|
Route111_OldLadysRestStop_EventScript_Rest:: @ 822A941
|
|
|
|
msgbox Route111_OldLadysRestStop_Text_TakeYourTimeRestUp, MSGBOX_DEFAULT
|
2017-11-10 01:21:31 +00:00
|
|
|
closemessage
|
2019-02-23 00:52:11 +00:00
|
|
|
call Common_EventScript_OutOfCenterPartyHeal
|
2019-11-06 16:30:50 +00:00
|
|
|
msgbox Route111_OldLadysRestStop_Text_StillTiredTakeAnotherRest, MSGBOX_YESNO
|
2019-11-02 16:34:53 +00:00
|
|
|
compare VAR_RESULT, YES
|
2019-11-06 16:30:50 +00:00
|
|
|
goto_if_eq Route111_OldLadysRestStop_EventScript_Rest
|
2019-11-02 16:34:53 +00:00
|
|
|
compare VAR_RESULT, NO
|
2019-11-06 16:30:50 +00:00
|
|
|
goto_if_eq Route111_OldLadysRestStop_EventScript_DeclineRest
|
2017-11-10 01:21:31 +00:00
|
|
|
end
|
|
|
|
|
2019-11-06 16:30:50 +00:00
|
|
|
Route111_OldLadysRestStop_EventScript_DeclineRest:: @ 822A96E
|
|
|
|
msgbox Route111_OldLadysRestStop_Text_DontNeedToBeShy, MSGBOX_DEFAULT
|
2017-11-10 01:21:31 +00:00
|
|
|
release
|
|
|
|
end
|
|
|
|
|
2019-11-06 16:30:50 +00:00
|
|
|
Route111_OldLadysRestStop_Text_RestUpHere: @ 822A978
|
2017-11-10 01:21:31 +00:00
|
|
|
.string "Oh, dear, dear.\n"
|
2018-12-07 15:41:08 +00:00
|
|
|
.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.$"
|
2017-11-10 01:21:31 +00:00
|
|
|
|
2019-11-06 16:30:50 +00:00
|
|
|
Route111_OldLadysRestStop_Text_TakeYourTimeRestUp: @ 822A9EC
|
2018-12-07 15:41:08 +00:00
|
|
|
.string "That's right.\n"
|
2017-11-10 01:21:31 +00:00
|
|
|
.string "Take your time and rest up!$"
|
|
|
|
|
2019-11-06 16:30:50 +00:00
|
|
|
Route111_OldLadysRestStop_Text_StillTiredTakeAnotherRest: @ 822AA16
|
2017-11-10 01:21:31 +00:00
|
|
|
.string "Oh, dear, dear.\n"
|
|
|
|
.string "Are your POKéMON still tired?\p"
|
|
|
|
.string "You should take another rest here.\n"
|
2018-12-07 15:41:08 +00:00
|
|
|
.string "That's a fine idea. You should do that.$"
|
2017-11-10 01:21:31 +00:00
|
|
|
|
2019-11-06 16:30:50 +00:00
|
|
|
Route111_OldLadysRestStop_Text_DontNeedToBeShy: @ 822AA8F
|
2017-11-10 01:21:31 +00:00
|
|
|
.string "Is that so?\n"
|
2018-12-07 15:41:08 +00:00
|
|
|
.string "You don't need to be shy about it.$"
|
2017-11-10 01:21:31 +00:00
|
|
|
|