2015-11-27 00:22:14 -05:00
|
|
|
const_value set 2
|
|
|
|
const PEWTERMART_CLERK
|
|
|
|
const PEWTERMART_YOUNGSTER
|
|
|
|
const PEWTERMART_SUPER_NERD
|
|
|
|
|
2015-07-10 02:45:35 -06:00
|
|
|
PewterMart_MapScriptHeader:
|
2015-07-21 00:02:21 -04:00
|
|
|
.MapTriggers:
|
2013-02-17 01:54:07 -05:00
|
|
|
db 0
|
|
|
|
|
2015-07-21 00:02:21 -04:00
|
|
|
.MapCallbacks:
|
2013-02-17 01:54:07 -05:00
|
|
|
db 0
|
|
|
|
|
2015-07-10 02:45:35 -06:00
|
|
|
ClerkScript_0x1a2dcb:
|
2015-12-09 18:25:44 -05:00
|
|
|
opentext
|
2015-11-02 17:38:08 -05:00
|
|
|
pokemart MARTTYPE_STANDARD, MART_PEWTER
|
2015-11-25 10:16:29 -05:00
|
|
|
closetext
|
2013-02-17 01:54:07 -05:00
|
|
|
end
|
|
|
|
|
2015-07-10 02:45:35 -06:00
|
|
|
YoungsterScript_0x1a2dd2:
|
2013-02-17 01:54:07 -05:00
|
|
|
jumptextfaceplayer UnknownText_0x1a2dd8
|
|
|
|
|
2015-07-10 02:45:35 -06:00
|
|
|
SuperNerdScript_0x1a2dd5:
|
2013-02-17 01:54:07 -05:00
|
|
|
jumptextfaceplayer UnknownText_0x1a2e3a
|
|
|
|
|
2015-07-10 02:45:35 -06:00
|
|
|
UnknownText_0x1a2dd8:
|
2014-03-06 00:29:44 -05: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-17 01:54:07 -05:00
|
|
|
|
2015-07-10 02:45:35 -06:00
|
|
|
UnknownText_0x1a2e3a:
|
2014-03-06 00:29:44 -05: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-17 01:54:07 -05:00
|
|
|
|
2015-07-10 02:45:35 -06:00
|
|
|
PewterMart_MapEventHeader:
|
2013-02-17 01:54:07 -05:00
|
|
|
; filler
|
|
|
|
db 0, 0
|
|
|
|
|
2015-07-21 00:02:21 -04:00
|
|
|
.Warps:
|
2013-02-17 01:54:07 -05:00
|
|
|
db 2
|
2015-07-23 12:59:19 -04:00
|
|
|
warp_def $7, $2, 3, PEWTER_CITY
|
|
|
|
warp_def $7, $3, 3, PEWTER_CITY
|
2013-02-17 01:54:07 -05:00
|
|
|
|
2015-07-21 00:02:21 -04:00
|
|
|
.XYTriggers:
|
2013-02-17 01:54:07 -05:00
|
|
|
db 0
|
|
|
|
|
2015-07-21 00:02:21 -04:00
|
|
|
.Signposts:
|
2013-02-17 01:54:07 -05:00
|
|
|
db 0
|
|
|
|
|
2015-07-21 00:02:21 -04:00
|
|
|
.PersonEvents:
|
2013-02-17 01:54:07 -05:00
|
|
|
db 3
|
2015-11-15 15:07:20 -05:00
|
|
|
person_event SPRITE_CLERK, 3, 1, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, 0, PERSONTYPE_SCRIPT, 0, ClerkScript_0x1a2dcb, -1
|
|
|
|
person_event SPRITE_YOUNGSTER, 2, 9, SPRITEMOVEDATA_WALK_LEFT_RIGHT, 0, 2, -1, -1, 0, PERSONTYPE_SCRIPT, 0, YoungsterScript_0x1a2dd2, -1
|
2017-12-10 20:50:08 -05:00
|
|
|
person_event SPRITE_SUPER_NERD, 6, 6, SPRITEMOVEDATA_SPINRANDOM_SLOW, 0, 0, -1, -1, PAL_NPC_RED, PERSONTYPE_SCRIPT, 0, SuperNerdScript_0x1a2dd5, -1
|