2019-04-21 14:42:25 -07:00
|
|
|
object_const_def ; object_event constants
|
2015-11-26 21:22:14 -08:00
|
|
|
const CHERRYGROVEGYMSPEECHHOUSE_POKEFAN_M
|
|
|
|
const CHERRYGROVEGYMSPEECHHOUSE_BUG_CATCHER
|
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
CherrygroveGymSpeechHouse_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
|
|
|
CherrygroveGymSpeechHousePokefanMScript:
|
|
|
|
jumptextfaceplayer CherrygroveGymSpeechHousePokefanMText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
CherrygroveGymSpeechHouseBugCatcherScript:
|
|
|
|
jumptextfaceplayer CherrygroveGymSpeechHouseBugCatcherText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
CherrygroveGymSpeechHouseBookshelf:
|
2015-06-23 13:21:54 -07:00
|
|
|
jumpstd picturebookshelf
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
CherrygroveGymSpeechHousePokefanMText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "You're trying to"
|
|
|
|
line "see how good you"
|
|
|
|
|
|
|
|
para "are as a #MON"
|
|
|
|
line "trainer?"
|
|
|
|
|
|
|
|
para "You better visit"
|
|
|
|
line "the #MON GYMS"
|
|
|
|
|
|
|
|
para "all over JOHTO and"
|
|
|
|
line "collect BADGES."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
CherrygroveGymSpeechHouseBugCatcherText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "When I get older,"
|
|
|
|
line "I'm going to be a"
|
|
|
|
cont "GYM LEADER!"
|
|
|
|
|
|
|
|
para "I make my #MON"
|
|
|
|
line "battle with my"
|
|
|
|
|
|
|
|
para "friend's to make"
|
|
|
|
line "them tougher!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
CherrygroveGymSpeechHouse_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 2 ; warp events
|
2018-02-01 19:22:07 -08:00
|
|
|
warp_event 2, 7, CHERRYGROVE_CITY, 3
|
|
|
|
warp_event 3, 7, CHERRYGROVE_CITY, 3
|
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 2 ; bg events
|
2018-02-01 19:22:07 -08:00
|
|
|
bg_event 0, 1, BGEVENT_READ, CherrygroveGymSpeechHouseBookshelf
|
|
|
|
bg_event 1, 1, BGEVENT_READ, CherrygroveGymSpeechHouseBookshelf
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 2 ; object events
|
2018-02-01 19:22:07 -08:00
|
|
|
object_event 2, 3, SPRITE_POKEFAN_M, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, CherrygroveGymSpeechHousePokefanMScript, -1
|
|
|
|
object_event 5, 5, SPRITE_BUG_CATCHER, SPRITEMOVEDATA_WALK_LEFT_RIGHT, 1, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, CherrygroveGymSpeechHouseBugCatcherScript, -1
|