2018-01-31 08:38:45 -08:00
|
|
|
const_def 2 ; object constants
|
2015-11-26 21:22:14 -08:00
|
|
|
const ECRUTEAKMART_CLERK
|
|
|
|
const ECRUTEAKMART_SUPER_NERD
|
|
|
|
const ECRUTEAKMART_GRANNY
|
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
EcruteakMart_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
|
|
|
|
2018-02-28 13:50:43 -08:00
|
|
|
EcruteakMartClerkScript:
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-11-02 14:38:08 -08:00
|
|
|
pokemart MARTTYPE_STANDARD, MART_ECRUTEAK
|
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
|
|
|
EcruteakMartSuperNerdScript:
|
|
|
|
jumptextfaceplayer EcruteakMartSuperNerdText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
EcruteakMartGrannyScript:
|
|
|
|
jumptextfaceplayer EcruteakMartGrannyText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
EcruteakMartSuperNerdText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "My EEVEE evolved"
|
|
|
|
line "into an ESPEON."
|
|
|
|
|
|
|
|
para "But my friend's"
|
|
|
|
line "EEVEE turned into"
|
|
|
|
cont "an UMBREON."
|
|
|
|
|
|
|
|
para "I wonder why? We"
|
|
|
|
line "both were raising"
|
|
|
|
|
|
|
|
para "our EEVEE in the"
|
|
|
|
line "same way…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
EcruteakMartGrannyText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "If you use REVIVE,"
|
|
|
|
line "a #MON that's"
|
|
|
|
|
|
|
|
para "fainted will wake"
|
|
|
|
line "right up."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
EcruteakMart_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-02-01 19:22:07 -08:00
|
|
|
warp_event 2, 7, ECRUTEAK_CITY, 9
|
|
|
|
warp_event 3, 7, ECRUTEAK_CITY, 9
|
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
|
2018-02-28 13:50:43 -08:00
|
|
|
object_event 1, 3, SPRITE_CLERK, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, EcruteakMartClerkScript, -1
|
2018-02-01 19:22:07 -08:00
|
|
|
object_event 5, 2, SPRITE_SUPER_NERD, SPRITEMOVEDATA_WALK_LEFT_RIGHT, 1, 0, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, EcruteakMartSuperNerdScript, -1
|
|
|
|
object_event 6, 6, SPRITE_GRANNY, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, EcruteakMartGrannyScript, -1
|