2015-11-26 21:22:14 -08:00
|
|
|
const_value set 2
|
|
|
|
const AZALEAMART_CLERK
|
|
|
|
const AZALEAMART_COOLTRAINER_M
|
|
|
|
const AZALEAMART_BUG_CATCHER
|
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
AzaleaMart_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-12-10 12:36:58 -08:00
|
|
|
AzaleaMartClerkScript:
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-11-02 14:38:08 -08:00
|
|
|
pokemart MARTTYPE_STANDARD, MART_AZALEA
|
2015-11-25 07:16:29 -08:00
|
|
|
closetext
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2017-12-10 12:36:58 -08:00
|
|
|
AzaleaMartCooltrainerMScript:
|
|
|
|
jumptextfaceplayer AzaleaMartCooltrainerMText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-10 12:36:58 -08:00
|
|
|
AzaleaMartBugCatcherScript:
|
|
|
|
jumptextfaceplayer AzaleaMartBugCatcherText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-10 12:36:58 -08:00
|
|
|
AzaleaMartCooltrainerMText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "There's no GREAT"
|
|
|
|
line "BALL here. #"
|
|
|
|
|
|
|
|
para "BALLS will have"
|
|
|
|
line "to do."
|
|
|
|
|
|
|
|
para "I wish KURT would"
|
|
|
|
line "make me some of"
|
|
|
|
cont "his custom BALLS."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-10 12:36:58 -08:00
|
|
|
AzaleaMartBugCatcherText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "A GREAT BALL is"
|
|
|
|
line "better for catch-"
|
|
|
|
cont "ing #MON than a"
|
|
|
|
cont "# BALL."
|
|
|
|
|
|
|
|
para "But KURT's might"
|
|
|
|
line "be better some-"
|
|
|
|
cont "times."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
AzaleaMart_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, 3, AZALEA_TOWN
|
|
|
|
warp_event 3, 7, 3, AZALEA_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, AzaleaMartClerkScript, -1
|
|
|
|
object_event 2, 5, SPRITE_COOLTRAINER_M, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, AzaleaMartCooltrainerMScript, -1
|
|
|
|
object_event 7, 2, SPRITE_BUG_CATCHER, SPRITEMOVEDATA_WALK_LEFT_RIGHT, 2, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, AzaleaMartBugCatcherScript, -1
|