2015-07-10 01:45:35 -07:00
|
|
|
Route35Goldenrodgate_MapScriptHeader:
|
2013-02-16 22:54:07 -08:00
|
|
|
; trigger count
|
|
|
|
db 0
|
|
|
|
|
|
|
|
; callback count
|
|
|
|
db 0
|
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
OfficerScript_0x69d37:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
|
|
|
loadfont
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_GOT_HP_UP_FROM_RANDY
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue UnknownScript_0x69d92
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_GAVE_KENYA
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue UnknownScript_0x69d85
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_GOT_KENYA
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue UnknownScript_0x69d73
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x69ddd
|
2013-02-16 22:54:07 -08:00
|
|
|
yesorno
|
|
|
|
iffalse UnknownScript_0x69d7f
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x69e48
|
2013-02-16 22:54:07 -08:00
|
|
|
keeptextopen
|
|
|
|
waitbutton
|
2015-07-09 19:08:03 -07:00
|
|
|
checkcode VAR_PARTYCOUNT
|
2013-02-16 22:54:07 -08:00
|
|
|
if_equal $6, UnknownScript_0x69d79
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x69eb8
|
2014-04-30 03:04:35 -07:00
|
|
|
playsound SFX_KEY_ITEM
|
2013-02-16 22:54:07 -08:00
|
|
|
waitbutton
|
|
|
|
givepoke SPEAROW, 10, 0, 1, GiftSpearowName, GiftSpearowOTName
|
|
|
|
givepokeitem GiftSpearowMail
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_GOT_KENYA
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownScript_0x69d73:
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x69ed6
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownScript_0x69d79:
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x69f56
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownScript_0x69d7f:
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x69f74
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownScript_0x69d85:
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x69f8b
|
2013-02-16 22:54:07 -08:00
|
|
|
keeptextopen
|
|
|
|
verbosegiveitem HP_UP, 1
|
|
|
|
iffalse UnknownScript_0x69d96
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_GOT_HP_UP_FROM_RANDY
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownScript_0x69d92:
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x69fd9
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownScript_0x69d96:
|
2013-02-16 22:54:07 -08:00
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
GiftSpearowMail:
|
2013-02-16 22:54:07 -08:00
|
|
|
db FLOWER_MAIL
|
|
|
|
db "DARK CAVE leads", $4E
|
|
|
|
db "to another road@"
|
2015-07-10 01:45:35 -07:00
|
|
|
GiftSpearowName:
|
2013-02-16 22:54:07 -08:00
|
|
|
db "KENYA@"
|
2015-07-10 01:45:35 -07:00
|
|
|
GiftSpearowOTName:
|
2013-02-16 22:54:07 -08:00
|
|
|
db "RANDY@"
|
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
db 0
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
PokefanFScript_0x69dc6:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
|
|
|
loadfont
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_FOUGHT_SUDOWOODO
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue UnknownScript_0x69dd4
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x6a00a
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownScript_0x69dd4:
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x6a09a
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
FisherScript_0x69dda:
|
2013-02-16 22:54:07 -08:00
|
|
|
jumptextfaceplayer UnknownText_0x6a0cb
|
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownText_0x69ddd:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Excuse me, kid!"
|
|
|
|
line "Can you do a guy"
|
|
|
|
cont "a favor?"
|
|
|
|
|
|
|
|
para "Can you take this"
|
|
|
|
line "#MON with MAIL"
|
|
|
|
cont "to my friend?"
|
|
|
|
|
|
|
|
para "He's on ROUTE 31."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownText_0x69e48:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "You will? Perfect!"
|
|
|
|
line "Thanks, kid!"
|
|
|
|
|
|
|
|
para "My pal's a chubby"
|
|
|
|
line "guy who snoozes"
|
|
|
|
cont "all the time."
|
|
|
|
|
|
|
|
para "You'll recognize"
|
|
|
|
line "him right away!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownText_0x69eb8:
|
2015-06-27 21:59:17 -07:00
|
|
|
text "<PLAYER> received a"
|
2014-03-05 21:29:44 -08:00
|
|
|
line "#MON with MAIL."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownText_0x69ed6:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "You can read it,"
|
|
|
|
line "but don't lose it!"
|
|
|
|
cont "ROUTE 31!"
|
|
|
|
|
|
|
|
para "Oh, yeah. There"
|
|
|
|
line "was a weird tree"
|
|
|
|
cont "blocking the road."
|
|
|
|
|
|
|
|
para "I wonder if it's"
|
|
|
|
line "been cleared?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownText_0x69f56:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "You can't carry"
|
|
|
|
line "another #MON…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownText_0x69f74:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Oh… Never mind,"
|
|
|
|
line "then…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownText_0x69f8b:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Thanks, kid! You"
|
|
|
|
line "made the delivery"
|
|
|
|
cont "for me!"
|
|
|
|
|
|
|
|
para "Here's something"
|
|
|
|
line "for your trouble!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownText_0x69fd9:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "My pal was snooz-"
|
|
|
|
line "ing, right? Heh,"
|
|
|
|
cont "what'd I say?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownText_0x6a00a:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "A strange tree is"
|
|
|
|
line "blocking the road."
|
|
|
|
|
|
|
|
para "It wriggles around"
|
|
|
|
line "if you talk to it."
|
|
|
|
|
|
|
|
para "I heard it became"
|
|
|
|
line "wild when someone"
|
|
|
|
|
|
|
|
para "watered it with a"
|
|
|
|
line "SQUIRTBOTTLE."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownText_0x6a09a:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "I like the #MON"
|
|
|
|
line "Lullaby they play"
|
|
|
|
cont "on the radio."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownText_0x6a0cb:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "I wonder how many"
|
|
|
|
line "kinds of #MON"
|
|
|
|
|
|
|
|
para "there are in the"
|
|
|
|
line "world."
|
|
|
|
|
|
|
|
para "Three years ago,"
|
|
|
|
line "PROF.OAK said that"
|
|
|
|
|
|
|
|
para "there were 150"
|
|
|
|
line "different kinds."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
Route35Goldenrodgate_MapEventHeader:
|
2013-02-16 22:54:07 -08:00
|
|
|
; filler
|
|
|
|
db 0, 0
|
|
|
|
|
|
|
|
; warps
|
|
|
|
db 4
|
|
|
|
warp_def $0, $4, 1, GROUP_ROUTE_35, MAP_ROUTE_35
|
|
|
|
warp_def $0, $5, 2, GROUP_ROUTE_35, MAP_ROUTE_35
|
|
|
|
warp_def $7, $4, 12, GROUP_GOLDENROD_CITY, MAP_GOLDENROD_CITY
|
|
|
|
warp_def $7, $5, 12, GROUP_GOLDENROD_CITY, MAP_GOLDENROD_CITY
|
|
|
|
|
|
|
|
; xy triggers
|
|
|
|
db 0
|
|
|
|
|
|
|
|
; signposts
|
|
|
|
db 0
|
|
|
|
|
|
|
|
; people-events
|
|
|
|
db 3
|
2015-07-19 01:58:31 -07:00
|
|
|
person_event SPRITE_OFFICER, 8, 4, OW_LEFT | $1, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, OfficerScript_0x69d37, -1
|
|
|
|
person_event SPRITE_POKEFAN_F, 8, 10, OW_UP | $0, $10, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, PokefanFScript_0x69dc6, -1
|
|
|
|
person_event SPRITE_FISHER, 6, 7, OW_DOWN | $3, $0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, FisherScript_0x69dda, -1
|