2018-01-31 16:38:45 +00:00
|
|
|
const_def 2 ; object constants
|
2015-11-27 05:22:14 +00:00
|
|
|
const OLIVINEPUNISHMENTSPEECHHOUSE_POKEFAN_M
|
|
|
|
const OLIVINEPUNISHMENTSPEECHHOUSE_LASS
|
|
|
|
|
2018-01-17 03:57:19 +00:00
|
|
|
OlivinePunishmentSpeechHouse_MapScripts:
|
2018-01-30 19:15:47 +00:00
|
|
|
db 0 ; scene scripts
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2018-01-30 19:15:47 +00:00
|
|
|
db 0 ; callbacks
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-06-26 04:01:08 +00:00
|
|
|
OlivinePunishmentSpeechHouseDad:
|
|
|
|
jumptextfaceplayer OlivinePunishmentSpeechHouseDadText
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-06-26 04:01:08 +00:00
|
|
|
OlivinePunishmentSpeechHouseDaughter:
|
|
|
|
jumptextfaceplayer OlivinePunishmentSpeechHouseDaughterText
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-06-26 04:01:08 +00:00
|
|
|
OlivinePunishmentSpeechHouseBookshelf2:
|
2015-06-23 20:21:54 +00:00
|
|
|
jumpstd picturebookshelf
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-06-26 04:01:08 +00:00
|
|
|
OlivinePunishmentSpeechHouseBookshelf1:
|
2015-06-23 20:21:54 +00:00
|
|
|
jumpstd magazinebookshelf
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-06-26 04:01:08 +00:00
|
|
|
OlivinePunishmentSpeechHouseDadText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "Along the way to"
|
|
|
|
line "CIANWOOD, there"
|
|
|
|
|
|
|
|
para "are four deserted"
|
|
|
|
line "islands."
|
|
|
|
|
|
|
|
para "Bad kids are taken"
|
|
|
|
line "to the islands as"
|
|
|
|
cont "punishment!"
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-06-26 04:01:08 +00:00
|
|
|
OlivinePunishmentSpeechHouseDaughterText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "Whenever I get in"
|
|
|
|
line "trouble, Daddy"
|
|
|
|
cont "always scares me."
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2018-01-17 03:57:19 +00:00
|
|
|
OlivinePunishmentSpeechHouse_MapEvents:
|
2018-01-30 19:15:47 +00:00
|
|
|
db 0, 0 ; filler
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2018-01-30 19:15:47 +00:00
|
|
|
db 2 ; warp events
|
2018-02-02 02:54:00 +00:00
|
|
|
warp_event 2, 7, OLIVINE_CITY, 5
|
|
|
|
warp_event 3, 7, OLIVINE_CITY, 5
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2018-01-30 19:15:47 +00:00
|
|
|
db 0 ; coord events
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2018-01-30 19:15:47 +00:00
|
|
|
db 2 ; bg events
|
2017-12-28 19:31:25 +00:00
|
|
|
bg_event 0, 1, BGEVENT_READ, OlivinePunishmentSpeechHouseBookshelf1
|
2017-12-24 18:46:34 +00:00
|
|
|
bg_event 1, 1, BGEVENT_READ, OlivinePunishmentSpeechHouseBookshelf2
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2018-01-30 19:15:47 +00:00
|
|
|
db 2 ; object events
|
2017-12-28 19:31:25 +00:00
|
|
|
object_event 1, 2, SPRITE_POKEFAN_M, SPRITEMOVEDATA_SPINRANDOM_SLOW, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, OlivinePunishmentSpeechHouseDad, -1
|
|
|
|
object_event 5, 5, SPRITE_LASS, SPRITEMOVEDATA_WALK_LEFT_RIGHT, 2, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, OlivinePunishmentSpeechHouseDaughter, -1
|