2015-11-26 21:22:14 -08:00
|
|
|
const_value set 2
|
|
|
|
const CERULEANMART_CLERK
|
|
|
|
const CERULEANMART_COOLTRAINER_M
|
|
|
|
const CERULEANMART_COOLTRAINER_F
|
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
CeruleanMart_MapScripts:
|
2017-12-24 10:46:34 -08:00
|
|
|
.SceneScripts:
|
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-10-26 16:21:42 -07:00
|
|
|
CeruleanMart_Clerk:
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-11-02 14:38:08 -08:00
|
|
|
pokemart MARTTYPE_STANDARD, MART_CERULEAN
|
2015-11-25 07:16:29 -08:00
|
|
|
closetext
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2017-10-26 16:21:42 -07:00
|
|
|
CeruleanMart_CooltrainerM:
|
|
|
|
jumptextfaceplayer CeruleanMart_CooltrainerMText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-10-26 16:21:42 -07:00
|
|
|
CeruleanMart_CooltrainerF:
|
|
|
|
jumptextfaceplayer CeruleanMart_CooltrainerFText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-10-26 16:21:42 -07:00
|
|
|
CeruleanMart_CooltrainerMText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "You'll run into"
|
|
|
|
line "many trainers on"
|
|
|
|
|
|
|
|
para "the way to CERU-"
|
|
|
|
line "LEAN's CAPE."
|
|
|
|
|
|
|
|
para "They want to see"
|
|
|
|
line "how they stack"
|
|
|
|
|
|
|
|
para "up against other"
|
|
|
|
line "trainers."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-10-26 16:21:42 -07:00
|
|
|
CeruleanMart_CooltrainerFText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "MISTY is about the"
|
|
|
|
line "only person in"
|
|
|
|
|
|
|
|
para "town who can beat"
|
|
|
|
line "the trainers at"
|
|
|
|
cont "CERULEAN's CAPE."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
CeruleanMart_MapEvents:
|
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
|
2018-01-28 10:20:04 -08:00
|
|
|
warp_event 2, 7, 6, CERULEAN_CITY
|
|
|
|
warp_event 3, 7, 6, CERULEAN_CITY
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-24 10:46:34 -08:00
|
|
|
.CoordEvents:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 0
|
|
|
|
|
2017-12-24 10:46:34 -08:00
|
|
|
.BGEvents:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 0
|
|
|
|
|
2017-12-24 10:46:34 -08:00
|
|
|
.ObjectEvents:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 3
|
2017-12-28 11:31:25 -08:00
|
|
|
object_event 1, 3, SPRITE_CLERK, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, CeruleanMart_Clerk, -1
|
|
|
|
object_event 1, 6, SPRITE_COOLTRAINER_M, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, CeruleanMart_CooltrainerM, -1
|
|
|
|
object_event 7, 2, SPRITE_COOLTRAINER_F, SPRITEMOVEDATA_WALK_LEFT_RIGHT, 2, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, CeruleanMart_CooltrainerF, -1
|