Merge pull request #420 from surskitty/master

Partial Phone Script Labels
This commit is contained in:
yenatch 2017-12-23 17:20:21 -05:00 committed by GitHub
commit d787c66374
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
15 changed files with 4884 additions and 4883 deletions

View File

@ -179,7 +179,7 @@
const ENGINE_BRENT_MONDAY_MORNING const ENGINE_BRENT_MONDAY_MORNING
const ENGINE_TIFFANY_TUESDAY_AFTERNOON const ENGINE_TIFFANY_TUESDAY_AFTERNOON
const ENGINE_VANCE_WEDNESDAY_NIGHT const ENGINE_VANCE_WEDNESDAY_NIGHT
const ENGINE_WILTON_THRUSDAY_MORNING const ENGINE_WILTON_THURSDAY_MORNING
const ENGINE_PARRY_FRIDAY_AFTERNOON const ENGINE_PARRY_FRIDAY_AFTERNOON
const ENGINE_ERIN_SATURDAY_NIGHT const ENGINE_ERIN_SATURDAY_NIGHT
; wPlayerSpriteSetupFlags ; wPlayerSpriteSetupFlags

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,961 @@
Phone_GenericCall_Male:
special RandomPhoneMon
farscall PhoneScript_Random2
if_equal 0, .Bragging
farscall PhoneScript_Generic_Male
farjump Phone_FoundAMon_Male
.Bragging:
farjump Phone_BraggingCall_Male
Phone_GenericCall_Female:
special RandomPhoneMon
farscall PhoneScript_Random2
if_equal 0, .Bragging
farscall PhoneScript_Generic_Female
farjump Phone_FoundAMon_Female
.Bragging:
farjump Phone_BraggingCall_Female
Phone_BraggingCall_Male:
farscall Phone_WhosBragging_Male
farjump Phone_FoundAMon_Male
Phone_BraggingCall_Female:
farscall Phone_WhosBragging_Female
farjump Phone_FoundAMon_Female
Phone_FoundAMon_Male:
special RandomPhoneWildMon
farscall PhoneScript_Random2
if_equal 0, .GotAway
farscall Phone_WhoDefeatedMon_Male
farjump PhoneScript_HangupText_Male
.GotAway:
farjump Phone_GotAwayCall_Male
Phone_FoundAMon_Female:
special RandomPhoneWildMon
farscall PhoneScript_Random2
if_equal 0, .GotAway
farscall Phone_WhoDefeatedMon_Female
farjump PhoneScript_HangupText_Female
.GotAway:
farjump Phone_GotAwayCall_Female
Phone_GotAwayCall_Male:
farscall Phone_WhoLostAMon_Male
farjump PhoneScript_HangupText_Male
Phone_GotAwayCall_Female:
farscall Phone_WhoLostAMon_Female
farjump PhoneScript_HangupText_Female
Phone_WhosBragging_Male:
checkcode VAR_CALLERID
if_equal PHONE_SCHOOLBOY_JACK, .Jack
if_equal PHONE_COOLTRAINERM_GAVEN, .Gaven
if_equal PHONE_BIRDKEEPER_JOSE, .Jose
if_equal PHONE_YOUNGSTER_JOEY, .Joey
if_equal PHONE_BUG_CATCHER_WADE, .Wade
if_equal PHONE_FISHER_RALPH, .Ralph
if_equal PHONE_HIKER_ANTHONY, .Anthony
if_equal PHONE_CAMPER_TODD, .Todd
if_equal PHONE_BUG_CATCHER_ARNIE, .Arnie
if_equal PHONE_SCHOOLBOY_ALAN, .Alan
if_equal PHONE_SCHOOLBOY_CHAD, .Chad
if_equal PHONE_POKEFANM_DEREK, .Derek
if_equal PHONE_FISHER_TULLY, .Tully
if_equal PHONE_POKEMANIAC_BRENT, .Brent
if_equal PHONE_BIRDKEEPER_VANCE, .Vance
if_equal PHONE_FISHER_WILTON, .Wilton
if_equal PHONE_HIKER_PARRY, .Parry
.Jack:
farwritetext JackIntelligenceText
buttonsound
end
.Gaven:
farwritetext GavenGreaterText
buttonsound
end
.Jose:
farwritetext JoseAromaText
buttonsound
end
.Joey:
farwritetext JoeySharperText
buttonsound
end
.Wade:
farwritetext WadeAreYouGrowingText
buttonsound
end
.Ralph:
farwritetext RalphNeglectingKidsText
buttonsound
end
.Anthony:
farwritetext AnthonyAteBerriesText
buttonsound
end
.Todd:
farwritetext ToddLooksCuteLikeMeText
buttonsound
end
.Arnie:
farwritetext ArnieLovesTheCuteText
buttonsound
end
.Alan:
farwritetext AlanGettingStrongerText
buttonsound
end
.Chad:
farwritetext ChadObservingWildText
buttonsound
end
.Derek:
farwritetext DerekCheekPincherText
buttonsound
end
.Tully:
farwritetext TullyGrownText
buttonsound
end
.Brent:
farwritetext BrentRareTradeText
buttonsound
end
.Vance:
farwritetext VanceLiftoffText
buttonsound
end
.Wilton:
farwritetext WiltonGrownText
buttonsound
end
.Parry:
farwritetext ParryNoMatchText
buttonsound
end
Phone_WhosBragging_Female:
checkcode VAR_CALLERID
if_equal PHONE_POKEFAN_BEVERLY, .Beverly
if_equal PHONE_COOLTRAINERF_BETH, .Beth
if_equal PHONE_COOLTRAINERF_REENA, .Reena
if_equal PHONE_PICNICKER_LIZ, .Liz
if_equal PHONE_PICNICKER_GINA, .Gina
if_equal PHONE_LASS_DANA, .Dana
if_equal PHONE_PICNICKER_TIFFANY, .Tiffany
if_equal PHONE_PICNICKER_ERIN, .Erin
.Beverly:
farwritetext UnknownText_0x174688
buttonsound
end
.Beth:
farwritetext UnknownText_0x174c7f
buttonsound
end
.Reena:
farwritetext UnknownText_0x1752f5
buttonsound
end
.Liz:
farwritetext UnknownText_0x175fda
buttonsound
end
.Gina:
farwritetext UnknownText_0x1771fd
buttonsound
end
.Dana:
farwritetext UnknownText_0x64f74
buttonsound
end
.Tiffany:
farwritetext UnknownText_0x665ad
buttonsound
end
.Erin:
farwritetext UnknownText_0x6717a
buttonsound
end
Phone_WhoDefeatedMon_Male:
checkcode VAR_CALLERID
if_equal PHONE_SCHOOLBOY_JACK, .Jack
if_equal PHONE_COOLTRAINERM_GAVEN, .Gaven
if_equal PHONE_BIRDKEEPER_JOSE, .Jose
if_equal PHONE_YOUNGSTER_JOEY, .Joey
if_equal PHONE_BUG_CATCHER_WADE, .Wade
if_equal PHONE_FISHER_RALPH, .Ralph
if_equal PHONE_HIKER_ANTHONY, .Anthony
if_equal PHONE_CAMPER_TODD, .Todd
if_equal PHONE_BUG_CATCHER_ARNIE, .Arnie
if_equal PHONE_SCHOOLBOY_ALAN, .Alan
if_equal PHONE_SCHOOLBOY_CHAD, .Chad
if_equal PHONE_POKEFANM_DEREK, .Derek
if_equal PHONE_FISHER_TULLY, .Tully
if_equal PHONE_POKEMANIAC_BRENT, .Brent
if_equal PHONE_BIRDKEEPER_VANCE, .Vance
if_equal PHONE_FISHER_WILTON, .Wilton
if_equal PHONE_HIKER_PARRY, .Parry
.Jack:
farwritetext JackDefeatedMonText
buttonsound
end
.Gaven:
farwritetext UnknownText_0x174a80
buttonsound
end
.Jose:
farwritetext UnknownText_0x174f90
buttonsound
end
.Joey:
farwritetext UnknownText_0x175591
buttonsound
end
.Wade:
farwritetext UnknownText_0x175869
buttonsound
end
.Ralph:
farwritetext UnknownText_0x175c24
buttonsound
end
.Anthony:
farwritetext UnknownText_0x176aef
buttonsound
end
.Todd:
farwritetext UnknownText_0x176e9c
buttonsound
end
.Arnie:
farwritetext UnknownText_0x64a13
buttonsound
end
.Alan:
farwritetext UnknownText_0x64cf3
buttonsound
end
.Chad:
farwritetext UnknownText_0x65318
buttonsound
end
.Derek:
farwritetext UnknownText_0x65b29
buttonsound
end
.Tully:
farwritetext UnknownText_0x65e42
buttonsound
end
.Brent:
farwritetext UnknownText_0x6613c
buttonsound
end
.Vance:
farwritetext UnknownText_0x669b2
buttonsound
end
.Wilton:
farwritetext UnknownText_0x66b3e
buttonsound
end
.Parry:
farwritetext UnknownText_0x66fc0
buttonsound
end
Phone_WhoDefeatedMon_Female:
checkcode VAR_CALLERID
if_equal PHONE_POKEFAN_BEVERLY, .Beverly
if_equal PHONE_COOLTRAINERF_BETH, .Beth
if_equal PHONE_COOLTRAINERF_REENA, .Reena
if_equal PHONE_PICNICKER_LIZ, .Liz
if_equal PHONE_PICNICKER_GINA, .Gina
if_equal PHONE_LASS_DANA, .Dana
if_equal PHONE_PICNICKER_TIFFANY, .Tiffany
if_equal PHONE_PICNICKER_ERIN, .Erin
.Beverly:
farwritetext UnknownText_0x1746c3
buttonsound
end
.Beth:
farwritetext UnknownText_0x174cf6
buttonsound
end
.Reena:
farwritetext UnknownText_0x17536b
buttonsound
end
.Liz:
farwritetext UnknownText_0x17602d
buttonsound
end
.Gina:
farwritetext UnknownText_0x177237
buttonsound
end
.Dana:
farwritetext UnknownText_0x64fb2
buttonsound
end
.Tiffany:
farwritetext UnknownText_0x66605
buttonsound
end
.Erin:
farwritetext UnknownText_0x671a4
buttonsound
end
Phone_WhoLostAMon_Male:
checkcode VAR_CALLERID
if_equal PHONE_SCHOOLBOY_JACK, .Jack
if_equal PHONE_COOLTRAINERM_GAVEN, .Gaven
if_equal PHONE_BIRDKEEPER_JOSE, .Jose
if_equal PHONE_YOUNGSTER_JOEY, .Joey
if_equal PHONE_BUG_CATCHER_WADE, .Wade
if_equal PHONE_FISHER_RALPH, .Ralph
if_equal PHONE_HIKER_ANTHONY, .Anthony
if_equal PHONE_CAMPER_TODD, .Todd
if_equal PHONE_BUG_CATCHER_ARNIE, .Arnie
if_equal PHONE_SCHOOLBOY_ALAN, .Alan
if_equal PHONE_SCHOOLBOY_CHAD, .Chad
if_equal PHONE_POKEFANM_DEREK, .Derek
if_equal PHONE_FISHER_TULLY, .Tully
if_equal PHONE_POKEMANIAC_BRENT, .Brent
if_equal PHONE_BIRDKEEPER_VANCE, .Vance
if_equal PHONE_FISHER_WILTON, .Wilton
if_equal PHONE_HIKER_PARRY, .Parry
.Jack:
farwritetext UnknownText_0x174165
buttonsound
end
.Gaven:
farwritetext UnknownText_0x174b2d
buttonsound
end
.Jose:
farwritetext UnknownText_0x174ffd
buttonsound
end
.Joey:
farwritetext UnknownText_0x175611
buttonsound
end
.Wade:
farwritetext UnknownText_0x1758e4
buttonsound
end
.Ralph:
farwritetext UnknownText_0x175c9f
buttonsound
end
.Anthony:
farwritetext UnknownText_0x176b45
buttonsound
end
.Todd:
farwritetext UnknownText_0x176eee
buttonsound
end
.Arnie:
farwritetext UnknownText_0x64a71
buttonsound
end
.Alan:
farwritetext UnknownText_0x64d4f
buttonsound
end
.Chad:
farwritetext UnknownText_0x65399
buttonsound
end
.Derek:
farwritetext UnknownText_0x65bc8
buttonsound
end
.Tully:
farwritetext UnknownText_0x65eac
buttonsound
end
.Brent:
farwritetext UnknownText_0x6618c
buttonsound
end
.Vance:
farwritetext UnknownText_0x669ed
buttonsound
end
.Wilton:
farwritetext UnknownText_0x66b8f
buttonsound
end
.Parry:
farwritetext UnknownText_0x67001
buttonsound
end
Phone_WhoLostAMon_Female:
checkcode VAR_CALLERID
if_equal PHONE_POKEFAN_BEVERLY, .Beverly
if_equal PHONE_COOLTRAINERF_BETH, .Beth
if_equal PHONE_COOLTRAINERF_REENA, .Reena
if_equal PHONE_PICNICKER_LIZ, .Liz
if_equal PHONE_PICNICKER_GINA, .Gina
if_equal PHONE_LASS_DANA, .Dana
if_equal PHONE_PICNICKER_TIFFANY, .Tiffany
if_equal PHONE_PICNICKER_ERIN, .Erin
.Beverly:
farwritetext UnknownText_0x174734
buttonsound
end
.Beth:
farwritetext UnknownText_0x174d86
buttonsound
end
.Reena:
farwritetext UnknownText_0x1753c5
buttonsound
end
.Liz:
farwritetext UnknownText_0x176095
buttonsound
end
.Gina:
farwritetext UnknownText_0x177297
buttonsound
end
.Dana:
farwritetext UnknownText_0x6501c
buttonsound
end
.Tiffany:
farwritetext UnknownText_0x66688
buttonsound
end
.Erin:
farwritetext UnknownText_0x671eb
buttonsound
end
PhoneScript_WantsToBattle_Male:
farscall PhoneScript_RematchText_Male
farjump PhoneScript_HangupText_Male
PhoneScript_WantsToBattle_Female:
farscall PhoneScript_RematchText_Female
farjump PhoneScript_HangupText_Female
PhoneScript_RematchText_Male:
checkcode VAR_CALLERID
if_equal PHONE_SCHOOLBOY_JACK, .Jack
if_equal PHONE_SAILOR_HUEY, .Huey
if_equal PHONE_COOLTRAINERM_GAVEN, .Gaven
if_equal PHONE_BIRDKEEPER_JOSE, .Jose
if_equal PHONE_YOUNGSTER_JOEY, .Joey
if_equal PHONE_BUG_CATCHER_WADE, .Wade
if_equal PHONE_FISHER_RALPH, .Ralph
if_equal PHONE_HIKER_ANTHONY, .Anthony
if_equal PHONE_CAMPER_TODD, .Todd
if_equal PHONE_BUG_CATCHER_ARNIE, .Arnie
if_equal PHONE_SCHOOLBOY_ALAN, .Alan
if_equal PHONE_SCHOOLBOY_CHAD, .Chad
if_equal PHONE_FISHER_TULLY, .Tully
if_equal PHONE_POKEMANIAC_BRENT, .Brent
if_equal PHONE_BIRDKEEPER_VANCE, .Vance
if_equal PHONE_FISHER_WILTON, .Wilton
if_equal PHONE_HIKER_PARRY, .Parry
.Jack:
farwritetext UnknownText_0x1741e1
buttonsound
end
.Huey:
farwritetext UnknownText_0x1748ea
buttonsound
end
.Gaven:
farwritetext UnknownText_0x174bc5
buttonsound
end
.Jose:
farwritetext UnknownText_0x17507d
buttonsound
end
.Joey:
farwritetext UnknownText_0x175693
buttonsound
end
.Wade:
farwritetext UnknownText_0x175976
buttonsound
end
.Ralph:
farwritetext UnknownText_0x175d40
buttonsound
end
.Anthony:
farwritetext UnknownText_0x176bee
buttonsound
end
.Todd:
farwritetext UnknownText_0x176f60
buttonsound
end
.Arnie:
farwritetext UnknownText_0x64ada
buttonsound
end
.Alan:
farwritetext UnknownText_0x64da4
buttonsound
end
.Chad:
farwritetext UnknownText_0x65419
buttonsound
end
.Tully:
farwritetext UnknownText_0x65f17
buttonsound
end
.Brent:
farwritetext UnknownText_0x66214
buttonsound
end
.Vance:
farwritetext UnknownText_0x66a3a
buttonsound
end
.Wilton:
farwritetext UnknownText_0x66bf3
buttonsound
end
.Parry:
farwritetext UnknownText_0x67096
buttonsound
end
PhoneScript_RematchText_Female:
checkcode VAR_CALLERID
if_equal PHONE_COOLTRAINERF_BETH, .Beth
if_equal PHONE_COOLTRAINERF_REENA, .Reena
if_equal PHONE_PICNICKER_LIZ, .Liz
if_equal PHONE_PICNICKER_GINA, .Gina
if_equal PHONE_LASS_DANA, .Dana
if_equal PHONE_PICNICKER_TIFFANY, .Tiffany
if_equal PHONE_PICNICKER_ERIN, .Erin
.Beth:
farwritetext UnknownText_0x174e4e
buttonsound
end
.Reena:
farwritetext UnknownText_0x17543a
buttonsound
end
.Liz:
farwritetext UnknownText_0x17610a
buttonsound
end
.Gina:
farwritetext UnknownText_0x1772e2
buttonsound
end
.Dana:
farwritetext UnknownText_0x65091
buttonsound
end
.Tiffany:
farwritetext UnknownText_0x66730
buttonsound
end
.Erin:
farwritetext UnknownText_0x6722e
buttonsound
end
LizWrongNumberScript:
farwritetext LizHiTaniaText
end
TiffanyItsAwful:
farwritetext TiffanyItsAwfulText
end
PhoneScript_HangupText_Male:
checkcode VAR_CALLERID
if_equal PHONE_SCHOOLBOY_JACK, .Jack
if_equal PHONE_SAILOR_HUEY, .Huey
if_equal PHONE_COOLTRAINERM_GAVEN, .Gaven
if_equal PHONE_BIRDKEEPER_JOSE, .Jose
if_equal PHONE_YOUNGSTER_JOEY, .Joey
if_equal PHONE_BUG_CATCHER_WADE, .Wade
if_equal PHONE_FISHER_RALPH, .Ralph
if_equal PHONE_HIKER_ANTHONY, .Anthony
if_equal PHONE_CAMPER_TODD, .Todd
if_equal PHONE_JUGGLER_IRWIN, .Irwin
if_equal PHONE_BUG_CATCHER_ARNIE, .Arnie
if_equal PHONE_SCHOOLBOY_ALAN, .Alan
if_equal PHONE_SCHOOLBOY_CHAD, .Chad
if_equal PHONE_POKEFANM_DEREK, .Derek
if_equal PHONE_FISHER_TULLY, .Tully
if_equal PHONE_POKEMANIAC_BRENT, .Brent
if_equal PHONE_BIRDKEEPER_VANCE, .Vance
if_equal PHONE_FISHER_WILTON, .Wilton
if_equal PHONE_BLACKBELT_KENJI, .Kenji
if_equal PHONE_HIKER_PARRY, .Parry
.Jack:
farwritetext UnknownText_0x174251
end
.Huey:
farwritetext UnknownText_0x174962
end
.Gaven:
farwritetext UnknownText_0x174c0e
end
.Jose:
farwritetext UnknownText_0x175106
end
.Joey:
farwritetext UnknownText_0x17570a
end
.Wade:
farwritetext UnknownText_0x1759e7
end
.Ralph:
farwritetext UnknownText_0x175db7
end
.Anthony:
farwritetext UnknownText_0x176c47
end
.Todd:
farwritetext UnknownText_0x176fdb
end
.Irwin:
farwritetext UnknownText_0x64000
end
.Arnie:
farwritetext UnknownText_0x64b48
end
.Alan:
farwritetext UnknownText_0x64e1f
end
.Chad:
farwritetext UnknownText_0x65471
end
.Derek:
farwritetext UnknownText_0x65c4e
end
.Tully:
farwritetext UnknownText_0x65f6e
end
.Brent:
farwritetext UnknownText_0x662a9
end
.Vance:
farwritetext UnknownText_0x66a93
end
.Wilton:
farwritetext UnknownText_0x66c58
end
.Kenji:
farwritetext UnknownText_0x66dab
end
.Parry:
farwritetext UnknownText_0x670eb
end
PhoneScript_HangupText_Female:
checkcode VAR_CALLERID
if_equal PHONE_POKEFAN_BEVERLY, .Beverly
if_equal PHONE_COOLTRAINERF_BETH, .Beth
if_equal PHONE_COOLTRAINERF_REENA, .Reena
if_equal PHONE_PICNICKER_LIZ, .Liz
if_equal PHONE_PICNICKER_GINA, .Gina
if_equal PHONE_LASS_DANA, .Dana
if_equal PHONE_PICNICKER_TIFFANY, .Tiffany
if_equal PHONE_PICNICKER_ERIN, .Erin
.Beverly:
farwritetext UnknownText_0x1747ac
end
.Beth:
farwritetext UnknownText_0x174eb7
end
.Reena:
farwritetext UnknownText_0x175488
end
.Liz:
farwritetext UnknownText_0x17620a
end
.Gina:
farwritetext UnknownText_0x177361
end
.Dana:
farwritetext UnknownText_0x650e2
end
.Tiffany:
farwritetext UnknownText_0x667f7
end
.Erin:
farwritetext UnknownText_0x67281
end
Phone_CheckIfUnseenRare_Male:
scall PhoneScriptRareWildMon
iffalse .HangUp
farjump Phone_GenericCall_Male
.HangUp:
farjump PhoneScript_HangupText_Male
Phone_CheckIfUnseenRare_Female:
scall PhoneScriptRareWildMon
iffalse .HangUp
farjump Phone_GenericCall_Female
.HangUp:
farjump PhoneScript_HangupText_Female
PhoneScriptRareWildMon:
special RandomUnseenWildMon
end
PhoneScript_BugCatchingContest:
checkcode VAR_CALLERID
if_equal PHONE_BUG_CATCHER_WADE, .Wade
if_equal PHONE_POKEFANM_DEREK, .Derek
.Wade:
farwritetext WadeBugCatchingContestText
buttonsound
jump PhoneScript_HangupText_Male
.Derek:
farwritetext DerekBugCatchingContestText
buttonsound
jump PhoneScript_HangupText_Male
IrwinRocketRumor:
farwritetext UnknownText_0x64032
buttonsound
jump PhoneScript_HangupText_Male
UnknownScript_0xa05c6:
farwritetext UnknownText_0x177378
buttonsound
jump PhoneScript_HangupText_Female
UnknownScript_0xa05ce:
farwritetext UnknownText_0x64b5f
buttonsound
jump PhoneScript_HangupText_Male
UnknownScript_0xa05d6:
farwritetext UnknownText_0x175dd9
buttonsound
jump PhoneScript_HangupText_Male
UnknownScript_0xa05de:
farwritetext UnknownText_0x176c61
buttonsound
jump PhoneScript_HangupText_Male
PhoneScript_FoundItem_Male:
checkcode VAR_CALLERID
if_equal PHONE_BIRDKEEPER_JOSE, .Jose
if_equal PHONE_BUG_CATCHER_WADE, .Wade
if_equal PHONE_SCHOOLBOY_ALAN, .Alan
if_equal PHONE_POKEFANM_DEREK, .Derek
if_equal PHONE_FISHER_TULLY, .Tully
if_equal PHONE_FISHER_WILTON, .Wilton
.Jose:
farwritetext JoseFoundSomethingText
end
.Wade:
farwritetext WadeFoundBerryText
end
.Alan:
farwritetext UnknownText_0x64e2f
end
.Derek:
farwritetext UnknownText_0x65cf9
end
.Tully:
farwritetext UnknownText_0x65f88
end
.Wilton:
farwritetext UnknownText_0x66c6b
end
PhoneScript_FoundItem_Female:
checkcode VAR_CALLERID
if_equal PHONE_POKEFAN_BEVERLY, .Beverly
if_equal PHONE_PICNICKER_GINA, .Gina
if_equal PHONE_LASS_DANA, .Dana
if_equal PHONE_PICNICKER_TIFFANY, .Tiffany
.Beverly:
farwritetext BeverlyFoundNuggetText
end
.Gina:
farwritetext UnknownText_0x1773e7
end
.Dana:
farwritetext UnknownText_0x650ec
end
.Tiffany:
farwritetext UnknownText_0x66801
end
UnknownScript_0xa0644:
farwritetext UnknownText_0x176feb
buttonsound
jump PhoneScript_HangupText_Male
KenjiCallingPhoneScript:
farwritetext UnknownText_0x66dc5
buttonsound
jump PhoneScript_HangupText_Male

View File

@ -0,0 +1,698 @@
JackTriviaScript:
random 11
if_equal 0, .Thunder
if_equal 1, .Rollout
if_equal 2, .Solarbeam
if_equal 3, .Stomp
if_equal 4, .Gust
if_equal 5, .Twister
if_equal 6, .Earthquake
if_equal 7, .Magnitude
if_equal 8, .Sandstorm
if_equal 9, .SunnyDay
if_equal 10, .RainDance
.Thunder:
farwritetext JackThunderTriviaText
buttonsound
jump PhoneScript_HangupText_Male
.Rollout:
farwritetext JackRolloutTriviaText
buttonsound
jump PhoneScript_HangupText_Male
.Solarbeam:
farwritetext JackSolarbeamTriviaText
buttonsound
jump PhoneScript_HangupText_Male
.Stomp:
farwritetext JackStompTriviaText
buttonsound
jump PhoneScript_HangupText_Male
.Gust:
farwritetext JackGustTriviaText
buttonsound
jump PhoneScript_HangupText_Male
.Twister:
farwritetext JackTwisterTriviaText
buttonsound
jump PhoneScript_HangupText_Male
.Earthquake:
farwritetext JackEarthquakeTriviaText
buttonsound
jump PhoneScript_HangupText_Male
.Magnitude:
farwritetext JackMagnitudeTriviaText
buttonsound
jump PhoneScript_HangupText_Male
.Sandstorm:
farwritetext JackSandstormTriviaText
buttonsound
jump PhoneScript_HangupText_Male
.SunnyDay:
farwritetext JackSunnyDayTriviaText
buttonsound
jump PhoneScript_HangupText_Male
.RainDance:
farwritetext JackRainDanceTriviaText
buttonsound
jump PhoneScript_HangupText_Male
UnknownScript_0xa06da:
random 10
if_equal 0, .RuinsOfAlph
if_equal 1, .Falkner
if_equal 2, .Earl
if_equal 3, .SurfPikachu
if_equal 4, .MooMooMilk
if_equal 5, .Salon
if_equal 6, .Whitney
if_equal 7, .BugCatchingContest
if_equal 8, .BeautifulMon
if_equal 9, .Forgot
.RuinsOfAlph:
farwritetext UnknownText_0x176223
buttonsound
jump PhoneScript_HangupText_Female
.Falkner:
farwritetext UnknownText_0x1762c3
buttonsound
jump PhoneScript_HangupText_Female
.Earl:
farwritetext UnknownText_0x17638a
buttonsound
jump PhoneScript_HangupText_Female
.SurfPikachu:
farwritetext UnknownText_0x176424
buttonsound
jump PhoneScript_HangupText_Female
.MooMooMilk:
farwritetext UnknownText_0x1764eb
buttonsound
jump PhoneScript_HangupText_Female
.Salon:
farwritetext UnknownText_0x176599
buttonsound
jump PhoneScript_HangupText_Female
.Whitney:
farwritetext UnknownText_0x1766ac
buttonsound
jump PhoneScript_HangupText_Female
.BugCatchingContest:
farwritetext UnknownText_0x17674f
buttonsound
jump PhoneScript_HangupText_Female
.BeautifulMon:
farwritetext UnknownText_0x176816
buttonsound
jump PhoneScript_HangupText_Female
.Forgot:
farwritetext UnknownText_0x17686d
buttonsound
jump PhoneScript_HangupText_Female
ChadOakGossipScript:
random 10
if_equal 0, .Blue
if_equal 1, .Daisy
if_equal 2, .ProfElm
if_equal 3, .Dream
if_equal 4, .Kurt
if_equal 5, .League
if_equal 6, .RadioShow
if_equal 7, .Battling
if_equal 8, .DaisyTea
if_equal 9, .Traveled
.Blue:
farwritetext ChadBlueGossipText
buttonsound
jump PhoneScript_HangupText_Male
.Daisy:
farwritetext ChadDaisyGossipText
buttonsound
jump PhoneScript_HangupText_Male
.ProfElm:
farwritetext ChadProfElmGossipText
buttonsound
jump PhoneScript_HangupText_Male
.Dream:
farwritetext ChadDreamGossipText
buttonsound
jump PhoneScript_HangupText_Male
.Kurt:
farwritetext ChadKurtGossipText
buttonsound
jump PhoneScript_HangupText_Male
.League:
farwritetext ChadLeagueGossipText
buttonsound
jump PhoneScript_HangupText_Male
.RadioShow:
farwritetext ChadRadioShowGossipText
buttonsound
jump PhoneScript_HangupText_Male
.Battling:
farwritetext ChadBattlingGossipText
buttonsound
jump PhoneScript_HangupText_Male
.DaisyTea:
farwritetext ChadDaisyTeaGossipText
buttonsound
jump PhoneScript_HangupText_Male
.Traveled:
farwritetext ChadTravelGossipText
buttonsound
jump PhoneScript_HangupText_Male
BrentBillTriviaScript:
random 10
if_equal 0, .Father
if_equal 1, .Grandpa
if_equal 2, .Goldenrod
if_equal 3, .Route25
if_equal 4, .Abra
if_equal 5, .Sister
if_equal 6, .Milk
if_equal 7, .Battling
if_equal 8, .FlowerShop
if_equal 9, .KimonoGirl
.Father:
farwritetext UnknownText_0x662bc
buttonsound
jump PhoneScript_HangupText_Male
.Grandpa:
farwritetext UnknownText_0x662fc
buttonsound
jump PhoneScript_HangupText_Male
.Goldenrod:
farwritetext UnknownText_0x66335
buttonsound
jump PhoneScript_HangupText_Male
.Route25:
farwritetext UnknownText_0x66366
buttonsound
jump PhoneScript_HangupText_Male
.Abra:
farwritetext UnknownText_0x663a1
buttonsound
jump PhoneScript_HangupText_Male
.Sister:
farwritetext UnknownText_0x663e6
buttonsound
jump PhoneScript_HangupText_Male
.Milk:
farwritetext UnknownText_0x66421
buttonsound
jump PhoneScript_HangupText_Male
.Battling:
farwritetext UnknownText_0x6645f
buttonsound
jump PhoneScript_HangupText_Male
.FlowerShop:
farwritetext UnknownText_0x6649b
buttonsound
jump PhoneScript_HangupText_Male
.KimonoGirl:
farwritetext UnknownText_0x664dd
buttonsound
jump PhoneScript_HangupText_Male
IrwinRumorScript:
checkevent EVENT_OPENED_MT_SILVER
iftrue IrwinMtSilver
checkevent EVENT_FOUGHT_SNORLAX
iftrue IrwinSnorlax
checkevent EVENT_GOT_PASS_FROM_COPYCAT
iftrue IrwinTrainPass
checkflag ENGINE_MARSHBADGE
iftrue IrwinMarshBadge
checkflag ENGINE_FLYPOINT_VERMILION
iftrue IrwinVermilionCity
checkevent EVENT_BEAT_ELITE_FOUR
iftrue IrwinEliteFour
checkflag ENGINE_RISINGBADGE
iftrue IrwinRisingBadge
checkevent EVENT_CLEARED_RADIO_TOWER
iftrue IrwinRadioTower
checkevent EVENT_CLEARED_ROCKET_HIDEOUT
iftrue IrwinRocketHideout
checkevent EVENT_JASMINE_RETURNED_TO_GYM
iftrue IrwinJasmineReturned
checkflag ENGINE_FOGBADGE
iftrue IrwinFogBadge
checkflag ENGINE_PLAINBADGE
iftrue IrwinPlainBadge
farwritetext IrwinCalledRightAwayText
buttonsound
jump PhoneScript_HangupText_Male
IrwinPlainBadge:
farwritetext UnknownText_0x64099
buttonsound
jump PhoneScript_HangupText_Male
IrwinJasmineReturned:
farwritetext UnknownText_0x640e6
buttonsound
jump PhoneScript_HangupText_Male
IrwinRocketHideout:
farwritetext UnknownText_0x6416d
buttonsound
jump PhoneScript_HangupText_Male
IrwinRadioTower:
farwritetext UnknownText_0x641e8
buttonsound
jump PhoneScript_HangupText_Male
IrwinRisingBadge:
farwritetext UnknownText_0x64247
buttonsound
jump PhoneScript_HangupText_Male
IrwinEliteFour:
farwritetext UnknownText_0x642bb
buttonsound
jump PhoneScript_HangupText_Male
IrwinVermilionCity:
farwritetext UnknownText_0x643d4
buttonsound
jump PhoneScript_HangupText_Male
IrwinTrainPass:
farwritetext UnknownText_0x64448
buttonsound
jump PhoneScript_HangupText_Male
IrwinSnorlax:
farwritetext UnknownText_0x6455b
buttonsound
jump PhoneScript_HangupText_Male
IrwinMtSilver:
farwritetext UnknownText_0x645ff
buttonsound
jump PhoneScript_HangupText_Male
IrwinFogBadge:
farwritetext UnknownText_0x646df
buttonsound
jump PhoneScript_HangupText_Male
IrwinMarshBadge:
farwritetext UnknownText_0x647d8
buttonsound
jump PhoneScript_HangupText_Male
JackPhoneTips:
farwritetext UnknownText_0x1745c2
buttonsound
jump PhoneScript_HangupText_Male
UnknownScript_0xa0900:
farwritetext UnknownText_0x17485b
buttonsound
jump PhoneScript_HangupText_Female
UnknownScript_0xa0908:
farwritetext UnknownText_0x17496b
buttonsound
jump PhoneScript_HangupText_Male
UnknownScript_0xa0910:
farwritetext UnknownText_0x174c29
buttonsound
jump PhoneScript_HangupText_Male
UnknownScript_0xa0918:
farwritetext UnknownText_0x174ec5
buttonsound
jump PhoneScript_HangupText_Female
UnknownScript_0xa0920:
farwritetext UnknownText_0x17519b
buttonsound
jump PhoneScript_HangupText_Male
UnknownScript_0xa0928:
farwritetext UnknownText_0x17549b
buttonsound
jump PhoneScript_HangupText_Female
UnknownScript_0xa0930:
farwritetext UnknownText_0x17571d
buttonsound
jump PhoneScript_HangupText_Male
UnknownScript_0xa0938:
farwritetext UnknownText_0x175abe
buttonsound
jump PhoneScript_HangupText_Male
UnknownScript_0xa0940:
farwritetext UnknownText_0x175eaf
buttonsound
jump PhoneScript_HangupText_Male
UnknownScript_0xa0948:
farwritetext UnknownText_0x1768b0
buttonsound
jump PhoneScript_HangupText_Female
UnknownScript_0xa0950:
farwritetext UnknownText_0x176d32
buttonsound
jump PhoneScript_HangupText_Male
UnknownScript_0xa0958:
farwritetext UnknownText_0x1770fb
buttonsound
jump PhoneScript_HangupText_Male
UnknownScript_0xa0960:
farwritetext UnknownText_0x177465
buttonsound
jump PhoneScript_HangupText_Female
UnknownScript_0xa0968:
farwritetext UnknownText_0x64bc6
buttonsound
jump PhoneScript_HangupText_Male
UnknownScript_0xa0970:
farwritetext UnknownText_0x64e90
buttonsound
jump PhoneScript_HangupText_Male
UnknownScript_0xa0978:
farwritetext UnknownText_0x65161
buttonsound
jump PhoneScript_HangupText_Female
UnknownScript_0xa0980:
farwritetext UnknownText_0x65a23
buttonsound
jump PhoneScript_HangupText_Male
UnknownScript_0xa0988:
farwritetext UnknownText_0x65d5c
buttonsound
jump PhoneScript_HangupText_Male
UnknownScript_0xa0990:
farwritetext UnknownText_0x65ff2
buttonsound
jump PhoneScript_HangupText_Male
UnknownScript_0xa0998:
farwritetext UnknownText_0x6651e
buttonsound
jump PhoneScript_HangupText_Male
UnknownScript_0xa09a0:
farwritetext UnknownText_0x66882
buttonsound
jump PhoneScript_HangupText_Female
VanceLookingForward:
farwritetext VanceLookingForwardText
buttonsound
jump PhoneScript_HangupText_Male
WiltonHaventFoundAnything:
farwritetext WiltonHaventFoundAnythingText
buttonsound
jump PhoneScript_HangupText_Male
ParryBattleWithMe:
farwritetext ParryBattleWithMeText
buttonsound
jump PhoneScript_HangupText_Male
ErinWorkingHardScript:
farwritetext ErinWorkingHardText
buttonsound
jump PhoneScript_HangupText_Female
UnknownScript_0xa09c8:
random 3
if_equal 0, UnknownScript_0xa09d6
if_equal 1, UnknownScript_0xa09de
if_equal 2, UnknownScript_0xa09e6
UnknownScript_0xa09d6:
farwritetext UnknownText_0x64846
buttonsound
jump PhoneScript_HangupText_Male
UnknownScript_0xa09de:
farwritetext UnknownText_0x64881
buttonsound
jump PhoneScript_HangupText_Male
UnknownScript_0xa09e6:
farwritetext UnknownText_0x648dc
buttonsound
jump PhoneScript_HangupText_Male
KenjiAnswerPhoneScript:
checkcode VAR_KENJI_BREAK
if_equal 2, .Training
if_equal 1, .OnBreak
farwritetext UnknownText_0x66e17
buttonsound
jump PhoneScript_HangupText_Male
.Training:
farwritetext UnknownText_0x66e67
buttonsound
jump PhoneScript_HangupText_Male
.OnBreak:
checkmorn
iftrue .Morning
checknite
iftrue .Night
setevent EVENT_KENJI_ON_BREAK
farwritetext KenjiBreakText
buttonsound
jump PhoneScript_HangupText_Male
.Morning:
farwritetext UnknownText_0x66ed3
buttonsound
jump PhoneScript_HangupText_Male
.Night:
farwritetext UnknownText_0x66f52
buttonsound
jump PhoneScript_HangupText_Male
JackWantsBattleScript:
farwritetext UnknownText_0x174638
end
HueyWantsBattleScript:
farwritetext UnknownText_0x1749c7
end
UnknownScript_0xa0a37:
farwritetext UnknownText_0x174c49
end
BethBattleReminderScript:
farwritetext BethForgetDealText
end
UnknownScript_0xa0a41:
farwritetext UnknownText_0x17520a
end
UnknownScript_0xa0a46:
farwritetext UnknownText_0x1754e5
end
UnknownScript_0xa0a4b:
farwritetext UnknownText_0x175786
end
UnknownScript_0xa0a50:
farwritetext UnknownText_0x175b1e
end
UnknownScript_0xa0a55:
farwritetext UnknownText_0x175f11
end
UnknownScript_0xa0a5a:
farwritetext UnknownText_0x1769da
end
UnknownScript_0xa0a5f:
farwritetext UnknownText_0x176d85
end
UnknownScript_0xa0a64:
farwritetext UnknownText_0x177138
end
UnknownScript_0xa0a69:
farwritetext UnknownText_0x1774c1
end
UnknownScript_0xa0a6e:
farwritetext UnknownText_0x64c13
end
UnknownScript_0xa0a73:
farwritetext UnknownText_0x64ed4
end
UnknownScript_0xa0a78:
farwritetext UnknownText_0x651bf
end
UnknownScript_0xa0a7d:
farwritetext UnknownText_0x65a63
end
UnknownScript_0xa0a82:
farwritetext UnknownText_0x66043
end
UnknownScript_0xa0a87:
farwritetext UnknownText_0x66579
end
UnknownScript_0xa0a8c:
farwritetext UnknownText_0x668a3
end
VanceHurryHurry:
farwritetext VanceHurryHurryText
end
WiltonNotBiting:
farwritetext WiltonNotBitingText
end
ParryHaventYouGottenTo:
farwritetext ParryHaventYouGottenToText
end
ErinComeBattleScript:
farwritetext ErinComeBattleText
end
UnknownScript_0xa0aa5:
farwritetext UnknownText_0x174895
buttonsound
jump PhoneScript_HangupText_Female
UnknownScript_0xa0aad:
farwritetext UnknownText_0x17529c
buttonsound
jump PhoneScript_HangupText_Male
UnknownScript_0xa0ab5:
farwritetext UnknownText_0x175b6d
buttonsound
jump PhoneScript_HangupText_Male
UnknownScript_0xa0abd:
farwritetext UnknownText_0x17750e
buttonsound
jump PhoneScript_HangupText_Female
UnknownScript_0xa0ac5:
farwritetext UnknownText_0x64f1a
buttonsound
jump PhoneScript_HangupText_Male
UnknownScript_0xa0acd:
farwritetext UnknownText_0x6520f
buttonsound
jump PhoneScript_HangupText_Female
UnknownScript_0xa0ad5:
farwritetext UnknownText_0x65da6
buttonsound
jump PhoneScript_HangupText_Male
UnknownScript_0xa0add:
farwritetext UnknownText_0x66087
buttonsound
jump PhoneScript_HangupText_Male
UnknownScript_0xa0ae5:
farwritetext UnknownText_0x6691d
buttonsound
jump PhoneScript_HangupText_Female
WiltonWantThis:
farwritetext WiltonWantThisText
buttonsound
jump PhoneScript_HangupText_Male
UnknownScript_0xa0af5:
farwritetext UnknownText_0x175f70
end
UnknownScript_0xa0afa:
farwritetext UnknownText_0x176dd1
end
UnknownScript_0xa0aff:
farwritetext UnknownText_0x64c5a
end
UnknownScript_0xa0b04:
farwritetext UnknownText_0x17717c
end
BikeShopPhoneScript:
farwritetext UnknownText_0x174000
clearflag ENGINE_BIKE_SHOP_CALL_ENABLED
specialphonecall SPECIALCALL_NONE
end

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -111,7 +111,7 @@ SpecialsPointers:: ; c029
add_special Special_DisplayLinkRecord add_special Special_DisplayLinkRecord
add_special GetFirstPokemonHappiness add_special GetFirstPokemonHappiness
add_special CheckFirstMonIsEgg add_special CheckFirstMonIsEgg
add_special RandomPhoneRareWildMon add_special RandomUnseenWildMon
add_special RandomPhoneWildMon add_special RandomPhoneWildMon
add_special RandomPhoneMon add_special RandomPhoneMon
add_special MapCallbackSprites_LoadUsedSpritesGFX add_special MapCallbackSprites_LoadUsedSpritesGFX

View File

@ -802,8 +802,9 @@ ValidateTempWildMonSpecies: ; 2a4a0
ret ret
; 2a4ab ; 2a4ab
RandomPhoneRareWildMon: ; 2a4ab ; Finds a rare wild Pokemon in the route of the trainer calling, then checks if it's been Seen already.
; Related to the phone? ; The trainer will then tell you about the Pokemon if you haven't seen it.
RandomUnseenWildMon: ; 2a4ab
callba GetCallerLocation callba GetCallerLocation
ld d, b ld d, b
ld e, c ld e, c

View File

@ -762,7 +762,7 @@ INCLUDE "engine/mon_icons.asm"
SECTION "bank24", ROMX SECTION "bank24", ROMX
INCLUDE "engine/phone.asm" INCLUDE "engine/phone/phone.asm"
INCLUDE "engine/timeset.asm" INCLUDE "engine/timeset.asm"
INCLUDE "engine/pokegear.asm" INCLUDE "engine/pokegear.asm"
INCLUDE "engine/fish.asm" INCLUDE "engine/fish.asm"
@ -771,8 +771,9 @@ INCLUDE "engine/slot_machine.asm"
SECTION "Phone Engine", ROMX SECTION "Phone Engine", ROMX
INCLUDE "engine/more_phone_scripts.asm" INCLUDE "engine/phone/phone_callers.asm"
INCLUDE "engine/buena_phone_scripts.asm" INCLUDE "engine/phone/phone_gossip.asm"
INCLUDE "engine/phone/buenas_password.asm"
SECTION "Phone Text", ROMX SECTION "Phone Text", ROMX
@ -806,7 +807,8 @@ INCLUDE "gfx/mail.asm"
SECTION "bank2F", ROMX SECTION "bank2F", ROMX
INCLUDE "engine/std_scripts.asm" INCLUDE "engine/std_scripts.asm"
INCLUDE "engine/phone_scripts.asm" INCLUDE "engine/phone/phone_scripts.asm"
INCLUDE "engine/phone/generic_calls.asm"
INCLUDE "engine/trainer_scripts.asm" INCLUDE "engine/trainer_scripts.asm"

View File

@ -205,7 +205,7 @@ UnknownText_0x645ff: ; 0x645ff
done done
; 0x646a3 ; 0x646a3
UnknownText_0x646a3: ; 0x646a3 IrwinCalledRightAwayText: ; 0x646a3
text "Hehe, I called" text "Hehe, I called"
line "right away!" line "right away!"
@ -307,7 +307,7 @@ UnknownText_0x648dc: ; 0x648dc
done done
; 0x649dc ; 0x649dc
UnknownText_0x649dc: ; 0x649dc ArnieLovesTheCuteText: ; 0x649dc
text "I'm always with my" text "I'm always with my"
line "@" line "@"
text_from_ram StringBuffer4 text_from_ram StringBuffer4
@ -423,7 +423,7 @@ UnknownText_0x64c5a: ; 0x64c5a
done done
; 0x64cbd ; 0x64cbd
UnknownText_0x64cbd: ; 0x64cbd AlanGettingStrongerText: ; 0x64cbd
text "My @" text "My @"
text_from_ram StringBuffer4 text_from_ram StringBuffer4
text "'s" text "'s"
@ -651,7 +651,7 @@ UnknownText_0x6520f: ; 0x6520f
done done
; 0x65271 ; 0x65271
UnknownText_0x65271: ; 0x65271 ChadObservingWildText: ; 0x65271
text "I recently began" text "I recently began"
line "observing wild" line "observing wild"
cont "@" cont "@"
@ -727,7 +727,7 @@ UnknownText_0x65471: ; 0x65471
done done
; 0x65481 ; 0x65481
UnknownText_0x65481: ; 0x65481 ChadBlueGossipText: ; 0x65481
text "Do you know BLUE?" text "Do you know BLUE?"
para "He's PROF.OAK's" para "He's PROF.OAK's"
@ -741,7 +741,7 @@ UnknownText_0x65481: ; 0x65481
done done
; 0x654ea ; 0x654ea
UnknownText_0x654ea: ; 0x654ea ChadDaisyGossipText: ; 0x654ea
text "PROF.OAK has a" text "PROF.OAK has a"
line "granddaughter" line "granddaughter"
cont "named DAISY." cont "named DAISY."
@ -754,7 +754,7 @@ UnknownText_0x654ea: ; 0x654ea
done done
; 0x65555 ; 0x65555
UnknownText_0x65555: ; 0x65555 ChadProfElmGossipText: ; 0x65555
text "Everyone's talking" text "Everyone's talking"
line "about PROF.ELM." line "about PROF.ELM."
@ -767,7 +767,7 @@ UnknownText_0x65555: ; 0x65555
done done
; 0x655c7 ; 0x655c7
UnknownText_0x655c7: ; 0x655c7 ChadDreamGossipText: ; 0x655c7
text "PROF.OAK's dream" text "PROF.OAK's dream"
line "is to compile a" line "is to compile a"
@ -780,7 +780,7 @@ UnknownText_0x655c7: ; 0x655c7
done done
; 0x65628 ; 0x65628
UnknownText_0x65628: ; 0x65628 ChadKurtGossipText: ; 0x65628
text "Do you know KURT," text "Do you know KURT,"
line "the BALL creator?" line "the BALL creator?"
@ -793,7 +793,7 @@ UnknownText_0x65628: ; 0x65628
done done
; 0x6569b ; 0x6569b
UnknownText_0x6569b: ; 0x6569b ChadLeagueGossipText: ; 0x6569b
text "#MON LEAGUE is" text "#MON LEAGUE is"
line "the great gather-" line "the great gather-"
cont "ing place for all" cont "ing place for all"
@ -812,7 +812,7 @@ UnknownText_0x6569b: ; 0x6569b
done done
; 0x6574a ; 0x6574a
UnknownText_0x6574a: ; 0x6574a ChadRadioShowGossipText: ; 0x6574a
text "PROF.OAK'S #MON" text "PROF.OAK'S #MON"
line "TALK is a popular" line "TALK is a popular"
cont "radio show, right?" cont "radio show, right?"
@ -832,7 +832,7 @@ UnknownText_0x6574a: ; 0x6574a
done done
; 0x65810 ; 0x65810
UnknownText_0x65810: ; 0x65810 ChadBattlingGossipText: ; 0x65810
text "PROF.OAK used to" text "PROF.OAK used to"
line "be a trainer a" line "be a trainer a"
cont "long time ago." cont "long time ago."
@ -851,7 +851,7 @@ UnknownText_0x65810: ; 0x65810
done done
; 0x658c6 ; 0x658c6
UnknownText_0x658c6: ; 0x658c6 ChadDaisyTeaGossipText: ; 0x658c6
text "PROF.OAK has a" text "PROF.OAK has a"
line "granddaughter" line "granddaughter"
cont "named DAISY." cont "named DAISY."
@ -870,7 +870,7 @@ UnknownText_0x658c6: ; 0x658c6
done done
; 0x65969 ; 0x65969
UnknownText_0x65969: ; 0x65969 ChadTravelGossipText: ; 0x65969
text "Did you know?" text "Did you know?"
line "PROF.OAK traveled" line "PROF.OAK traveled"
@ -914,7 +914,7 @@ UnknownText_0x65a63: ; 0x65a63
done done
; 0x65ab2 ; 0x65ab2
UnknownText_0x65ab2: ; 0x65ab2 DerekCheekPincherText: ; 0x65ab2
text "Listen to this." text "Listen to this."
line "My @" line "My @"
text_from_ram StringBuffer4 text_from_ram StringBuffer4
@ -976,7 +976,7 @@ UnknownText_0x65c4e: ; 0x65c4e
done done
; 0x65c66 ; 0x65c66
UnknownText_0x65c66: ; 0x65c66 DerekBugCatchingContestText: ; 0x65c66
text "Did you remember?" text "Did you remember?"
line "The Bug-Catching" line "The Bug-Catching"
cont "Contest is today." cont "Contest is today."
@ -1028,7 +1028,7 @@ UnknownText_0x65da6: ; 0x65da6
done done
; 0x65de4 ; 0x65de4
UnknownText_0x65de4: ; 0x65de4 TullyGrownText: ; 0x65de4
text "My @" text "My @"
text_from_ram StringBuffer4 text_from_ram StringBuffer4
text " has" text " has"
@ -1142,7 +1142,7 @@ UnknownText_0x66087: ; 0x66087
done done
; 0x660be ; 0x660be
UnknownText_0x660be: ; 0x660be BrentRareTradeText: ; 0x660be
text "Oh yeah, I got an" text "Oh yeah, I got an"
line "extremely rare" line "extremely rare"
@ -1394,7 +1394,7 @@ UnknownText_0x66730: ; 0x66730
done done
; 0x66796 ; 0x66796
UnknownText_0x66796: ; 0x66796 TiffanyItsAwfulText: ; 0x66796
text_from_ram StringBuffer4 text_from_ram StringBuffer4
text "!" text "!"
@ -1471,7 +1471,7 @@ UnknownText_0x6691d: ; 0x6691d
done done
; 0x66980 ; 0x66980
UnknownText_0x66980: ; 0x66980 VanceLiftoffText: ; 0x66980
text "My @" text "My @"
text_from_ram StringBuffer4 text_from_ram StringBuffer4
text "'s" text "'s"
@ -1525,14 +1525,14 @@ UnknownText_0x66a93: ; 0x66a93
done done
; 0x66aa5 ; 0x66aa5
UnknownText_0x66aa5: ; 0x66aa5 VanceLookingForwardText: ; 0x66aa5
text "I'll be looking" text "I'll be looking"
line "forward to our" line "forward to our"
cont "next battle!" cont "next battle!"
done done
; 0x66ad1 ; 0x66ad1
UnknownText_0x66ad1: ; 0x66ad1 VanceHurryHurryText: ; 0x66ad1
text "Oh, <PLAY_G>!" text "Oh, <PLAY_G>!"
line "Hurry, hurry!" line "Hurry, hurry!"
@ -1543,7 +1543,7 @@ UnknownText_0x66ad1: ; 0x66ad1
done done
; 0x66afc ; 0x66afc
UnknownText_0x66afc: ; 0x66afc WiltonGrownText: ; 0x66afc
text "My @" text "My @"
text_from_ram StringBuffer4 text_from_ram StringBuffer4
text "'s" text "'s"
@ -1613,7 +1613,7 @@ UnknownText_0x66c6b: ; 0x66c6b
done done
; 0x66ca7 ; 0x66ca7
UnknownText_0x66ca7: ; 0x66ca7 WiltonHaventFoundAnythingText: ; 0x66ca7
text "Nah, I haven't" text "Nah, I haven't"
line "found anything" line "found anything"
@ -1625,7 +1625,7 @@ UnknownText_0x66ca7: ; 0x66ca7
done done
; 0x66cf7 ; 0x66cf7
UnknownText_0x66cf7: ; 0x66cf7 WiltonNotBitingText: ; 0x66cf7
text "Sigh…" text "Sigh…"
line "They're not biting" line "They're not biting"
@ -1639,7 +1639,7 @@ UnknownText_0x66cf7: ; 0x66cf7
done done
; 0x66d45 ; 0x66d45
UnknownText_0x66d45: ; 0x66d45 WiltonWantThisText: ; 0x66d45
text "Don't you want" text "Don't you want"
line "this item?" line "this item?"
@ -1707,7 +1707,7 @@ UnknownText_0x66ed3: ; 0x66ed3
done done
; 0x66f11 ; 0x66f11
UnknownText_0x66f11: ; 0x66f11 KenjiBreakText: ; 0x66f11
text "I'm taking a break" text "I'm taking a break"
line "on ROUTE 45!" line "on ROUTE 45!"
@ -1727,7 +1727,7 @@ UnknownText_0x66f52: ; 0x66f52
done done
; 0x66f9f ; 0x66f9f
UnknownText_0x66f9f: ; 0x66f9f ParryNoMatchText: ; 0x66f9f
text "Nothing can match" text "Nothing can match"
line "my @" line "my @"
text_from_ram StringBuffer4 text_from_ram StringBuffer4
@ -1786,13 +1786,13 @@ UnknownText_0x670eb: ; 0x670eb
done done
; 0x67106 ; 0x67106
UnknownText_0x67106: ; 0x67106 ParryBattleWithMeText: ; 0x67106
text "You'll battle with" text "You'll battle with"
line "me again, right?" line "me again, right?"
done done
; 0x6712a ; 0x6712a
UnknownText_0x6712a: ; 0x6712a ParryHaventYouGottenToText: ; 0x6712a
text "Haven't you gotten" text "Haven't you gotten"
line "to @" line "to @"
text_from_ram StringBuffer5 text_from_ram StringBuffer5
@ -1858,7 +1858,7 @@ UnknownText_0x67281: ; 0x67281
done done
; 0x67294 ; 0x67294
UnknownText_0x67294: ; 0x67294 ErinWorkingHardText: ; 0x67294
text "I'm working hard" text "I'm working hard"
line "to raise my" line "to raise my"
cont "#MON!" cont "#MON!"
@ -1868,7 +1868,7 @@ UnknownText_0x67294: ; 0x67294
done done
; 0x672d5 ; 0x672d5
UnknownText_0x672d5: ; 0x672d5 ErinComeBattleText: ; 0x672d5
text "Oh, <PLAY_G>!" text "Oh, <PLAY_G>!"
line "Come battle ERIN!" line "Come battle ERIN!"

View File

@ -19,7 +19,7 @@ UnknownText_0x174000: ; 0x174000
done done
; 0x1740c0 ; 0x1740c0
UnknownText_0x1740c0: ; 0x1740c0 JackIntelligenceText: ; 0x1740c0
text "My @" text "My @"
text_from_ram StringBuffer4 text_from_ram StringBuffer4
text "'s" text "'s"
@ -31,7 +31,7 @@ UnknownText_0x1740c0: ; 0x1740c0
done done
; 0x174106 ; 0x174106
UnknownText_0x174106: ; 0x174106 JackDefeatedMonText: ; 0x174106
text "The other day, I" text "The other day, I"
line "easily defeated a" line "easily defeated a"
cont "@" cont "@"
@ -83,7 +83,7 @@ UnknownText_0x174251: ; 0x174251
done done
; 0x174261 ; 0x174261
UnknownText_0x174261: ; 0x174261 JackThunderTriviaText: ; 0x174261
text "Did you know?" text "Did you know?"
para "When it's raining," para "When it's raining,"
@ -92,7 +92,7 @@ UnknownText_0x174261: ; 0x174261
done done
; 0x17429d ; 0x17429d
UnknownText_0x17429d: ; 0x17429d JackRolloutTriviaText: ; 0x17429d
text "Did you know…?" text "Did you know…?"
para "If you use DEFENSE" para "If you use DEFENSE"
@ -103,7 +103,7 @@ UnknownText_0x17429d: ; 0x17429d
done done
; 0x1742ee ; 0x1742ee
UnknownText_0x1742ee: ; 0x1742ee JackSolarbeamTriviaText: ; 0x1742ee
text "Did you know…?" text "Did you know…?"
para "If the sunlight is" para "If the sunlight is"
@ -114,7 +114,7 @@ UnknownText_0x1742ee: ; 0x1742ee
done done
; 0x174340 ; 0x174340
UnknownText_0x174340: ; 0x174340 JackStompTriviaText: ; 0x174340
text "Did you know…?" text "Did you know…?"
para "If the opponent" para "If the opponent"
@ -125,7 +125,7 @@ UnknownText_0x174340: ; 0x174340
done done
; 0x174391 ; 0x174391
UnknownText_0x174391: ; 0x174391 JackGustTriviaText: ; 0x174391
text "Did you know…?" text "Did you know…?"
para "If your opponent" para "If your opponent"
@ -136,7 +136,7 @@ UnknownText_0x174391: ; 0x174391
done done
; 0x1743e3 ; 0x1743e3
UnknownText_0x1743e3: ; 0x1743e3 JackTwisterTriviaText: ; 0x1743e3
text "Did you know…?" text "Did you know…?"
para "If your opponent" para "If your opponent"
@ -147,7 +147,7 @@ UnknownText_0x1743e3: ; 0x1743e3
done done
; 0x174433 ; 0x174433
UnknownText_0x174433: ; 0x174433 JackEarthquakeTriviaText: ; 0x174433
text "Did you know…?" text "Did you know…?"
para "If your opponent" para "If your opponent"
@ -158,7 +158,7 @@ UnknownText_0x174433: ; 0x174433
done done
; 0x174485 ; 0x174485
UnknownText_0x174485: ; 0x174485 JackMagnitudeTriviaText: ; 0x174485
text "Did you know…?" text "Did you know…?"
para "If your opponent" para "If your opponent"
@ -169,7 +169,7 @@ UnknownText_0x174485: ; 0x174485
done done
; 0x1744d6 ; 0x1744d6
UnknownText_0x1744d6: ; 0x1744d6 JackSandstormTriviaText: ; 0x1744d6
text "Did you know…?" text "Did you know…?"
para "The rock, ground" para "The rock, ground"
@ -180,7 +180,7 @@ UnknownText_0x1744d6: ; 0x1744d6
done done
; 0x174522 ; 0x174522
UnknownText_0x174522: ; 0x174522 JackSunnyDayTriviaText: ; 0x174522
text "Did you know…?" text "Did you know…?"
para "If the sunlight is" para "If the sunlight is"
@ -191,7 +191,7 @@ UnknownText_0x174522: ; 0x174522
done done
; 0x174571 ; 0x174571
UnknownText_0x174571: ; 0x174571 JackRainDanceTriviaText: ; 0x174571
text "Did you know…?" text "Did you know…?"
para "When it's raining," para "When it's raining,"
@ -278,7 +278,7 @@ UnknownText_0x1747ac: ; 0x1747ac
done done
; 0x1747cc ; 0x1747cc
UnknownText_0x1747cc: ; 0x1747cc BeverlyFoundNuggetText: ; 0x1747cc
text "My husband got" text "My husband got"
line "some NUGGETS." line "some NUGGETS."
@ -369,7 +369,7 @@ UnknownText_0x1749c7: ; 0x1749c7
done done
; 0x174a24 ; 0x174a24
UnknownText_0x174a24: ; 0x174a24 GavenGreaterText: ; 0x174a24
text "My @" text "My @"
text_from_ram StringBuffer4 text_from_ram StringBuffer4
text "" text ""
@ -552,7 +552,7 @@ UnknownText_0x174ec5: ; 0x174ec5
done done
; 0x174ee2 ; 0x174ee2
UnknownText_0x174ee2: ; 0x174ee2 BethForgetDealText: ; 0x174ee2
text "Um… <PLAY_G>?" text "Um… <PLAY_G>?"
line "What's wrong?" line "What's wrong?"
@ -568,7 +568,7 @@ UnknownText_0x174ee2: ; 0x174ee2
done done
; 0x174f2f ; 0x174f2f
UnknownText_0x174f2f: ; 0x174f2f JoseAromaText: ; 0x174f2f
text "Hey listen, my" text "Hey listen, my"
line "@" line "@"
text_from_ram StringBuffer4 text_from_ram StringBuffer4
@ -639,7 +639,7 @@ UnknownText_0x175106: ; 0x175106
done done
; 0x175116 ; 0x175116
UnknownText_0x175116: ; 0x175116 JoseFoundSomethingText: ; 0x175116
text "My FARFETCH'D had" text "My FARFETCH'D had"
line "something pretty" line "something pretty"
cont "in its beak." cont "in its beak."
@ -804,7 +804,7 @@ UnknownText_0x1754e5: ; 0x1754e5
done done
; 0x175530 ; 0x175530
UnknownText_0x175530: ; 0x175530 JoeySharperText: ; 0x175530
text "My @" text "My @"
text_from_ram StringBuffer4 text_from_ram StringBuffer4
text "'s" text "'s"
@ -903,7 +903,7 @@ UnknownText_0x175786: ; 0x175786
done done
; 0x1757d4 ; 0x1757d4
UnknownText_0x1757d4: ; 0x1757d4 WadeAreYouGrowingText: ; 0x1757d4
text "Are your #MON" text "Are your #MON"
line "growing?" line "growing?"
@ -981,7 +981,7 @@ UnknownText_0x1759e7: ; 0x1759e7
done done
; 0x1759f7 ; 0x1759f7
UnknownText_0x1759f7: ; 0x1759f7 WadeBugCatchingContestText: ; 0x1759f7
text "The Bug-Catching" text "The Bug-Catching"
line "Contest is at the" line "Contest is at the"
@ -996,7 +996,7 @@ UnknownText_0x1759f7: ; 0x1759f7
done done
; 0x175a60 ; 0x175a60
UnknownText_0x175a60: ; 0x175a60 WadeFoundBerryText: ; 0x175a60
text "I found all kinds" text "I found all kinds"
line "of BERRIES. If you" line "of BERRIES. If you"
@ -1050,7 +1050,7 @@ UnknownText_0x175b6d: ; 0x175b6d
done done
; 0x175bc4 ; 0x175bc4
UnknownText_0x175bc4: ; 0x175bc4 RalphNeglectingKidsText: ; 0x175bc4
text "I've been spending" text "I've been spending"
line "more time with my" line "more time with my"
@ -1260,7 +1260,7 @@ UnknownText_0x17610a: ; 0x17610a
done done
; 0x1761a7 ; 0x1761a7
UnknownText_0x1761a7: ; 0x1761a7 LizHiTaniaText: ; 0x1761a7
text "Hi, TANIA. How are" text "Hi, TANIA. How are"
line "you? This is LIZ." line "you? This is LIZ."
@ -1520,7 +1520,7 @@ UnknownText_0x1769da: ; 0x1769da
done done
; 0x176a2f ; 0x176a2f
UnknownText_0x176a2f: ; 0x176a2f AnthonyAteBerriesText: ; 0x176a2f
text "The other day, I" text "The other day, I"
line "was watching my" line "was watching my"
@ -1669,7 +1669,7 @@ UnknownText_0x176dd1: ; 0x176dd1
done done
; 0x176e5d ; 0x176e5d
UnknownText_0x176e5d: ; 0x176e5d ToddLooksCuteLikeMeText: ; 0x176e5d
text "My @" text "My @"
text_from_ram StringBuffer4 text_from_ram StringBuffer4
text " is" text " is"

View File

@ -81,12 +81,12 @@ MomCheckBalanceText: ; 0x1b41a7
line "keep on saving?" line "keep on saving?"
done done
UnknownText_0x1b41ea: ; 0x1b41ea MomImportantToSaveText: ; 0x1b41ea
text "It's important to" text "It's important to"
line "save your money." line "save your money."
done done
UnknownText_0x1b420d: ; 0x1b420d MomYoureNotSavingText: ; 0x1b420d
text "Oh, <PLAYER>," text "Oh, <PLAYER>,"
line "you're not saving" line "you're not saving"
@ -94,7 +94,7 @@ UnknownText_0x1b420d: ; 0x1b420d
line "you like to save?" line "you like to save?"
done done
UnknownText_0x1b4249: ; 0x1b4249 MomYouveSavedText: ; 0x1b4249
text "By the way, you've" text "By the way, you've"
line "saved up ¥@" line "saved up ¥@"
text_from_ram StringBuffer3 text_from_ram StringBuffer3
@ -104,7 +104,7 @@ UnknownText_0x1b4249: ; 0x1b4249
line "saving again?" line "saving again?"
done done
UnknownText_0x1b4289: ; 0x1b4289 MomOKIllSaveText: ; 0x1b4289
text "OK. I'll save your" text "OK. I'll save your"
line "money." line "money."
done done