2020-07-24 09:49:26 -04:00
|
|
|
object_const_def
|
2018-01-23 12:54:17 -05:00
|
|
|
const ROUTE26HEALHOUSE_TEACHER
|
2015-11-27 00:22:14 -05:00
|
|
|
|
2018-01-23 12:54:17 -05:00
|
|
|
Route26HealHouse_MapScripts:
|
2020-07-24 09:49:26 -04:00
|
|
|
def_scene_scripts
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2020-07-24 09:49:26 -04:00
|
|
|
def_callbacks
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-02-28 17:47:31 -05:00
|
|
|
Route26HealHouseTeacherScript:
|
2013-02-17 01:54:07 -05:00
|
|
|
faceplayer
|
2015-12-09 18:25:44 -05:00
|
|
|
opentext
|
2018-08-19 13:56:41 -04:00
|
|
|
writetext Route26HealHouseRestAWhileText
|
2015-11-25 10:16:29 -05:00
|
|
|
waitbutton
|
2013-02-17 01:54:07 -05:00
|
|
|
closetext
|
2018-01-24 11:17:05 -05:00
|
|
|
special FadeBlackQuickly
|
2018-01-02 18:49:25 +01:00
|
|
|
special ReloadSpritesNoPalettes
|
2018-01-24 11:17:05 -05:00
|
|
|
special StubbedTrainerRankings_Healings
|
2014-04-30 06:04:35 -04:00
|
|
|
playmusic MUSIC_HEAL
|
2015-06-26 23:24:55 -07:00
|
|
|
special HealParty
|
2013-02-17 01:54:07 -05:00
|
|
|
pause 60
|
2018-01-24 11:17:05 -05:00
|
|
|
special FadeInQuickly
|
2015-02-11 15:03:42 -08:00
|
|
|
special RestartMapMusic
|
2015-12-09 18:25:44 -05:00
|
|
|
opentext
|
2018-08-19 13:56:41 -04:00
|
|
|
writetext Route26HealHouseKeepAtItText
|
2015-11-25 10:16:29 -05:00
|
|
|
waitbutton
|
2013-02-17 01:54:07 -05:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-07-10 02:45:35 -06:00
|
|
|
Route26HealHouseBookshelf:
|
2020-06-10 16:44:16 -04:00
|
|
|
jumpstd PictureBookshelfScript
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-08-19 13:56:41 -04:00
|
|
|
Route26HealHouseRestAWhileText:
|
2014-03-06 00:29:44 -05:00
|
|
|
text "Your #MON look"
|
|
|
|
line "a little tired."
|
|
|
|
|
|
|
|
para "You should rest"
|
|
|
|
line "them a while."
|
|
|
|
done
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-08-19 13:56:41 -04:00
|
|
|
Route26HealHouseKeepAtItText:
|
2014-03-06 00:29:44 -05:00
|
|
|
text "There!"
|
|
|
|
|
|
|
|
para "Your #MON are"
|
|
|
|
line "looking good!"
|
|
|
|
|
|
|
|
para "Keep at it!"
|
|
|
|
done
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-01-23 12:54:17 -05:00
|
|
|
Route26HealHouse_MapEvents:
|
2018-01-30 14:15:47 -05:00
|
|
|
db 0, 0 ; filler
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2020-07-24 09:49:26 -04:00
|
|
|
def_warp_events
|
2018-02-01 22:22:07 -05:00
|
|
|
warp_event 2, 7, ROUTE_26, 2
|
|
|
|
warp_event 3, 7, ROUTE_26, 2
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2020-07-24 09:49:26 -04:00
|
|
|
def_coord_events
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2020-07-24 09:49:26 -04:00
|
|
|
def_bg_events
|
2018-02-01 22:22:07 -05:00
|
|
|
bg_event 0, 1, BGEVENT_READ, Route26HealHouseBookshelf
|
|
|
|
bg_event 1, 1, BGEVENT_READ, Route26HealHouseBookshelf
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2020-07-24 09:49:26 -04:00
|
|
|
def_object_events
|
2018-02-28 17:47:31 -05:00
|
|
|
object_event 2, 3, SPRITE_TEACHER, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_SCRIPT, 0, Route26HealHouseTeacherScript, -1
|