pokecrystal-board/maps/Route26HealHouse.asm

71 lines
1.2 KiB
NASM
Raw Normal View History

2015-11-26 21:22:14 -08:00
const_value set 2
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:
.SceneScripts:
db 0
.MapCallbacks:
db 0
2015-07-10 01:45:35 -07:00
TeacherScript_0x7b125:
faceplayer
2015-12-09 15:25:44 -08:00
opentext
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x7b14d
2015-11-25 07:16:29 -08:00
waitbutton
closetext
special Special_FadeBlackQuickly
2018-01-02 09:49:25 -08:00
special ReloadSpritesNoPalettes
special Special_StubbedTrainerRankings_Healings
playmusic MUSIC_HEAL
special HealParty
pause 60
2015-11-26 18:05:32 -08:00
special Special_FadeInQuickly
special RestartMapMusic
2015-12-09 15:25:44 -08:00
opentext
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x7b18b
2015-11-25 07:16:29 -08:00
waitbutton
closetext
end
2015-07-10 01:45:35 -07:00
Route26HealHouseBookshelf:
jumpstd picturebookshelf
2015-07-10 01:45:35 -07:00
UnknownText_0x7b14d:
text "Your #MON look"
line "a little tired."
para "You should rest"
line "them a while."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x7b18b:
text "There!"
para "Your #MON are"
line "looking good!"
para "Keep at it!"
done
2018-01-23 09:54:17 -08:00
Route26HealHouse_MapEvents:
; filler
db 0, 0
.Warps:
db 2
warp_def 2, 7, 2, ROUTE_26
warp_def 3, 7, 2, ROUTE_26
.CoordEvents:
db 0
.BGEvents:
db 2
bg_event 0, 1, BGEVENT_READ, Route26HealHouseBookshelf
bg_event 1, 1, BGEVENT_READ, Route26HealHouseBookshelf
.ObjectEvents:
db 1
object_event 2, 3, SPRITE_TEACHER, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_SCRIPT, 0, TeacherScript_0x7b125, -1