2018-01-31 08:38:45 -08:00
|
|
|
const_def 2 ; object constants
|
2015-11-26 21:22:14 -08:00
|
|
|
const BLACKTHORNPOKECENTER1F_NURSE
|
|
|
|
const BLACKTHORNPOKECENTER1F_GENTLEMAN
|
|
|
|
const BLACKTHORNPOKECENTER1F_TWIN
|
|
|
|
const BLACKTHORNPOKECENTER1F_COOLTRAINER_M
|
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
BlackthornPokecenter1F_MapScripts:
|
2018-01-30 11:15:47 -08:00
|
|
|
db 0 ; scene scripts
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 0 ; callbacks
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
BlackthornPokecenter1FNurseScript:
|
2015-06-23 13:21:54 -07:00
|
|
|
jumpstd pokecenternurse
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
BlackthornPokecenter1FGentlemanScript:
|
|
|
|
jumptextfaceplayer BlackthornPokecenter1FGentlemanText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
BlackthornPokecenter1FTwinScript:
|
|
|
|
jumptextfaceplayer BlackthornPokecenter1FTwinText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
BlackthornPokecenter1FCooltrainerMScript:
|
2015-07-11 23:00:17 -07:00
|
|
|
jumpstd happinesschecknpc
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
BlackthornPokecenter1FGentlemanText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Deep inside far-"
|
|
|
|
line "off INDIGO PLATEAU"
|
|
|
|
|
|
|
|
para "is the #MON"
|
|
|
|
line "LEAGUE."
|
|
|
|
|
|
|
|
para "I hear the best"
|
|
|
|
line "trainers gather"
|
|
|
|
|
|
|
|
para "there from around"
|
|
|
|
line "the country."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
BlackthornPokecenter1FTwinText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "There was this"
|
|
|
|
line "move I just had"
|
|
|
|
|
|
|
|
para "to teach my #-"
|
|
|
|
line "MON."
|
|
|
|
|
|
|
|
para "So I got the MOVE"
|
|
|
|
line "DELETER to make it"
|
|
|
|
cont "forget an HM move."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
BlackthornPokecenter1F_MapEvents:
|
2018-01-30 11:15:47 -08:00
|
|
|
db 0, 0 ; filler
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 3 ; warp events
|
2018-02-01 18:54:00 -08:00
|
|
|
warp_event 3, 7, BLACKTHORN_CITY, 5
|
|
|
|
warp_event 4, 7, BLACKTHORN_CITY, 5
|
|
|
|
warp_event 0, 7, POKECENTER_2F, 1
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 0 ; coord events
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 0 ; bg events
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 4 ; object events
|
2017-12-28 11:31:25 -08:00
|
|
|
object_event 3, 1, SPRITE_NURSE, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, BlackthornPokecenter1FNurseScript, -1
|
|
|
|
object_event 5, 3, SPRITE_GENTLEMAN, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, BlackthornPokecenter1FGentlemanScript, -1
|
|
|
|
object_event 1, 4, SPRITE_TWIN, SPRITEMOVEDATA_SPINRANDOM_SLOW, 0, 0, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, BlackthornPokecenter1FTwinScript, -1
|
|
|
|
object_event 7, 6, SPRITE_COOLTRAINER_M, SPRITEMOVEDATA_WALK_LEFT_RIGHT, 1, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, BlackthornPokecenter1FCooltrainerMScript, -1
|