mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
The labelling never ends, but phone_scripts.asm does.
This commit is contained in:
parent
955a0c9dd3
commit
75c56e86c4
@ -680,7 +680,7 @@ PhoneScript_RematchText_Female:
|
||||
buttonsound
|
||||
end
|
||||
|
||||
LizWrongNumber:
|
||||
LizWrongNumberScript:
|
||||
farwritetext LizHiTaniaText
|
||||
end
|
||||
|
||||
@ -869,7 +869,7 @@ PhoneScript_BugCatchingContest:
|
||||
buttonsound
|
||||
jump PhoneScript_HangupText_Male
|
||||
|
||||
UnknownScript_0xa05be:
|
||||
IrwinRocketRumor:
|
||||
farwritetext UnknownText_0x64032
|
||||
buttonsound
|
||||
jump PhoneScript_HangupText_Male
|
||||
|
@ -130,7 +130,7 @@ UnknownScript_0xa06da:
|
||||
buttonsound
|
||||
jump PhoneScript_HangupText_Female
|
||||
|
||||
ChadOakGossip:
|
||||
ChadOakGossipScript:
|
||||
random 10
|
||||
if_equal 0, .Blue
|
||||
if_equal 1, .Daisy
|
||||
@ -460,8 +460,8 @@ UnknownScript_0xa09a8:
|
||||
buttonsound
|
||||
jump PhoneScript_HangupText_Male
|
||||
|
||||
UnknownScript_0xa09b0:
|
||||
farwritetext UnknownText_0x66ca7
|
||||
WiltonHaventFoundAnything:
|
||||
farwritetext WiltonHaventFoundAnythingText
|
||||
buttonsound
|
||||
jump PhoneScript_HangupText_Male
|
||||
|
||||
@ -541,8 +541,8 @@ UnknownScript_0xa0a37:
|
||||
farwritetext UnknownText_0x174c49
|
||||
end
|
||||
|
||||
UnknownScript_0xa0a3c:
|
||||
farwritetext UnknownText_0x174ee2
|
||||
BethBattleReminderScript:
|
||||
farwritetext BethForgetDealText
|
||||
end
|
||||
|
||||
UnknownScript_0xa0a41:
|
||||
@ -617,8 +617,8 @@ UnknownScript_0xa0a96:
|
||||
farwritetext UnknownText_0x66cf7
|
||||
end
|
||||
|
||||
UnknownScript_0xa0a9b:
|
||||
farwritetext UnknownText_0x6712a
|
||||
ParryHaventYouGottenTo:
|
||||
farwritetext ParryHaventYouGottenToText
|
||||
end
|
||||
|
||||
ErinComeBattleScript:
|
||||
@ -670,8 +670,8 @@ UnknownScript_0xa0ae5:
|
||||
buttonsound
|
||||
jump PhoneScript_HangupText_Female
|
||||
|
||||
UnknownScript_0xa0aed:
|
||||
farwritetext UnknownText_0x66d45
|
||||
WiltonWantThis:
|
||||
farwritetext WiltonWantThisText
|
||||
buttonsound
|
||||
jump PhoneScript_HangupText_Male
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -1613,7 +1613,7 @@ UnknownText_0x66c6b: ; 0x66c6b
|
||||
done
|
||||
; 0x66ca7
|
||||
|
||||
UnknownText_0x66ca7: ; 0x66ca7
|
||||
WiltonHaventFoundAnythingText: ; 0x66ca7
|
||||
text "Nah, I haven't"
|
||||
line "found anything"
|
||||
|
||||
@ -1639,7 +1639,7 @@ UnknownText_0x66cf7: ; 0x66cf7
|
||||
done
|
||||
; 0x66d45
|
||||
|
||||
UnknownText_0x66d45: ; 0x66d45
|
||||
WiltonWantThisText: ; 0x66d45
|
||||
text "Don't you want"
|
||||
line "this item?"
|
||||
|
||||
@ -1792,7 +1792,7 @@ ParryBattleWithMeText: ; 0x67106
|
||||
done
|
||||
; 0x6712a
|
||||
|
||||
UnknownText_0x6712a: ; 0x6712a
|
||||
ParryHaventYouGottenToText: ; 0x6712a
|
||||
text "Haven't you gotten"
|
||||
line "to @"
|
||||
text_from_ram StringBuffer5
|
||||
|
@ -552,7 +552,7 @@ UnknownText_0x174ec5: ; 0x174ec5
|
||||
done
|
||||
; 0x174ee2
|
||||
|
||||
UnknownText_0x174ee2: ; 0x174ee2
|
||||
BethForgetDealText: ; 0x174ee2
|
||||
text "Um… <PLAY_G>?"
|
||||
line "What's wrong?"
|
||||
|
||||
|
@ -81,12 +81,12 @@ MomCheckBalanceText: ; 0x1b41a7
|
||||
line "keep on saving?"
|
||||
done
|
||||
|
||||
UnknownText_0x1b41ea: ; 0x1b41ea
|
||||
MomImportantToSaveText: ; 0x1b41ea
|
||||
text "It's important to"
|
||||
line "save your money."
|
||||
done
|
||||
|
||||
UnknownText_0x1b420d: ; 0x1b420d
|
||||
MomYoureNotSavingText: ; 0x1b420d
|
||||
text "Oh, <PLAYER>,"
|
||||
line "you're not saving"
|
||||
|
||||
@ -94,7 +94,7 @@ UnknownText_0x1b420d: ; 0x1b420d
|
||||
line "you like to save?"
|
||||
done
|
||||
|
||||
UnknownText_0x1b4249: ; 0x1b4249
|
||||
MomYouveSavedText: ; 0x1b4249
|
||||
text "By the way, you've"
|
||||
line "saved up ¥@"
|
||||
text_from_ram StringBuffer3
|
||||
@ -104,7 +104,7 @@ UnknownText_0x1b4249: ; 0x1b4249
|
||||
line "saving again?"
|
||||
done
|
||||
|
||||
UnknownText_0x1b4289: ; 0x1b4289
|
||||
MomOKIllSaveText: ; 0x1b4289
|
||||
text "OK. I'll save your"
|
||||
line "money."
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user