2018-01-31 08:08:47 -08:00
|
|
|
const_value set 2 ; object constants
|
2015-11-26 21:22:14 -08:00
|
|
|
const VIRIDIANMART_CLERK
|
|
|
|
const VIRIDIANMART_LASS
|
|
|
|
const VIRIDIANMART_COOLTRAINER_M
|
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
ViridianMart_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
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
ClerkScript_0x9b5e7:
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-11-02 14:38:08 -08:00
|
|
|
pokemart MARTTYPE_STANDARD, MART_VIRIDIAN
|
2015-11-25 07:16:29 -08:00
|
|
|
closetext
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
ViridianMartLassScript:
|
|
|
|
jumptextfaceplayer ViridianMartLassText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
ViridianMartCooltrainerMScript:
|
|
|
|
jumptextfaceplayer ViridianMartCooltrainerMText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
ViridianMartLassText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "The GYM LEADER"
|
|
|
|
line "here is totally"
|
|
|
|
cont "cool."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
ViridianMartCooltrainerMText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Have you been to"
|
|
|
|
line "CINNABAR?"
|
|
|
|
|
|
|
|
para "It's an island way"
|
|
|
|
line "south of here."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
ViridianMart_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-01-28 10:20:04 -08:00
|
|
|
warp_event 2, 7, 4, VIRIDIAN_CITY
|
|
|
|
warp_event 3, 7, 4, VIRIDIAN_CITY
|
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 3 ; object events
|
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, ClerkScript_0x9b5e7, -1
|
|
|
|
object_event 7, 2, SPRITE_LASS, SPRITEMOVEDATA_WALK_LEFT_RIGHT, 2, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, ViridianMartLassScript, -1
|
|
|
|
object_event 1, 6, SPRITE_COOLTRAINER_M, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, ViridianMartCooltrainerMScript, -1
|