2015-06-25 21:01:08 -07:00
|
|
|
VermilionCity_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 1
|
|
|
|
|
|
|
|
; callbacks
|
2015-06-25 22:30:16 -07:00
|
|
|
dbw 5, .FlyPoint
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
.FlyPoint
|
|
|
|
setflag ENGINE_FLYPOINT_VERMILION
|
2013-02-16 22:54:07 -08:00
|
|
|
return
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
TeacherScript_0x1aa983:
|
2013-02-16 22:54:07 -08:00
|
|
|
jumptextfaceplayer UnknownText_0x1aaa15
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
GrampsScript_0x1aa986:
|
2013-02-16 22:54:07 -08:00
|
|
|
jumptextfaceplayer UnknownText_0x1aaa6f
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
VermilionMachop:
|
2013-02-16 22:54:07 -08:00
|
|
|
loadfont
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x1aaaca
|
2013-02-16 22:54:07 -08:00
|
|
|
cry MACHOP
|
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
earthquake 30
|
|
|
|
loadfont
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x1aaae2
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
SuperNerdScript_0x1aa99b:
|
2013-02-16 22:54:07 -08:00
|
|
|
jumptextfaceplayer UnknownText_0x1aab1a
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
VermilionSnorlax:
|
2013-02-16 22:54:07 -08:00
|
|
|
loadfont
|
2015-02-11 15:03:42 -08:00
|
|
|
special SpecialSnorlaxAwake
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue UnknownScript_0x1aa9ab
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x1aab64
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
UnknownScript_0x1aa9ab:
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x1aab84
|
2013-02-16 22:54:07 -08:00
|
|
|
pause 15
|
|
|
|
cry SNORLAX
|
|
|
|
loadmovesprites
|
2015-07-09 19:08:03 -07:00
|
|
|
writecode VAR_BATTLETYPE, BATTLETYPE_FORCEITEM
|
2013-02-16 22:54:07 -08:00
|
|
|
loadpokedata SNORLAX, 50
|
|
|
|
startbattle
|
|
|
|
disappear $6
|
2013-09-24 00:48:58 -07:00
|
|
|
setevent EVENT_FOUGHT_SNORLAX
|
2013-02-16 22:54:07 -08:00
|
|
|
returnafterbattle
|
|
|
|
end
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
VermilionGymBadgeGuy:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
|
|
|
loadfont
|
2015-06-25 21:01:08 -07:00
|
|
|
checkevent EVENT_GOT_HP_UP_FROM_VERMILION_GUY
|
|
|
|
iftrue .AlreadyGotItem
|
2015-07-09 19:08:03 -07:00
|
|
|
checkcode VAR_BADGES
|
2015-06-25 21:01:08 -07:00
|
|
|
if_equal 16, .AllBadges
|
|
|
|
if_greater_than 13, .MostBadges
|
|
|
|
if_greater_than 9, .SomeBadges
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x1aabc8
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
.SomeBadges
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x1aac2b
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
.MostBadges
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x1aac88
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
.AllBadges
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x1aacf3
|
2013-02-16 22:54:07 -08:00
|
|
|
keeptextopen
|
|
|
|
verbosegiveitem HP_UP, 1
|
2015-06-25 21:01:08 -07:00
|
|
|
iffalse .Done
|
|
|
|
setevent EVENT_GOT_HP_UP_FROM_VERMILION_GUY
|
|
|
|
.AlreadyGotItem
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x1aad4a
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2015-06-25 21:01:08 -07:00
|
|
|
.Done
|
2013-02-16 22:54:07 -08:00
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
VermilionCitySign:
|
|
|
|
jumptext VermilionCitySignText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
VermilionGymSign:
|
|
|
|
jumptext VermilionGymSignText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
PokemonFanClubSign:
|
|
|
|
jumptext PokemonFanClubSignText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
VermilionCityDiglettsCaveSign:
|
|
|
|
jumptext VermilionCityDiglettsCaveSignText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
VermilionCityPortSign:
|
|
|
|
jumptext VermilionCityPortSignText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
VermilionCityPokeCenterSign:
|
2015-06-23 14:02:58 -07:00
|
|
|
jumpstd pokecentersign
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
VermilionCityMartSign:
|
2015-06-23 14:02:58 -07:00
|
|
|
jumpstd martsign
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
MapVermilionCitySignpostItem7:
|
2015-07-18 12:46:38 -07:00
|
|
|
dwb EVENT_VERMILION_CITY_HIDDEN_FULL_HEAL, FULL_HEAL
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
UnknownText_0x1aaa15:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "VERMILION PORT is"
|
|
|
|
line "KANTO's seaside"
|
|
|
|
cont "gateway."
|
|
|
|
|
|
|
|
para "Luxury liners from"
|
|
|
|
line "around the world"
|
|
|
|
cont "dock here."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
UnknownText_0x1aaa6f:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "My #MON is"
|
|
|
|
line "preparing the land"
|
|
|
|
cont "for construction."
|
|
|
|
|
|
|
|
para "But I have no"
|
|
|
|
line "money to start the"
|
|
|
|
cont "project…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
UnknownText_0x1aaaca:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "MACHOP: Guooh"
|
|
|
|
line "gogogoh!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
UnknownText_0x1aaae2:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "A MACHOP is growl-"
|
|
|
|
line "ing while stomping"
|
|
|
|
cont "the ground flat."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
UnknownText_0x1aab1a:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "There are eight"
|
|
|
|
line "GYMS in KANTO."
|
|
|
|
|
|
|
|
para "That big building"
|
|
|
|
line "is VERMILION's"
|
|
|
|
cont "#MON GYM."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
UnknownText_0x1aab64:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "SNORLAX is snoring"
|
|
|
|
line "peacefully…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
UnknownText_0x1aab84:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "The #GEAR was"
|
|
|
|
line "placed near the"
|
|
|
|
cont "sleeping SNORLAX…"
|
|
|
|
|
|
|
|
para "…"
|
|
|
|
|
|
|
|
para "SNORLAX woke up!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
UnknownText_0x1aabc8:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Skilled trainers"
|
|
|
|
line "gather in KANTO."
|
|
|
|
|
|
|
|
para "GYM LEADERS are"
|
|
|
|
line "especially strong."
|
|
|
|
|
|
|
|
para "They won't be easy"
|
|
|
|
line "to defeat."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
UnknownText_0x1aac2b:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "You've started to"
|
|
|
|
line "collect KANTO GYM"
|
|
|
|
cont "BADGES?"
|
|
|
|
|
|
|
|
para "Don't you agree"
|
|
|
|
line "that the trainers"
|
|
|
|
cont "here are tough?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
UnknownText_0x1aac88:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "I guess you'll be"
|
|
|
|
line "finished with your"
|
|
|
|
|
|
|
|
para "conquest of KANTO"
|
|
|
|
line "GYMS soon."
|
|
|
|
|
|
|
|
para "Let me know if"
|
|
|
|
line "you get all eight"
|
|
|
|
cont "BADGES."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
UnknownText_0x1aacf3:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Congratulations!"
|
|
|
|
|
|
|
|
para "You got all the"
|
|
|
|
line "KANTO GYM BADGES."
|
|
|
|
|
|
|
|
para "I've got a reward"
|
|
|
|
line "for your efforts."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
UnknownText_0x1aad4a:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Having a variety"
|
|
|
|
line "of #MON types"
|
|
|
|
|
|
|
|
para "should give you an"
|
|
|
|
line "edge in battle."
|
|
|
|
|
|
|
|
para "I'm sure the KANTO"
|
|
|
|
line "GYM BADGES will"
|
|
|
|
cont "help you."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
VermilionCitySignText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "VERMILION CITY"
|
|
|
|
|
|
|
|
para "The Port of"
|
|
|
|
line "Exquisite Sunsets"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
VermilionGymSignText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "VERMILION CITY"
|
|
|
|
line "#MON GYM"
|
|
|
|
cont "LEADER: LT.SURGE"
|
|
|
|
|
|
|
|
para "The Lightning"
|
|
|
|
line "American"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
PokemonFanClubSignText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "#MON FAN CLUB"
|
|
|
|
|
|
|
|
para "All #MON Fans"
|
|
|
|
line "Welcome!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
VermilionCityDiglettsCaveSignText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "DIGLETT'S CAVE"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
VermilionCityPortSignText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "VERMILION PORT"
|
|
|
|
line "ENTRANCE"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
VermilionCity_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 10
|
2015-07-23 09:59:19 -07:00
|
|
|
warp_def $5, $5, 1, VERMILION_HOUSE_FISHING_SPEECH_HOUSE
|
|
|
|
warp_def $5, $9, 1, VERMILION_POKECENTER_1F
|
|
|
|
warp_def $d, $7, 1, POKEMON_FAN_CLUB
|
|
|
|
warp_def $d, $d, 1, VERMILION_MAGNET_TRAIN_SPEECH_HOUSE
|
|
|
|
warp_def $d, $15, 2, VERMILION_MART
|
|
|
|
warp_def $11, $15, 1, VERMILION_HOUSE_DIGLETTS_CAVE_SPEECH_HOUSE
|
|
|
|
warp_def $13, $a, 1, VERMILION_GYM
|
|
|
|
warp_def $1f, $13, 1, VERMILION_PORT_PASSAGE
|
|
|
|
warp_def $1f, $14, 2, VERMILION_PORT_PASSAGE
|
|
|
|
warp_def $7, $22, 1, DIGLETTS_CAVE
|
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 8
|
2015-07-16 15:10:10 -07:00
|
|
|
signpost 3, 25, SIGNPOST_READ, VermilionCitySign
|
|
|
|
signpost 19, 5, SIGNPOST_READ, VermilionGymSign
|
|
|
|
signpost 13, 5, SIGNPOST_READ, PokemonFanClubSign
|
|
|
|
signpost 9, 33, SIGNPOST_READ, VermilionCityDiglettsCaveSign
|
|
|
|
signpost 15, 27, SIGNPOST_READ, VermilionCityPortSign
|
|
|
|
signpost 5, 10, SIGNPOST_READ, VermilionCityPokeCenterSign
|
|
|
|
signpost 13, 22, SIGNPOST_READ, VermilionCityMartSign
|
2015-07-18 12:46:38 -07:00
|
|
|
signpost 19, 12, SIGNPOST_ITEM, MapVermilionCitySignpostItem7
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.PersonEvents:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 6
|
2015-07-31 12:02:32 -07:00
|
|
|
person_event SPRITE_TEACHER, 13, 22, $2, 1, 1, -1, -1, 0, 0, 0, TeacherScript_0x1aa983, -1
|
|
|
|
person_event SPRITE_GRAMPS, 10, 27, $9, 0, 0, -1, -1, 0, 0, 0, GrampsScript_0x1aa986, -1
|
|
|
|
person_event SPRITE_MACHOP, 11, 30, $16, 0, 0, -1, -1, 8 + PAL_OW_BLUE, 0, 0, VermilionMachop, -1
|
|
|
|
person_event SPRITE_SUPER_NERD, 20, 18, $2, 1, 1, -1, -1, 8 + PAL_OW_GREEN, 0, 0, SuperNerdScript_0x1aa99b, -1
|
|
|
|
person_event SPRITE_BIG_SNORLAX, 12, 38, $15, 0, 0, -1, -1, 0, 0, 0, VermilionSnorlax, EVENT_VERMILION_CITY_SNORLAX
|
|
|
|
person_event SPRITE_POKEFAN_M, 16, 35, $6, 0, 0, -1, -1, 8 + PAL_OW_RED, 0, 0, VermilionGymBadgeGuy, -1
|