2019-04-21 17:42:25 -04:00
|
|
|
object_const_def ; object_event constants
|
2015-11-27 00:22:14 -05:00
|
|
|
const ECRUTEAKMART_CLERK
|
|
|
|
const ECRUTEAKMART_SUPER_NERD
|
|
|
|
const ECRUTEAKMART_GRANNY
|
|
|
|
|
2018-01-16 22:57:19 -05:00
|
|
|
EcruteakMart_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
|
|
|
|
2018-02-28 16:50:43 -05:00
|
|
|
EcruteakMartClerkScript:
|
2015-12-09 18:25:44 -05:00
|
|
|
opentext
|
2015-11-02 17:38:08 -05:00
|
|
|
pokemart MARTTYPE_STANDARD, MART_ECRUTEAK
|
2015-11-25 10:16:29 -05:00
|
|
|
closetext
|
2013-02-17 01:54:07 -05:00
|
|
|
end
|
|
|
|
|
2017-12-17 19:48:04 -05:00
|
|
|
EcruteakMartSuperNerdScript:
|
|
|
|
jumptextfaceplayer EcruteakMartSuperNerdText
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2017-12-17 19:48:04 -05:00
|
|
|
EcruteakMartGrannyScript:
|
|
|
|
jumptextfaceplayer EcruteakMartGrannyText
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2017-12-17 19:48:04 -05:00
|
|
|
EcruteakMartSuperNerdText:
|
2014-03-06 00:29:44 -05: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-17 01:54:07 -05:00
|
|
|
|
2017-12-17 19:48:04 -05:00
|
|
|
EcruteakMartGrannyText:
|
2014-03-06 00:29:44 -05:00
|
|
|
text "If you use REVIVE,"
|
|
|
|
line "a #MON that's"
|
|
|
|
|
|
|
|
para "fainted will wake"
|
|
|
|
line "right up."
|
|
|
|
done
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2018-01-16 22:57:19 -05:00
|
|
|
EcruteakMart_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-02-01 22:22:07 -05:00
|
|
|
warp_event 2, 7, ECRUTEAK_CITY, 9
|
|
|
|
warp_event 3, 7, ECRUTEAK_CITY, 9
|
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
|
2018-02-28 16:50:43 -05:00
|
|
|
object_event 1, 3, SPRITE_CLERK, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, EcruteakMartClerkScript, -1
|
2018-02-01 22:22:07 -05: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
|