pokecrystal-board/maps/ViridianCity.asm

244 lines
4.6 KiB
NASM
Raw Normal View History

2015-06-25 21:01:08 -07:00
ViridianCity_MapScriptHeader:
.MapTriggers:
db 0
.MapCallbacks:
db 1
; callbacks
2015-06-25 22:30:16 -07:00
dbw 5, .FlyPoint
2015-06-25 22:30:16 -07:00
.FlyPoint
setflag ENGINE_FLYPOINT_VIRIDIAN
return
2015-06-25 21:01:08 -07:00
GrampsScript_0x1a9a4c:
faceplayer
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x1a9aa5
yesorno
iffalse UnknownScript_0x1a9a5b
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x1a9b6f
closetext
loadmovesprites
end
2015-06-25 21:01:08 -07:00
UnknownScript_0x1a9a5b:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x1a9bb7
closetext
loadmovesprites
end
2015-06-25 21:01:08 -07:00
GrampsScript_0x1a9a61:
faceplayer
loadfont
checkevent EVENT_BLUE_IN_CINNABAR
iftrue .BlueReturned
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x1a9c11
closetext
loadmovesprites
end
.BlueReturned
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x1a9c7e
closetext
loadmovesprites
end
2015-06-25 21:01:08 -07:00
FisherScript_0x1a9a75:
faceplayer
loadfont
2013-09-24 00:48:58 -07:00
checkevent EVENT_GOT_TM42_DREAM_EATER
iftrue UnknownScript_0x1a9a8a
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x1a9cc4
keeptextopen
verbosegiveitem TM_DREAM_EATER, 1
iffalse UnknownScript_0x1a9a8e
2013-09-24 00:48:58 -07:00
setevent EVENT_GOT_TM42_DREAM_EATER
2015-06-25 21:01:08 -07:00
UnknownScript_0x1a9a8a:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x1a9d86
closetext
2015-06-25 21:01:08 -07:00
UnknownScript_0x1a9a8e:
loadmovesprites
end
2015-06-25 21:01:08 -07:00
YoungsterScript_0x1a9a90:
jumptextfaceplayer UnknownText_0x1a9daa
2015-06-25 21:01:08 -07:00
ViridianCitySign:
jumptext ViridianCitySignText
2015-06-25 21:01:08 -07:00
ViridianGymSign:
jumptext ViridianGymSignText
2015-06-25 21:01:08 -07:00
ViridianCityWelcomeSign:
jumptext ViridianCityWelcomeSignText
2015-06-25 21:01:08 -07:00
TrainerHouseSign:
jumptext TrainerHouseSignText
2015-06-25 21:01:08 -07:00
ViridianCityPokeCenterSign:
2015-06-23 14:02:58 -07:00
jumpstd pokecentersign
2015-06-25 21:01:08 -07:00
ViridianCityMartSign:
2015-06-23 14:02:58 -07:00
jumpstd martsign
2015-06-25 21:01:08 -07:00
UnknownText_0x1a9aa5:
text "Hey, kid! I just"
line "had a double shot"
para "of espresso, and"
line "I am wired!"
para "I need to talk to"
line "someone, so you'll"
cont "have to do!"
para "I might not look"
line "like much now, but"
para "I was an expert at"
line "catching #MON."
para "Do you believe me?"
done
2015-06-25 21:01:08 -07:00
UnknownText_0x1a9b6f:
text "Good, good. Yes, I"
line "was something out"
para "of the ordinary,"
line "let me tell you!"
done
2015-06-25 21:01:08 -07:00
UnknownText_0x1a9bb7:
text "What? You little"
line "whelp!"
para "If I were just a"
line "bit younger, I'd"
para "show you a thing"
line "or two. Humph!"
done
2015-06-25 21:01:08 -07:00
UnknownText_0x1a9c11:
text "This GYM didn't"
line "have a LEADER"
cont "until recently."
para "A young man from"
line "PALLET became the"
para "LEADER, but he's"
line "often away."
done
2015-06-25 21:01:08 -07:00
UnknownText_0x1a9c7e:
text "Are you going to"
line "battle the LEADER?"
para "Good luck to you."
line "You'll need it."
done
2015-06-25 21:01:08 -07:00
UnknownText_0x1a9cc4:
text "Yawn!"
para "I must have dozed"
line "off in the sun."
para "…I had this dream"
line "about a DROWZEE"
para "eating my dream."
line "Weird, huh?"
para "Huh?"
line "What's this?"
para "Where did this TM"
line "come from?"
para "This is spooky!"
line "Here, you can have"
cont "this TM."
done
2015-06-25 21:01:08 -07:00
UnknownText_0x1a9d86:
text "TM42 contains"
line "DREAM EATER…"
para "…Zzzzz…"
done
2015-06-25 21:01:08 -07:00
UnknownText_0x1a9daa:
text "I heard that there"
line "are many items on"
para "the ground in"
line "VIRIDIAN FOREST."
done
2015-06-25 21:01:08 -07:00
ViridianCitySignText:
text "VIRIDIAN CITY"
para "The Eternally"
line "Green Paradise"
done
2015-06-25 21:01:08 -07:00
ViridianGymSignText:
text "VIRIDIAN CITY"
line "#MON GYM"
cont "LEADER: …"
para "The rest of the"
line "text is illegible…"
done
2015-06-25 21:01:08 -07:00
ViridianCityWelcomeSignText:
text "WELCOME TO"
line "VIRIDIAN CITY,"
para "THE GATEWAY TO"
line "INDIGO PLATEAU"
done
2015-06-25 21:01:08 -07:00
TrainerHouseSignText:
text "TRAINER HOUSE"
para "The Club for Top"
line "Trainer Battles"
done
2015-06-25 21:01:08 -07:00
ViridianCity_MapEventHeader:
; filler
db 0, 0
.Warps:
db 5
warp_def $7, $20, 1, GROUP_VIRIDIAN_GYM, MAP_VIRIDIAN_GYM
warp_def $9, $15, 1, GROUP_VIRIDIAN_NICKNAME_SPEECH_HOUSE, MAP_VIRIDIAN_NICKNAME_SPEECH_HOUSE
warp_def $f, $17, 1, GROUP_TRAINER_HOUSE_1F, MAP_TRAINER_HOUSE_1F
warp_def $13, $1d, 2, GROUP_VIRIDIAN_MART, MAP_VIRIDIAN_MART
warp_def $19, $17, 1, GROUP_VIRIDIAN_POKECENTER_1F, MAP_VIRIDIAN_POKECENTER_1F
.XYTriggers:
db 0
.Signposts:
db 6
signpost 17, 17, SIGNPOST_READ, ViridianCitySign
signpost 7, 27, SIGNPOST_READ, ViridianGymSign
signpost 1, 19, SIGNPOST_READ, ViridianCityWelcomeSign
signpost 15, 21, SIGNPOST_READ, TrainerHouseSign
signpost 25, 24, SIGNPOST_READ, ViridianCityPokeCenterSign
signpost 19, 30, SIGNPOST_READ, ViridianCityMartSign
.PersonEvents:
db 4
person_event SPRITE_GRAMPS, 9, 22, OW_DOWN | $2, $22, -1, -1, $0, 0, GrampsScript_0x1a9a4c, -1
person_event SPRITE_GRAMPS, 12, 34, OW_UP | $2, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, GrampsScript_0x1a9a61, -1
person_event SPRITE_FISHER, 27, 10, OW_UP | $2, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, FisherScript_0x1a9a75, -1
person_event SPRITE_YOUNGSTER, 25, 21, OW_DOWN | $2, $33, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, YoungsterScript_0x1a9a90, -1