pokecrystal-board/maps/Route26HealHouse.asm

64 lines
1.3 KiB
NASM
Raw Normal View History

object_const_def ; object_event constants
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:
db 0 ; scene scripts
db 0 ; callbacks
2018-02-28 14:47:31 -08:00
Route26HealHouseTeacherScript:
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
closetext
special FadeBlackQuickly
2018-01-02 09:49:25 -08:00
special ReloadSpritesNoPalettes
special StubbedTrainerRankings_Healings
playmusic MUSIC_HEAL
special HealParty
pause 60
special FadeInQuickly
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
closetext
end
2015-07-10 01:45:35 -07:00
Route26HealHouseBookshelf:
jumpstd picturebookshelf
2018-08-19 10:56:41 -07:00
Route26HealHouseRestAWhileText:
text "Your #MON look"
line "a little tired."
para "You should rest"
line "them a while."
done
2018-08-19 10:56:41 -07:00
Route26HealHouseKeepAtItText:
text "There!"
para "Your #MON are"
line "looking good!"
para "Keep at it!"
done
2018-01-23 09:54:17 -08:00
Route26HealHouse_MapEvents:
db 0, 0 ; filler
db 2 ; warp events
2018-02-01 19:22:07 -08:00
warp_event 2, 7, ROUTE_26, 2
warp_event 3, 7, ROUTE_26, 2
db 0 ; coord events
db 2 ; bg events
2018-02-01 19:22:07 -08:00
bg_event 0, 1, BGEVENT_READ, Route26HealHouseBookshelf
bg_event 1, 1, BGEVENT_READ, Route26HealHouseBookshelf
db 1 ; 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