pokecrystal-board/maps/Route32.asm

1093 lines
20 KiB
NASM
Raw Normal View History

2015-06-25 21:01:08 -07:00
Route32_MapScriptHeader:
; trigger count
db 3
; triggers
dw UnknownScript_0x190460, $0000
dw UnknownScript_0x190461, $0000
dw UnknownScript_0x190462, $0000
; callback count
db 1
; callbacks
2014-10-26 18:37:15 -07:00
dbw 2, FriedaCallback
2015-06-25 21:01:08 -07:00
UnknownScript_0x190460:
end
2015-06-25 21:01:08 -07:00
UnknownScript_0x190461:
end
2015-06-25 21:01:08 -07:00
UnknownScript_0x190462:
end
2014-10-26 18:37:15 -07:00
FriedaCallback:
checkcode VAR_WEEKDAY
2014-10-26 18:37:15 -07:00
if_equal FRIDAY, .FriedaAppears
disappear $e
return
2014-10-26 18:37:15 -07:00
.FriedaAppears
appear $e
return
2015-06-25 21:01:08 -07:00
CooltrainerMScript_0x19046f:
faceplayer
2015-06-25 21:01:08 -07:00
UnknownScript_0x190470:
loadfont
2013-09-24 00:48:58 -07:00
checkevent EVENT_GOT_MIRACLE_SEED_IN_ROUTE_32
iftrue UnknownScript_0x1904a5
2015-07-10 05:08:03 -07:00
checkflag ENGINE_ZEPHYRBADGE
iffalse UnknownScript_0x19049f
2013-09-24 00:48:58 -07:00
checkevent EVENT_GOT_TOGEPI_EGG_FROM_ELMS_AIDE
iftrue UnknownScript_0x19048f
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x1907ab
closetext
loadmovesprites
end
2015-06-25 21:01:08 -07:00
UnknownScript_0x190489:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x190820
closetext
loadmovesprites
end
2015-06-25 21:01:08 -07:00
UnknownScript_0x19048f:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x190925
keeptextopen
verbosegiveitem MIRACLE_SEED, 1
iffalse UnknownScript_0x1904a9
2013-09-24 00:48:58 -07:00
setevent EVENT_GOT_MIRACLE_SEED_IN_ROUTE_32
2015-01-20 00:01:23 -08:00
jump UnknownScript_0x1904a5
2015-06-25 21:01:08 -07:00
UnknownScript_0x19049f:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x1908b0
closetext
loadmovesprites
end
2015-06-25 21:01:08 -07:00
UnknownScript_0x1904a5:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x190a15
closetext
2015-06-25 21:01:08 -07:00
UnknownScript_0x1904a9:
loadmovesprites
end
2015-06-25 21:01:08 -07:00
UnknownScript_0x1904ab:
spriteface $9, LEFT
spriteface $0, RIGHT
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x190790
closetext
loadmovesprites
follow $0, $9
applymovement $0, MovementData_0x190789
stopfollow
spriteface $0, DOWN
2015-01-20 00:01:23 -08:00
scall UnknownScript_0x190470
applymovement $9, MovementData_0x19078c
applymovement $9, MovementData_0x19078e
end
2015-06-25 21:01:08 -07:00
FisherScript_0x1904ce:
faceplayer
loadfont
2013-09-24 00:48:58 -07:00
checkevent EVENT_GOT_TM05_ROAR
iftrue UnknownScript_0x1904e3
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x191133
keeptextopen
verbosegiveitem TM_ROAR, 1
iffalse UnknownScript_0x1904e7
2013-09-24 00:48:58 -07:00
setevent EVENT_GOT_TM05_ROAR
2015-06-25 21:01:08 -07:00
UnknownScript_0x1904e3:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x19118c
closetext
2015-06-25 21:01:08 -07:00
UnknownScript_0x1904e7:
loadmovesprites
end
2015-06-25 21:01:08 -07:00
UnknownScript_0x1904e9:
spriteface $b, DOWN
spriteface $0, UP
2015-01-20 00:01:23 -08:00
jump UnknownScript_0x1904f3
2015-06-25 21:01:08 -07:00
FisherScript_0x1904f2:
faceplayer
2015-06-25 21:01:08 -07:00
UnknownScript_0x1904f3:
dotrigger $2
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x190a59
yesorno
iffalse UnknownScript_0x190503
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x190acf
closetext
loadmovesprites
end
2015-06-25 21:01:08 -07:00
UnknownScript_0x190503:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x190afc
closetext
loadmovesprites
end
2015-06-25 21:01:08 -07:00
TrainerCamperRoland:
; bit/flag number
2015-07-10 01:20:21 -07:00
dw EVENT_BEAT_CAMPER_ROLAND
; trainer group && trainer id
db CAMPER, ROLAND
; text when seen
dw CamperRolandSeenText
; text when trainer beaten
dw CamperRolandBeatenText
; script when lost
dw $0000
; script when talk again
dw CamperRolandScript
2015-06-25 21:01:08 -07:00
CamperRolandScript:
talkaftercancel
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x190faa
closetext
loadmovesprites
end
2015-06-25 21:01:08 -07:00
TrainerFisherJustin:
; bit/flag number
2015-07-10 01:20:21 -07:00
dw EVENT_BEAT_FISHER_JUSTIN
; trainer group && trainer id
db FISHER, JUSTIN
; text when seen
dw FisherJustinSeenText
; text when trainer beaten
dw FisherJustinBeatenText
; script when lost
dw $0000
; script when talk again
dw FisherJustinScript
2015-06-25 21:01:08 -07:00
FisherJustinScript:
talkaftercancel
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x190b4e
closetext
loadmovesprites
end
2015-06-25 21:01:08 -07:00
TrainerFisherRalph1:
; bit/flag number
2015-07-10 01:20:21 -07:00
dw EVENT_BEAT_FISHER_RALPH
; trainer group && trainer id
db FISHER, RALPH1
; text when seen
dw FisherRalph1SeenText
; text when trainer beaten
dw FisherRalph1BeatenText
; script when lost
dw $0000
; script when talk again
dw FisherRalph1Script
2015-06-25 21:01:08 -07:00
FisherRalph1Script:
writecode VAR_CALLERID, $11
talkaftercancel
loadfont
checkflag ENGINE_RALPH
iftrue UnknownScript_0x19057d
2015-07-10 05:08:03 -07:00
checkflag ENGINE_SPECIAL_WILDDATA
iftrue UnknownScript_0x1905f1
checkcellnum $11
iftrue UnknownScript_0x190603
checkevent EVENT_RALPH_ASKED_FOR_PHONE_NUMBER
iftrue UnknownScript_0x190566
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x190bf8
keeptextopen
setevent EVENT_RALPH_ASKED_FOR_PHONE_NUMBER
2015-01-20 00:01:23 -08:00
scall UnknownScript_0x1905f7
jump UnknownScript_0x190569
2015-06-25 21:01:08 -07:00
UnknownScript_0x190566:
2015-01-20 00:01:23 -08:00
scall UnknownScript_0x1905fb
2015-06-25 21:01:08 -07:00
UnknownScript_0x190569:
askforphonenumber $11
if_equal $1, UnknownScript_0x19060b
if_equal $2, UnknownScript_0x190607
trainertotext FISHER, RALPH1, $0
2015-01-20 00:01:23 -08:00
scall UnknownScript_0x1905ff
jump UnknownScript_0x190603
2015-06-25 21:01:08 -07:00
UnknownScript_0x19057d:
2015-01-20 00:01:23 -08:00
scall UnknownScript_0x19060f
winlosstext FisherRalph1BeatenText, $0000
2015-07-10 13:04:00 -07:00
copybytetovar wRalphFightCount
if_equal 4, .Fight4
if_equal 3, .Fight3
if_equal 2, .Fight2
if_equal 1, .Fight1
if_equal 0, .LoadFight0
.Fight4
2013-09-24 00:48:58 -07:00
checkevent EVENT_RESTORED_POWER_TO_KANTO
iftrue .LoadFight4
.Fight3
2015-06-24 20:20:04 -07:00
checkevent EVENT_BEAT_ELITE_FOUR
iftrue .LoadFight3
.Fight2
checkflag ENGINE_FLYPOINT_LAKE_OF_RAGE
iftrue .LoadFight2
.Fight1
checkflag ENGINE_FLYPOINT_ECRUTEAK
iftrue .LoadFight1
.LoadFight0
loadtrainer FISHER, RALPH1
startbattle
returnafterbattle
2015-07-10 13:04:00 -07:00
loadvar wRalphFightCount, 1
clearflag ENGINE_RALPH
end
.LoadFight1
loadtrainer FISHER, RALPH2
startbattle
returnafterbattle
2015-07-10 13:04:00 -07:00
loadvar wRalphFightCount, 2
clearflag ENGINE_RALPH
end
.LoadFight2
loadtrainer FISHER, RALPH3
startbattle
returnafterbattle
2015-07-10 13:04:00 -07:00
loadvar wRalphFightCount, 3
clearflag ENGINE_RALPH
end
.LoadFight3
loadtrainer FISHER, RALPH4
startbattle
returnafterbattle
2015-07-10 13:04:00 -07:00
loadvar wRalphFightCount, 4
clearflag ENGINE_RALPH
end
.LoadFight4
loadtrainer FISHER, RALPH5
startbattle
returnafterbattle
clearflag ENGINE_RALPH
end
2015-06-25 21:01:08 -07:00
UnknownScript_0x1905f1:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x190c37
closetext
loadmovesprites
end
2015-06-25 21:01:08 -07:00
UnknownScript_0x1905f7:
2015-06-24 18:26:24 -07:00
jumpstd asknumber1m
end
2015-06-25 21:01:08 -07:00
UnknownScript_0x1905fb:
2015-06-24 18:26:24 -07:00
jumpstd asknumber2m
end
2015-06-25 21:01:08 -07:00
UnknownScript_0x1905ff:
2015-06-24 18:26:24 -07:00
jumpstd registerednumberm
end
2015-06-25 21:01:08 -07:00
UnknownScript_0x190603:
2015-06-24 18:26:24 -07:00
jumpstd numberacceptedm
end
2015-06-25 21:01:08 -07:00
UnknownScript_0x190607:
2015-06-24 18:26:24 -07:00
jumpstd numberdeclinedm
end
2015-06-25 21:01:08 -07:00
UnknownScript_0x19060b:
2015-06-24 18:26:24 -07:00
jumpstd phonefullm
end
2015-06-25 21:01:08 -07:00
UnknownScript_0x19060f:
2015-06-24 18:26:24 -07:00
jumpstd rematchm
end
2015-06-25 21:01:08 -07:00
TrainerFisherHenry:
; bit/flag number
2015-07-10 01:20:21 -07:00
dw EVENT_BEAT_FISHER_HENRY
; trainer group && trainer id
db FISHER, HENRY
; text when seen
dw FisherHenrySeenText
; text when trainer beaten
dw FisherHenryBeatenText
; script when lost
dw $0000
; script when talk again
dw FisherHenryScript
2015-06-25 21:01:08 -07:00
FisherHenryScript:
talkaftercancel
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x190df2
closetext
loadmovesprites
end
2015-06-25 21:01:08 -07:00
TrainerPicnickerLiz1:
; bit/flag number
2015-07-10 01:20:21 -07:00
dw EVENT_BEAT_PICNICKER_LIZ
; trainer group && trainer id
db PICNICKER, LIZ1
; text when seen
dw PicnickerLiz1SeenText
; text when trainer beaten
dw PicnickerLiz1BeatenText
; script when lost
dw $0000
; script when talk again
dw PicnickerLiz1Script
2015-06-25 21:01:08 -07:00
PicnickerLiz1Script:
writecode VAR_CALLERID, $12
talkaftercancel
loadfont
checkflag ENGINE_LIZ
iftrue UnknownScript_0x19066d
checkcellnum $12
iftrue UnknownScript_0x1906ed
checkevent EVENT_LIZ_ASKED_FOR_PHONE_NUMBER
iftrue UnknownScript_0x190656
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x191060
keeptextopen
setevent EVENT_LIZ_ASKED_FOR_PHONE_NUMBER
2015-01-20 00:01:23 -08:00
scall UnknownScript_0x1906e1
jump UnknownScript_0x190659
2015-06-25 21:01:08 -07:00
UnknownScript_0x190656:
2015-01-20 00:01:23 -08:00
scall UnknownScript_0x1906e5
2015-06-25 21:01:08 -07:00
UnknownScript_0x190659:
askforphonenumber $12
if_equal $1, UnknownScript_0x1906f5
if_equal $2, UnknownScript_0x1906f1
trainertotext PICNICKER, LIZ1, $0
2015-01-20 00:01:23 -08:00
scall UnknownScript_0x1906e9
jump UnknownScript_0x1906ed
2015-06-25 21:01:08 -07:00
UnknownScript_0x19066d:
2015-01-20 00:01:23 -08:00
scall UnknownScript_0x1906f9
winlosstext PicnickerLiz1BeatenText, $0000
2015-07-10 13:04:00 -07:00
copybytetovar wLizFightCount
if_equal 4, .Fight4
if_equal 3, .Fight3
if_equal 2, .Fight2
if_equal 1, .Fight1
if_equal 0, .LoadFight0
.Fight4
2015-06-24 20:20:04 -07:00
checkevent EVENT_BEAT_ELITE_FOUR
iftrue .LoadFight4
.Fight3
2013-09-24 00:48:58 -07:00
checkevent EVENT_CLEARED_RADIO_TOWER
iftrue .LoadFight3
.Fight2
2013-09-24 00:48:58 -07:00
checkevent EVENT_CLEARED_ROCKET_HIDEOUT
iftrue .LoadFight2
.Fight1
checkflag ENGINE_FLYPOINT_ECRUTEAK
iftrue .LoadFight1
.LoadFight0
loadtrainer PICNICKER, LIZ1
startbattle
returnafterbattle
2015-07-10 13:04:00 -07:00
loadvar wLizFightCount, 1
clearflag ENGINE_LIZ
end
.LoadFight1
loadtrainer PICNICKER, LIZ2
startbattle
returnafterbattle
2015-07-10 13:04:00 -07:00
loadvar wLizFightCount, 2
clearflag ENGINE_LIZ
end
.LoadFight2
loadtrainer PICNICKER, LIZ3
startbattle
returnafterbattle
2015-07-10 13:04:00 -07:00
loadvar wLizFightCount, 3
clearflag ENGINE_LIZ
end
.LoadFight3
loadtrainer PICNICKER, LIZ4
startbattle
returnafterbattle
2015-07-10 13:04:00 -07:00
loadvar wLizFightCount, 4
clearflag ENGINE_LIZ
end
.LoadFight4
loadtrainer PICNICKER, LIZ5
startbattle
returnafterbattle
clearflag ENGINE_LIZ
end
2015-06-25 21:01:08 -07:00
UnknownScript_0x1906e1:
2015-06-24 18:26:24 -07:00
jumpstd asknumber1f
end
2015-06-25 21:01:08 -07:00
UnknownScript_0x1906e5:
2015-06-24 18:26:24 -07:00
jumpstd asknumber2f
end
2015-06-25 21:01:08 -07:00
UnknownScript_0x1906e9:
2015-06-24 18:26:24 -07:00
jumpstd registerednumberf
end
2015-06-25 21:01:08 -07:00
UnknownScript_0x1906ed:
2015-06-24 18:26:24 -07:00
jumpstd numberacceptedf
end
2015-06-25 21:01:08 -07:00
UnknownScript_0x1906f1:
2015-06-24 18:26:24 -07:00
jumpstd numberdeclinedf
end
2015-06-25 21:01:08 -07:00
UnknownScript_0x1906f5:
2015-06-24 18:26:24 -07:00
jumpstd phonefullf
end
2015-06-25 21:01:08 -07:00
UnknownScript_0x1906f9:
2015-06-24 18:26:24 -07:00
jumpstd rematchf
end
2015-06-25 21:01:08 -07:00
TrainerYoungsterAlbert:
; bit/flag number
2015-07-10 01:20:21 -07:00
dw EVENT_BEAT_YOUNGSTER_ALBERT
; trainer group && trainer id
db YOUNGSTER, ALBERT
; text when seen
dw YoungsterAlbertSeenText
; text when trainer beaten
dw YoungsterAlbertBeatenText
; script when lost
dw $0000
; script when talk again
dw YoungsterAlbertScript
2015-06-25 21:01:08 -07:00
YoungsterAlbertScript:
talkaftercancel
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x190e82
closetext
loadmovesprites
end
2015-06-25 21:01:08 -07:00
TrainerYoungsterGordon:
; bit/flag number
2015-07-10 01:20:21 -07:00
dw EVENT_BEAT_YOUNGSTER_GORDON
; trainer group && trainer id
db YOUNGSTER, GORDON
; text when seen
dw YoungsterGordonSeenText
; text when trainer beaten
dw YoungsterGordonBeatenText
; script when lost
dw $0000
; script when talk again
dw YoungsterGordonScript
2015-06-25 21:01:08 -07:00
YoungsterGordonScript:
talkaftercancel
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x190f49
closetext
loadmovesprites
end
2015-06-25 21:01:08 -07:00
TrainerBird_keeperPeter:
; bit/flag number
2015-07-10 01:20:21 -07:00
dw EVENT_BEAT_BIRD_KEEPER_PETER
; trainer group && trainer id
db BIRD_KEEPER, PETER
; text when seen
dw Bird_keeperPeterSeenText
; text when trainer beaten
dw Bird_keeperPeterBeatenText
; script when lost
dw $0000
; script when talk again
dw Bird_keeperPeterScript
2015-06-25 21:01:08 -07:00
Bird_keeperPeterScript:
talkaftercancel
loadfont
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x1910d4
closetext
loadmovesprites
end
2014-10-26 18:37:15 -07:00
FriedaScript:
faceplayer
loadfont
2013-09-24 00:48:58 -07:00
checkevent EVENT_GOT_POISON_BARB_FROM_FRIEDA
2014-10-26 18:37:15 -07:00
iftrue FriedaFridayScript
checkcode VAR_WEEKDAY
2014-10-26 18:37:15 -07:00
if_not_equal FRIDAY, FriedaNotFridayScript
2013-09-24 00:48:58 -07:00
checkevent EVENT_MET_FRIEDA_OF_FRIDAY
2014-10-26 18:37:15 -07:00
iftrue .MetFrieda
2015-01-20 00:01:23 -08:00
writetext MeetFriedaText
keeptextopen
2013-09-24 00:48:58 -07:00
setevent EVENT_MET_FRIEDA_OF_FRIDAY
2014-10-26 18:37:15 -07:00
.MetFrieda
2015-01-20 00:01:23 -08:00
writetext FriedaGivesGiftText
keeptextopen
verbosegiveitem POISON_BARB, 1
2014-10-26 18:37:15 -07:00
iffalse FriedaDoneScript
2013-09-24 00:48:58 -07:00
setevent EVENT_GOT_POISON_BARB_FROM_FRIEDA
2015-01-20 00:01:23 -08:00
writetext FriedaGaveGiftText
closetext
loadmovesprites
end
2014-10-26 18:37:15 -07:00
FriedaFridayScript:
2015-01-20 00:01:23 -08:00
writetext FriedaFridayText
closetext
2014-10-26 18:37:15 -07:00
FriedaDoneScript:
loadmovesprites
end
2014-10-26 18:37:15 -07:00
FriedaNotFridayScript:
2015-01-20 00:01:23 -08:00
writetext FriedaNotFridayText
closetext
loadmovesprites
end
2015-06-25 21:01:08 -07:00
ItemFragment_0x190773:
db GREAT_BALL, 1
2015-06-25 21:01:08 -07:00
ItemFragment_0x190775:
db REPEL, 1
2015-06-25 21:01:08 -07:00
Route32Sign:
jumptext Route32SignText
2015-06-25 21:01:08 -07:00
Route32RuinsSign:
jumptext Route32RuinsSignText
2015-06-25 21:01:08 -07:00
Route32UnionCaveSign:
jumptext Route32UnionCaveSignText
2015-06-25 21:01:08 -07:00
Route32PokeCenterSign:
2015-06-23 14:02:58 -07:00
jumpstd pokecentersign
2015-06-25 21:01:08 -07:00
MapRoute32SignpostItem4:
dw $00a5
db GREAT_BALL
2015-06-25 21:01:08 -07:00
MapRoute32SignpostItem5:
dw $00a6
db SUPER_POTION
2015-06-25 21:01:08 -07:00
MovementData_0x190789:
step_up
step_up
step_end
2015-06-25 21:01:08 -07:00
MovementData_0x19078c:
step_down
step_end
2015-06-25 21:01:08 -07:00
MovementData_0x19078e:
step_right
step_end
2015-06-25 21:01:08 -07:00
UnknownText_0x190790:
text "Wait up!"
line "What's the hurry?"
done
2015-06-25 21:01:08 -07:00
UnknownText_0x1907ab:
text "<PLAYER>, right?"
line "Some guy wearing"
para "glasses was look-"
line "ing for you."
para "See for yourself."
line "He's waiting for"
para "you at the #MON"
line "CENTER."
done
; might not be referenced anywhere
2015-06-25 21:01:08 -07:00
UnknownText_0x190820:
text "Have you gone to"
line "SPROUT TOWER?"
para "If you ever visit"
line "VIOLET CITY, "
para "they'll expect you"
line "to train there."
para "That's basic for"
line "trainers. Go to"
cont "SPROUT TOWER!"
done
2015-06-25 21:01:08 -07:00
UnknownText_0x1908b0:
text "Have you gone to"
line "the #MON GYM?"
para "You can test your"
line "#MON and your-"
cont "self there."
para "It's a rite of"
line "passage for all"
cont "trainers!"
done
2015-06-25 21:01:08 -07:00
UnknownText_0x190925:
text "You have some good"
line "#MON there."
para "It must be from"
line "the training you"
para "gave them around"
line "VIOLET CITY."
para "The training at"
line "the GYM must have"
para "been especially"
line "helpful."
para "As a souvenir of"
line "VIOLET CITY, take"
cont "this."
para "It increases the"
line "power of grass-"
cont "type moves."
done
2015-06-25 21:01:08 -07:00
UnknownText_0x190a15:
text "Your experiences"
line "in VIOLET CITY"
para "should be useful"
line "for your journey."
done
2015-06-25 21:01:08 -07:00
UnknownText_0x190a59:
text "How would you like"
line "to have this"
para "tasty, nutritious"
line "SLOWPOKETAIL?"
para "For you right now,"
line "just ¥1,000,000!"
para "You'll want this!"
done
2015-06-25 21:01:08 -07:00
UnknownText_0x190acf:
text "Tch! I thought"
line "kids these days"
cont "were loaded…"
done
2015-06-25 21:01:08 -07:00
UnknownText_0x190afc:
text "You don't want it?"
line "Then scram. Shoo!"
done
2015-06-25 21:01:08 -07:00
FisherJustinSeenText:
text "Whoa!"
para "You made me lose"
line "that fish!"
done
2015-06-25 21:01:08 -07:00
FisherJustinBeatenText:
text "Sploosh!"
done
2015-06-25 21:01:08 -07:00
UnknownText_0x190b4e:
text "Calm, collected…"
line "The essence of"
para "fishing and #-"
line "MON is the same."
done
2015-06-25 21:01:08 -07:00
FisherRalph1SeenText:
text "I'm really good at"
line "both fishing and"
cont "#MON."
para "I'm not about to"
line "lose to any kid!"
done
2015-06-25 21:01:08 -07:00
FisherRalph1BeatenText:
text "Tch! I tried to"
line "rush things…"
done
2015-06-25 21:01:08 -07:00
UnknownText_0x190bf8:
text "Fishing is a life-"
line "long passion."
para "#MON are life-"
line "long friends!"
done
2015-06-25 21:01:08 -07:00
UnknownText_0x190c37:
text "One, two, three…"
line "Muahahaha, what a"
para "great haul!"
line "I'm done! Go ahead"
para "and catch as many"
line "as you can, kid!"
done
; --- start a segment of possibly unused texts
2015-06-25 21:01:08 -07:00
UnknownText_0x190c9c:
text "I keep catching"
line "the same #MON…"
para "Maybe a battle"
line "will turn things"
cont "around for me."
done
2015-06-25 21:01:08 -07:00
UnknownText_0x190ceb:
text "Nothing ever goes"
line "right for me now…"
done
2015-06-25 21:01:08 -07:00
UnknownText_0x190d10:
text "How come the guy"
line "next to me catches"
cont "good #MON?"
done
2015-06-25 21:01:08 -07:00
UnknownText_0x190d40:
text "Heh, I'm on a roll"
line "today. How about a"
cont "battle, kid?"
done
2015-06-25 21:01:08 -07:00
UnknownText_0x190d73:
text "Oof. I wasn't"
line "lucky that time."
done
2015-06-25 21:01:08 -07:00
UnknownText_0x190d92:
text "You have to have a"
line "good ROD if you"
para "want to catch good"
line "#MON."
done
; --- end a segment of possibly unused texts
2015-06-25 21:01:08 -07:00
FisherHenrySeenText:
text "My #MON?"
line "Freshly caught!"
done
2015-06-25 21:01:08 -07:00
FisherHenryBeatenText:
text "SPLASH?"
done
2015-06-25 21:01:08 -07:00
UnknownText_0x190df2:
text "Freshly caught"
line "#MON are no"
para "match for properly"
line "raised ones."
done
2015-06-25 21:01:08 -07:00
YoungsterAlbertSeenText:
text "I haven't seen you"
line "around before."
para "So you think you"
line "are pretty tough?"
done
2015-06-25 21:01:08 -07:00
YoungsterAlbertBeatenText:
text "You're strong!"
done
2015-06-25 21:01:08 -07:00
UnknownText_0x190e82:
text "I'm going to try"
line "to be the best"
cont "with my favorites."
para "I'm not using the"
line "same tough #MON"
cont "as everyone else."
done
2015-06-25 21:01:08 -07:00
YoungsterGordonSeenText:
text "I found some good"
line "#MON in the"
cont "grass!"
para "I think they'll do"
line "it for me!"
done
2015-06-25 21:01:08 -07:00
YoungsterGordonBeatenText:
text "Darn. I thought I"
line "could win."
done
2015-06-25 21:01:08 -07:00
UnknownText_0x190f49:
text "The grass is full"
line "of clingy things."
done
2015-06-25 21:01:08 -07:00
CamperRolandSeenText:
text "That glance…"
line "It's intriguing."
done
2015-06-25 21:01:08 -07:00
CamperRolandBeatenText:
text "Hmmm. This is"
line "disappointing."
done
2015-06-25 21:01:08 -07:00
UnknownText_0x190faa:
text "If you don't want"
line "to battle, just"
cont "avoid eye contact."
done
2015-06-25 21:01:08 -07:00
PicnickerLiz1SeenText:
text "Uh-huh. Yeah, and"
line "you know…"
para "Pardon? Battle?"
line "I'm on the phone."
para "Oh, all right. But"
line "make it fast."
done
2015-06-25 21:01:08 -07:00
PicnickerLiz1BeatenText:
text "Oh! I've got to"
line "relieve my anger!"
done
2015-06-25 21:01:08 -07:00
UnknownText_0x191060:
text "I was having a"
line "nice chat too."
done
2015-06-25 21:01:08 -07:00
Bird_keeperPeterSeenText:
text "That BADGE! It's"
line "from VIOLET CITY!"
para "You beat FALKNER?"
done
2015-06-25 21:01:08 -07:00
Bird_keeperPeterBeatenText:
text "I know what my"
line "weaknesses are."
done
2015-06-25 21:01:08 -07:00
UnknownText_0x1910d4:
text "I should train"
line "again at the GYM"
cont "in VIOLET CITY."
done
; possibly unused
2015-06-25 21:01:08 -07:00
UnknownText_0x191105:
text "The fishermen"
line "yelled at me for"
cont "bugging them…"
done
2015-06-25 21:01:08 -07:00
UnknownText_0x191133:
text "WROOOOAR!"
line "PEOPLE RUN WHEN I"
para "ROAR! BUT YOU"
line "CAME LOOKING!"
para "THAT PLEASES ME!"
line "NOW TAKE THIS!"
done
2015-06-25 21:01:08 -07:00
UnknownText_0x19118c:
text "WROOOAR!"
line "IT'S ROAR!"
para "EVEN #MON RUN"
line "FROM A GOOD ROAR!"
done
2014-10-26 18:37:15 -07:00
MeetFriedaText:
text "FRIEDA: Yahoo!"
line "It's Friday!"
para "I'm FRIEDA of"
line "Friday!"
para "Nice to meet you!"
done
2014-10-26 18:37:15 -07:00
FriedaGivesGiftText:
text "Here's a POISON"
line "BARB for you!"
done
2014-10-26 18:37:15 -07:00
FriedaGaveGiftText:
text "FRIEDA: Give it to"
line "a #MON that has"
cont "poison-type moves."
para "Oh!"
para "It's wicked!"
para "You'll be shocked"
line "how good it makes"
cont "poison moves!"
done
2014-10-26 18:37:15 -07:00
FriedaFridayText:
text "FRIEDA: Hiya! What"
line "day do you like?"
para "I love Friday. No"
line "doubt about it!"
para "Don't you think"
line "it's great too?"
done
2014-10-26 18:37:15 -07:00
FriedaNotFridayText:
text "FRIEDA: Isn't it"
line "Friday today?"
para "It's so boring"
line "when it's not!"
done
2015-06-25 21:01:08 -07:00
Route32SignText:
text "ROUTE 32"
para "VIOLET CITY -"
line "AZALEA TOWN"
done
2015-06-25 21:01:08 -07:00
Route32RuinsSignText:
text "RUINS OF ALPH"
line "EAST ENTRANCE"
done
2015-06-25 21:01:08 -07:00
Route32UnionCaveSignText:
text "UNION CAVE"
line "AHEAD"
done
2015-06-25 21:01:08 -07:00
Route32_MapEventHeader:
; filler
db 0, 0
; warps
db 4
warp_def $49, $b, 1, GROUP_ROUTE_32_POKECENTER_1F, MAP_ROUTE_32_POKECENTER_1F
warp_def $2, $4, 3, GROUP_ROUTE_32_RUINS_OF_ALPH_GATE, MAP_ROUTE_32_RUINS_OF_ALPH_GATE
warp_def $3, $4, 4, GROUP_ROUTE_32_RUINS_OF_ALPH_GATE, MAP_ROUTE_32_RUINS_OF_ALPH_GATE
warp_def $4f, $6, 4, GROUP_UNION_CAVE_1F, MAP_UNION_CAVE_1F
; xy triggers
db 2
xy_trigger 0, $8, $12, $0, UnknownScript_0x1904ab, $0, $0
xy_trigger 1, $47, $7, $0, UnknownScript_0x1904e9, $0, $0
; signposts
db 6
2015-06-25 21:01:08 -07:00
signpost 5, 13, $0, Route32Sign
signpost 1, 9, $0, Route32RuinsSign
signpost 84, 10, $0, Route32UnionCaveSign
signpost 73, 12, $0, Route32PokeCenterSign
signpost 67, 12, $7, MapRoute32SignpostItem4
signpost 40, 11, $7, MapRoute32SignpostItem5
; people-events
db 14
person_event SPRITE_FISHER, 53, 12, $6, $0, 255, 255, $a2, 1, TrainerFisherJustin, EVENT_ALWAYS_THERE
person_event SPRITE_FISHER, 60, 16, $7, $0, 255, 255, $a2, 3, TrainerFisherRalph1, EVENT_ALWAYS_THERE
person_event SPRITE_FISHER, 52, 10, $8, $0, 255, 255, $a2, 1, TrainerFisherHenry, EVENT_ALWAYS_THERE
person_event SPRITE_YOUNGSTER, 26, 16, $9, $0, 255, 255, $92, 3, TrainerYoungsterAlbert, EVENT_ALWAYS_THERE
person_event SPRITE_YOUNGSTER, 67, 8, $a, $0, 255, 255, $92, 3, TrainerYoungsterGordon, EVENT_ALWAYS_THERE
person_event SPRITE_YOUNGSTER, 49, 7, $7, $0, 255, 255, $a2, 3, TrainerCamperRoland, EVENT_ALWAYS_THERE
person_event SPRITE_LASS, 34, 14, $8, $0, 255, 255, $a2, 1, TrainerPicnickerLiz1, EVENT_ALWAYS_THERE
person_event SPRITE_COOLTRAINER_M, 12, 23, $8, $0, 255, 255, $0, 0, CooltrainerMScript_0x19046f, EVENT_ALWAYS_THERE
person_event SPRITE_YOUNGSTER, 86, 15, $7, $0, 255, 255, $92, 3, TrainerBird_keeperPeter, EVENT_ALWAYS_THERE
person_event SPRITE_FISHER, 74, 11, $6, $0, 255, 255, $0, 0, FisherScript_0x1904f2, EVENT_6FC
person_event SPRITE_POKE_BALL, 57, 10, $1, $0, 255, 255, $1, 0, ItemFragment_0x190773, EVENT_6B0
person_event SPRITE_FISHER, 17, 19, $9, $0, 255, 255, $0, 0, FisherScript_0x1904ce, EVENT_ALWAYS_THERE
person_event SPRITE_LASS, 71, 16, $8, $0, 255, 255, $0, 0, FriedaScript, EVENT_758
person_event SPRITE_POKE_BALL, 34, 7, $1, $0, 255, 255, $1, 0, ItemFragment_0x190775, EVENT_6B1