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