2015-11-26 21:22:14 -08:00
|
|
|
const_value set 2
|
|
|
|
const BLACKTHORNDRAGONSPEECHHOUSE_GRANNY
|
|
|
|
const BLACKTHORNDRAGONSPEECHHOUSE_EKANS
|
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
BlackthornDragonSpeechHouse_MapScriptHeader:
|
2015-07-20 21:02:21 -07:00
|
|
|
.MapTriggers:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 0
|
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.MapCallbacks:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 0
|
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
BlackthornDragonSpeechHouseGrannyScript:
|
|
|
|
jumptextfaceplayer BlackthornDragonSpeechHouseGrannyText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
BlackthornDragonSpeechHouseDratiniScript:
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2017-12-17 16:48:04 -08:00
|
|
|
writetext BlackthornDragonSpeechHouseDratiniText
|
2013-02-16 22:54:07 -08:00
|
|
|
cry DRATINI
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2016-04-07 03:13:59 -07:00
|
|
|
; unused
|
2017-12-17 16:48:04 -08:00
|
|
|
BlackthornDragonSpeechHousePictureBookshelf:
|
2015-06-27 21:59:17 -07:00
|
|
|
jumpstd picturebookshelf
|
|
|
|
|
2016-04-07 03:13:59 -07:00
|
|
|
; unused
|
2017-12-17 16:48:04 -08:00
|
|
|
BlackthornDragonSpeechHouseMagazineBookshelf:
|
2015-06-27 21:59:17 -07:00
|
|
|
jumpstd magazinebookshelf
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
BlackthornDragonSpeechHouseGrannyText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "A clan of trainers"
|
|
|
|
line "who can freely"
|
|
|
|
|
|
|
|
para "command dragons"
|
|
|
|
line "live right here in"
|
|
|
|
cont "BLACKTHORN."
|
|
|
|
|
|
|
|
para "As a result, there"
|
|
|
|
line "are many legends"
|
|
|
|
|
|
|
|
para "about dragons in"
|
|
|
|
line "this town."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
BlackthornDragonSpeechHouseDratiniText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "DRATINI: Draa!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
BlackthornDragonSpeechHouse_MapEventHeader:
|
2013-02-16 22:54:07 -08:00
|
|
|
; filler
|
|
|
|
db 0, 0
|
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.Warps:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 2
|
2015-07-23 09:59:19 -07:00
|
|
|
warp_def $7, $2, 2, BLACKTHORN_CITY
|
|
|
|
warp_def $7, $3, 2, BLACKTHORN_CITY
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.XYTriggers:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 0
|
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.Signposts:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 0
|
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.PersonEvents:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 2
|
2017-12-17 16:48:04 -08:00
|
|
|
person_event SPRITE_GRANNY, 3, 2, SPRITEMOVEDATA_SPINRANDOM_SLOW, 0, 0, -1, -1, 0, PERSONTYPE_SCRIPT, 0, BlackthornDragonSpeechHouseGrannyScript, -1
|
|
|
|
person_event SPRITE_EKANS, 5, 5, SPRITEMOVEDATA_POKEMON, 0, 0, -1, -1, PAL_NPC_BLUE, PERSONTYPE_SCRIPT, 0, BlackthornDragonSpeechHouseDratiniScript, -1
|