The labelling never ends, but phone_scripts.asm does.

This commit is contained in:
surskitty
2017-12-14 21:02:34 -05:00
parent 955a0c9dd3
commit 75c56e86c4
6 changed files with 184 additions and 184 deletions

View File

@@ -680,7 +680,7 @@ PhoneScript_RematchText_Female:
buttonsound buttonsound
end end
LizWrongNumber: LizWrongNumberScript:
farwritetext LizHiTaniaText farwritetext LizHiTaniaText
end end
@@ -869,7 +869,7 @@ PhoneScript_BugCatchingContest:
buttonsound buttonsound
jump PhoneScript_HangupText_Male jump PhoneScript_HangupText_Male
UnknownScript_0xa05be: IrwinRocketRumor:
farwritetext UnknownText_0x64032 farwritetext UnknownText_0x64032
buttonsound buttonsound
jump PhoneScript_HangupText_Male jump PhoneScript_HangupText_Male

View File

@@ -130,7 +130,7 @@ UnknownScript_0xa06da:
buttonsound buttonsound
jump PhoneScript_HangupText_Female jump PhoneScript_HangupText_Female
ChadOakGossip: ChadOakGossipScript:
random 10 random 10
if_equal 0, .Blue if_equal 0, .Blue
if_equal 1, .Daisy if_equal 1, .Daisy
@@ -460,8 +460,8 @@ UnknownScript_0xa09a8:
buttonsound buttonsound
jump PhoneScript_HangupText_Male jump PhoneScript_HangupText_Male
UnknownScript_0xa09b0: WiltonHaventFoundAnything:
farwritetext UnknownText_0x66ca7 farwritetext WiltonHaventFoundAnythingText
buttonsound buttonsound
jump PhoneScript_HangupText_Male jump PhoneScript_HangupText_Male
@@ -541,8 +541,8 @@ UnknownScript_0xa0a37:
farwritetext UnknownText_0x174c49 farwritetext UnknownText_0x174c49
end end
UnknownScript_0xa0a3c: BethBattleReminderScript:
farwritetext UnknownText_0x174ee2 farwritetext BethForgetDealText
end end
UnknownScript_0xa0a41: UnknownScript_0xa0a41:
@@ -617,8 +617,8 @@ UnknownScript_0xa0a96:
farwritetext UnknownText_0x66cf7 farwritetext UnknownText_0x66cf7
end end
UnknownScript_0xa0a9b: ParryHaventYouGottenTo:
farwritetext UnknownText_0x6712a farwritetext ParryHaventYouGottenToText
end end
ErinComeBattleScript: ErinComeBattleScript:
@@ -670,8 +670,8 @@ UnknownScript_0xa0ae5:
buttonsound buttonsound
jump PhoneScript_HangupText_Female jump PhoneScript_HangupText_Female
UnknownScript_0xa0aed: WiltonWantThis:
farwritetext UnknownText_0x66d45 farwritetext WiltonWantThisText
buttonsound buttonsound
jump PhoneScript_HangupText_Male jump PhoneScript_HangupText_Male

File diff suppressed because it is too large Load Diff

View File

@@ -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"
@@ -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?"
@@ -1792,7 +1792,7 @@ ParryBattleWithMeText: ; 0x67106
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

View File

@@ -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?"

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