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:
|
2015-07-20 21:02:21 -07:00
|
|
|
.MapTriggers:
|
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
|
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
YoungsterScript_0x1a2dd2:
|
2013-02-16 22:54:07 -08:00
|
|
|
jumptextfaceplayer UnknownText_0x1a2dd8
|
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
SuperNerdScript_0x1a2dd5:
|
2013-02-16 22:54:07 -08:00
|
|
|
jumptextfaceplayer UnknownText_0x1a2e3a
|
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownText_0x1a2dd8:
|
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
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownText_0x1a2e3a:
|
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
|
2015-07-23 09:59:19 -07:00
|
|
|
warp_def $7, $2, 3, PEWTER_CITY
|
|
|
|
warp_def $7, $3, 3, PEWTER_CITY
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.XYTriggers:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 0
|
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.Signposts:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 0
|
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.PersonEvents:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 3
|
2015-11-15 12:07:20 -08: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
|
|
|
|
person_event SPRITE_SUPER_NERD, 6, 6, SPRITEMOVEDATA_SPINRANDOM_SLOW, 0, 0, -1, -1, (1 << 3) | PAL_OW_RED, PERSONTYPE_SCRIPT, 0, SuperNerdScript_0x1a2dd5, -1
|