2015-11-26 21:22:14 -08:00
|
|
|
const_value set 2
|
|
|
|
const PEWTERMART_CLERK
|
|
|
|
const PEWTERMART_YOUNGSTER
|
|
|
|
const PEWTERMART_SUPER_NERD
|
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
PewterMart_MapScriptHeader:
|
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
|
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
ClerkScript_0x1a2dcb:
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-11-02 14:38:08 -08:00
|
|
|
pokemart MARTTYPE_STANDARD, MART_PEWTER
|
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
|
|
|
PewterMartYoungsterScript:
|
|
|
|
jumptextfaceplayer PewterMartYoungsterText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
PewterMartSuperNerdScript:
|
|
|
|
jumptextfaceplayer PewterMartSuperNerdText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
PewterMartYoungsterText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Hi! Check out my"
|
|
|
|
line "GYARADOS!"
|
|
|
|
|
|
|
|
para "I raised it from a"
|
|
|
|
line "MAGIKARP. I can't"
|
|
|
|
|
|
|
|
para "believe how strong"
|
|
|
|
line "it has become."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
PewterMartSuperNerdText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "There once was a"
|
|
|
|
line "weird old man who"
|
|
|
|
cont "sold MAGIKARP."
|
|
|
|
|
|
|
|
para "He was saying the"
|
|
|
|
line "MAGIKARP from the"
|
|
|
|
|
|
|
|
para "LAKE OF RAGE were"
|
|
|
|
line "excellent."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
PewterMart_MapEventHeader:
|
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
|
2017-12-28 11:31:25 -08:00
|
|
|
warp_def 2, 7, 3, PEWTER_CITY
|
|
|
|
warp_def 3, 7, 3, PEWTER_CITY
|
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, ClerkScript_0x1a2dcb, -1
|
|
|
|
object_event 9, 2, SPRITE_YOUNGSTER, SPRITEMOVEDATA_WALK_LEFT_RIGHT, 2, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, PewterMartYoungsterScript, -1
|
|
|
|
object_event 6, 6, SPRITE_SUPER_NERD, SPRITEMOVEDATA_SPINRANDOM_SLOW, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, PewterMartSuperNerdScript, -1
|