pokecrystal-board/maps/Route35Goldenrodgate.asm

215 lines
3.8 KiB
NASM
Raw Normal View History

2015-07-10 01:45:35 -07:00
Route35Goldenrodgate_MapScriptHeader:
.MapTriggers:
db 0
.MapCallbacks:
db 0
2015-07-10 01:45:35 -07:00
OfficerScript_0x69d37:
faceplayer
loadfont
2013-09-24 00:48:58 -07:00
checkevent EVENT_GOT_HP_UP_FROM_RANDY
2015-10-31 18:05:02 -07:00
iftrue .gothpup
2013-09-24 00:48:58 -07:00
checkevent EVENT_GAVE_KENYA
2015-10-31 18:05:02 -07:00
iftrue .questcomplete
2013-09-24 00:48:58 -07:00
checkevent EVENT_GOT_KENYA
2015-10-31 18:05:02 -07:00
iftrue .alreadyhavekenya
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x69ddd
yesorno
2015-10-31 18:05:02 -07:00
iffalse .refused
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x69e48
keeptextopen
waitbutton
checkcode VAR_PARTYCOUNT
2015-10-31 18:05:02 -07:00
if_equal PARTY_LENGTH, .partyfull
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x69eb8
playsound SFX_KEY_ITEM
waitbutton
2015-10-31 18:05:02 -07:00
givepoke SPEAROW, 10, NO_ITEM, 1, GiftSpearowName, GiftSpearowOTName
givepokeitem GiftSpearowMail
2013-09-24 00:48:58 -07:00
setevent EVENT_GOT_KENYA
2015-10-31 18:05:02 -07:00
.alreadyhavekenya:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x69ed6
closetext
loadmovesprites
end
2015-10-31 18:05:02 -07:00
.partyfull:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x69f56
closetext
loadmovesprites
end
2015-10-31 18:05:02 -07:00
.refused:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x69f74
closetext
loadmovesprites
end
2015-10-31 18:05:02 -07:00
.questcomplete:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x69f8b
keeptextopen
2015-11-04 17:20:14 -08:00
verbosegiveitem HP_UP
2015-10-31 18:05:02 -07:00
iffalse .bagfull
2013-09-24 00:48:58 -07:00
setevent EVENT_GOT_HP_UP_FROM_RANDY
2015-10-31 18:05:02 -07:00
.gothpup:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x69fd9
closetext
2015-10-31 18:05:02 -07:00
.bagfull:
loadmovesprites
end
2015-07-10 01:45:35 -07:00
GiftSpearowMail:
2015-10-31 18:05:02 -07:00
db FLOWER_MAIL
db "DARK CAVE leads"
next "to another road@"
2015-07-10 01:45:35 -07:00
GiftSpearowName:
db "KENYA@"
2015-07-10 01:45:35 -07:00
GiftSpearowOTName:
db "RANDY@"
2015-07-10 01:45:35 -07:00
db 0
2015-07-10 01:45:35 -07:00
PokefanFScript_0x69dc6:
faceplayer
loadfont
2013-09-24 00:48:58 -07:00
checkevent EVENT_FOUGHT_SUDOWOODO
2015-10-31 18:05:02 -07:00
iftrue .aftersudowoodo
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x6a00a
closetext
loadmovesprites
end
2015-10-31 18:05:02 -07:00
.aftersudowoodo:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x6a09a
closetext
loadmovesprites
end
2015-07-10 01:45:35 -07:00
FisherScript_0x69dda:
jumptextfaceplayer UnknownText_0x6a0cb
2015-07-10 01:45:35 -07:00
UnknownText_0x69ddd:
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
2015-07-10 01:45:35 -07:00
UnknownText_0x69e48:
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
2015-07-10 01:45:35 -07:00
UnknownText_0x69eb8:
text "<PLAYER> received a"
line "#MON with MAIL."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x69ed6:
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
2015-07-10 01:45:35 -07:00
UnknownText_0x69f56:
text "You can't carry"
line "another #MON…"
done
2015-07-10 01:45:35 -07:00
UnknownText_0x69f74:
text "Oh… Never mind,"
line "then…"
done
2015-07-10 01:45:35 -07:00
UnknownText_0x69f8b:
text "Thanks, kid! You"
line "made the delivery"
cont "for me!"
para "Here's something"
line "for your trouble!"
done
2015-07-10 01:45:35 -07:00
UnknownText_0x69fd9:
text "My pal was snooz-"
line "ing, right? Heh,"
cont "what'd I say?"
done
2015-07-10 01:45:35 -07:00
UnknownText_0x6a00a:
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
2015-07-10 01:45:35 -07:00
UnknownText_0x6a09a:
text "I like the #MON"
line "Lullaby they play"
cont "on the radio."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x6a0cb:
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
2015-07-10 01:45:35 -07:00
Route35Goldenrodgate_MapEventHeader:
; filler
db 0, 0
.Warps:
db 4
warp_def $0, $4, 1, ROUTE_35
warp_def $0, $5, 2, ROUTE_35
warp_def $7, $4, 12, GOLDENROD_CITY
warp_def $7, $5, 12, GOLDENROD_CITY
.XYTriggers:
db 0
.Signposts:
db 0
.PersonEvents:
db 3
2015-10-31 18:05:02 -07:00
person_event SPRITE_OFFICER, 4, 0, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, (1 << 3) | PAL_OW_RED, 0, 0, OfficerScript_0x69d37, -1
person_event SPRITE_POKEFAN_F, 4, 6, SPRITEMOVEDATA_WALK_UP_DOWN, 1, 0, -1, -1, (1 << 3) | PAL_OW_BLUE, 0, 0, PokefanFScript_0x69dc6, -1
person_event SPRITE_FISHER, 2, 3, SPRITEMOVEDATA_03, 0, 0, -1, -1, (1 << 3) | PAL_OW_GREEN, 0, 0, FisherScript_0x69dda, -1