2015-11-26 21:22:14 -08:00
|
|
|
const_value set 2
|
|
|
|
const LAVENDERMART_CLERK
|
|
|
|
const LAVENDERMART_POKEFAN_M
|
|
|
|
const LAVENDERMART_ROCKER
|
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
LavenderMart_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
|
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
ClerkScript_0x7eb1c:
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-11-02 14:38:08 -08:00
|
|
|
pokemart MARTTYPE_STANDARD, MART_LAVENDER
|
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
|
|
|
LavenderMartPokefanMScript:
|
|
|
|
jumptextfaceplayer LavenderMartPokefanMText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
LavenderMartRockerScript:
|
|
|
|
jumptextfaceplayer LavenderMartRockerText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
LavenderMartPokefanMText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "REPEL is a neces-"
|
|
|
|
line "sity if you are"
|
|
|
|
|
|
|
|
para "going to explore a"
|
|
|
|
line "cave."
|
|
|
|
|
|
|
|
para "Even though I like"
|
|
|
|
line "exploring, I still"
|
|
|
|
|
|
|
|
para "haven't made it to"
|
|
|
|
line "all the caves."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
LavenderMartRockerText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "I heard about a"
|
|
|
|
line "craftsman who"
|
|
|
|
|
|
|
|
para "makes custom BALLS"
|
|
|
|
line "in the JOHTO town"
|
|
|
|
|
|
|
|
para "of AZALEA. I wish"
|
|
|
|
line "I had some."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
LavenderMart_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
|
2017-12-28 11:31:25 -08:00
|
|
|
warp_def 2, 7, 5, LAVENDER_TOWN
|
|
|
|
warp_def 3, 7, 5, LAVENDER_TOWN
|
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, ClerkScript_0x7eb1c, -1
|
|
|
|
object_event 6, 6, SPRITE_POKEFAN_M, SPRITEMOVEDATA_WALK_LEFT_RIGHT, 2, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, LavenderMartPokefanMScript, -1
|
|
|
|
object_event 9, 2, SPRITE_ROCKER, SPRITEMOVEDATA_SPINRANDOM_SLOW, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, LavenderMartRockerScript, -1
|