2015-11-27 00:22:14 -05:00
|
|
|
const_value set 2
|
|
|
|
const AZALEAMART_CLERK
|
|
|
|
const AZALEAMART_COOLTRAINER_M
|
|
|
|
const AZALEAMART_BUG_CATCHER
|
|
|
|
|
2018-01-16 22:57:19 -05:00
|
|
|
AzaleaMart_MapScripts:
|
2018-01-30 14:15:47 -05:00
|
|
|
db 0 ; scene scripts
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-01-30 14:15:47 -05:00
|
|
|
db 0 ; callbacks
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2017-12-10 15:36:58 -05:00
|
|
|
AzaleaMartClerkScript:
|
2015-12-09 18:25:44 -05:00
|
|
|
opentext
|
2015-11-02 17:38:08 -05:00
|
|
|
pokemart MARTTYPE_STANDARD, MART_AZALEA
|
2015-11-25 10:16:29 -05:00
|
|
|
closetext
|
2013-02-17 01:54:07 -05:00
|
|
|
end
|
|
|
|
|
2017-12-10 15:36:58 -05:00
|
|
|
AzaleaMartCooltrainerMScript:
|
|
|
|
jumptextfaceplayer AzaleaMartCooltrainerMText
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2017-12-10 15:36:58 -05:00
|
|
|
AzaleaMartBugCatcherScript:
|
|
|
|
jumptextfaceplayer AzaleaMartBugCatcherText
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2017-12-10 15:36:58 -05:00
|
|
|
AzaleaMartCooltrainerMText:
|
2014-03-06 00:29:44 -05: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 01:54:07 -05:00
|
|
|
|
2017-12-10 15:36:58 -05:00
|
|
|
AzaleaMartBugCatcherText:
|
2014-03-06 00:29:44 -05: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 01:54:07 -05:00
|
|
|
|
2018-01-16 22:57:19 -05:00
|
|
|
AzaleaMart_MapEvents:
|
2018-01-30 14:15:47 -05:00
|
|
|
db 0, 0 ; filler
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-01-30 14:15:47 -05:00
|
|
|
db 2 ; warp events
|
2018-01-28 13:20:04 -05:00
|
|
|
warp_event 2, 7, 3, AZALEA_TOWN
|
|
|
|
warp_event 3, 7, 3, AZALEA_TOWN
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-01-30 14:15:47 -05:00
|
|
|
db 0 ; coord events
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-01-30 14:15:47 -05:00
|
|
|
db 0 ; bg events
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-01-30 14:15:47 -05:00
|
|
|
db 3 ; object events
|
2017-12-28 14:31:25 -05: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
|