2020-07-24 13:49:26 +00:00
|
|
|
object_const_def
|
2015-11-27 05:22:14 +00:00
|
|
|
const AZALEAMART_CLERK
|
|
|
|
const AZALEAMART_COOLTRAINER_M
|
|
|
|
const AZALEAMART_BUG_CATCHER
|
|
|
|
|
2018-01-17 03:57:19 +00:00
|
|
|
AzaleaMart_MapScripts:
|
2020-07-24 13:49:26 +00:00
|
|
|
def_scene_scripts
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2020-07-24 13:49:26 +00:00
|
|
|
def_callbacks
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2017-12-10 20:36:58 +00:00
|
|
|
AzaleaMartClerkScript:
|
2015-12-09 23:25:44 +00:00
|
|
|
opentext
|
2015-11-02 22:38:08 +00:00
|
|
|
pokemart MARTTYPE_STANDARD, MART_AZALEA
|
2015-11-25 15:16:29 +00:00
|
|
|
closetext
|
2013-02-17 06:54:07 +00:00
|
|
|
end
|
|
|
|
|
2017-12-10 20:36:58 +00:00
|
|
|
AzaleaMartCooltrainerMScript:
|
|
|
|
jumptextfaceplayer AzaleaMartCooltrainerMText
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2017-12-10 20:36:58 +00:00
|
|
|
AzaleaMartBugCatcherScript:
|
|
|
|
jumptextfaceplayer AzaleaMartBugCatcherText
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2017-12-10 20:36:58 +00:00
|
|
|
AzaleaMartCooltrainerMText:
|
2014-03-06 05:29:44 +00: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-17 06:54:07 +00:00
|
|
|
|
2017-12-10 20:36:58 +00:00
|
|
|
AzaleaMartBugCatcherText:
|
2014-03-06 05:29:44 +00: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-17 06:54:07 +00:00
|
|
|
|
2018-01-17 03:57:19 +00:00
|
|
|
AzaleaMart_MapEvents:
|
2018-01-30 19:15:47 +00:00
|
|
|
db 0, 0 ; filler
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2020-07-24 13:49:26 +00:00
|
|
|
def_warp_events
|
2018-02-02 03:22:07 +00:00
|
|
|
warp_event 2, 7, AZALEA_TOWN, 3
|
|
|
|
warp_event 3, 7, AZALEA_TOWN, 3
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2020-07-24 13:49:26 +00:00
|
|
|
def_coord_events
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2020-07-24 13:49:26 +00:00
|
|
|
def_bg_events
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2020-07-24 13:49:26 +00:00
|
|
|
def_object_events
|
2018-02-02 03:22:07 +00: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
|