ref: e3ee39f3344107f666099448401d28b04c983cd6
parent: 096afdcdaca0714612f3670a3c4a670f312c1c3f
author: surskitty <[email protected]>
date: Wed Dec 13 14:54:28 EST 2017
Labelling the bragging phone calls.
--- a/engine/more_phone_scripts.asm
+++ b/engine/more_phone_scripts.asm
@@ -1,12 +1,12 @@
UnknownScript_0xa0000:
special RandomPhoneMon
farscall PhoneScript_Random2
- if_equal 0, UnknownScript_0xa0013
+ if_equal 0, .Bragging
farscall PhoneScript_Generic_Male
farjump UnknownScript_0xa003e
-UnknownScript_0xa0013:
- farjump UnknownScript_0xa002e
+.Bragging:
+ farjump PhoneScript_BraggingCall
UnknownScript_0xa0017:
special RandomPhoneMon
@@ -18,8 +18,8 @@
UnknownScript_0xa002a:
farjump UnknownScript_0xa0036
-UnknownScript_0xa002e:
- farscall UnknownScript_0xa007c
+PhoneScript_BraggingCall:
+ farscall Phone_WhosBragging
farjump UnknownScript_0xa003e
UnknownScript_0xa0036:
@@ -54,7 +54,7 @@
farscall UnknownScript_0xa0324
farjump PhoneScript_HangupText_Female
-UnknownScript_0xa007c:
+Phone_WhosBragging:
checkcode VAR_CALLERID
if_equal PHONE_SCHOOLBOY_JACK, .Jack
if_equal PHONE_COOLTRAINERM_GAVEN, .Gaven
@@ -75,87 +75,87 @@
if_equal PHONE_HIKER_PARRY, .Parry
.Jack:
- farwritetext UnknownText_0x1740c0
+ farwritetext JackIntelligenceText
buttonsound
end
.Gaven:
- farwritetext UnknownText_0x174a24
+ farwritetext GavenGreaterText
buttonsound
end
.Jose:
- farwritetext UnknownText_0x174f2f
+ farwritetext JoseAromaText
buttonsound
end
.Joey:
- farwritetext UnknownText_0x175530
+ farwritetext JoeySharperText
buttonsound
end
.Wade:
- farwritetext UnknownText_0x1757d4
+ farwritetext WadeAreYouGrowingText
buttonsound
end
.Ralph:
- farwritetext UnknownText_0x175bc4
+ farwritetext RalphNeglectingKidsText
buttonsound
end
.Anthony:
- farwritetext UnknownText_0x176a2f
+ farwritetext AnthonyAteBerriesText
buttonsound
end
.Todd:
- farwritetext UnknownText_0x176e5d
+ farwritetext ToddLooksCuteLikeMeText
buttonsound
end
.Arnie:
- farwritetext UnknownText_0x649dc
+ farwritetext ArnieLovesTheCuteText
buttonsound
end
.Alan:
- farwritetext UnknownText_0x64cbd
+ farwritetext AlanGettingStrongerText
buttonsound
end
.Chad:
- farwritetext UnknownText_0x65271
+ farwritetext ChadObservingWildText
buttonsound
end
.Derek:
- farwritetext UnknownText_0x65ab2
+ farwritetext DerekCheekPincherText
buttonsound
end
.Tully:
- farwritetext UnknownText_0x65de4
+ farwritetext TullyGrownText
buttonsound
end
.Brent:
- farwritetext UnknownText_0x660be
+ farwritetext BrentRareTradeText
buttonsound
end
.Vance:
- farwritetext UnknownText_0x66980
+ farwritetext VanceLiftoffText
buttonsound
end
.Wilton:
- farwritetext UnknownText_0x66afc
+ farwritetext WiltonGrownText
buttonsound
end
.Parry:
- farwritetext UnknownText_0x66f9f
+ farwritetext ParryNoMatchText
buttonsound
end
--- a/text/phone/extra.asm
+++ b/text/phone/extra.asm
@@ -307,7 +307,7 @@
done
; 0x649dc
-UnknownText_0x649dc: ; 0x649dc
+ArnieLovesTheCuteText: ; 0x649dc
text "I'm always with my"
line "@"
text_from_ram StringBuffer4
@@ -423,7 +423,7 @@
done
; 0x64cbd
-UnknownText_0x64cbd: ; 0x64cbd
+AlanGettingStrongerText: ; 0x64cbd
text "My @"
text_from_ram StringBuffer4
text "'s"
@@ -651,7 +651,7 @@
done
; 0x65271
-UnknownText_0x65271: ; 0x65271
+ChadObservingWildText: ; 0x65271
text "I recently began"
line "observing wild"
cont "@"
@@ -914,7 +914,7 @@
done
; 0x65ab2
-UnknownText_0x65ab2: ; 0x65ab2
+DerekCheekPincherText: ; 0x65ab2
text "Listen to this."
line "My @"
text_from_ram StringBuffer4
@@ -1028,7 +1028,7 @@
done
; 0x65de4
-UnknownText_0x65de4: ; 0x65de4
+TullyGrownText: ; 0x65de4
text "My @"
text_from_ram StringBuffer4
text " has"
@@ -1142,7 +1142,7 @@
done
; 0x660be
-UnknownText_0x660be: ; 0x660be
+BrentRareTradeText: ; 0x660be
text "Oh yeah, I got an"
line "extremely rare"
@@ -1471,7 +1471,7 @@
done
; 0x66980
-UnknownText_0x66980: ; 0x66980
+VanceLiftoffText: ; 0x66980
text "My @"
text_from_ram StringBuffer4
text "'s"
@@ -1543,7 +1543,7 @@
done
; 0x66afc
-UnknownText_0x66afc: ; 0x66afc
+WiltonGrownText: ; 0x66afc
text "My @"
text_from_ram StringBuffer4
text "'s"
@@ -1727,7 +1727,7 @@
done
; 0x66f9f
-UnknownText_0x66f9f: ; 0x66f9f
+ParryNoMatchText: ; 0x66f9f
text "Nothing can match"
line "my @"
text_from_ram StringBuffer4
--- a/text/phone/extra2.asm
+++ b/text/phone/extra2.asm
@@ -19,7 +19,7 @@
done
; 0x1740c0
-UnknownText_0x1740c0: ; 0x1740c0
+JackIntelligenceText: ; 0x1740c0
text "My @"
text_from_ram StringBuffer4
text "'s"
@@ -369,7 +369,7 @@
done
; 0x174a24
-UnknownText_0x174a24: ; 0x174a24
+GavenGreaterText: ; 0x174a24
text "My @"
text_from_ram StringBuffer4
text ""
@@ -568,7 +568,7 @@
done
; 0x174f2f
-UnknownText_0x174f2f: ; 0x174f2f
+JoseAromaText: ; 0x174f2f
text "Hey listen, my"
line "@"
text_from_ram StringBuffer4
@@ -804,7 +804,7 @@
done
; 0x175530
-UnknownText_0x175530: ; 0x175530
+JoeySharperText: ; 0x175530
text "My @"
text_from_ram StringBuffer4
text "'s"
@@ -903,7 +903,7 @@
done
; 0x1757d4
-UnknownText_0x1757d4: ; 0x1757d4
+WadeAreYouGrowingText: ; 0x1757d4
text "Are your #MON"
line "growing?"
@@ -1050,7 +1050,7 @@
done
; 0x175bc4
-UnknownText_0x175bc4: ; 0x175bc4
+RalphNeglectingKidsText: ; 0x175bc4
text "I've been spending"
line "more time with my"
@@ -1520,7 +1520,7 @@
done
; 0x176a2f
-UnknownText_0x176a2f: ; 0x176a2f
+AnthonyAteBerriesText: ; 0x176a2f
text "The other day, I"
line "was watching my"
@@ -1669,7 +1669,7 @@
done
; 0x176e5d
-UnknownText_0x176e5d: ; 0x176e5d
+ToddLooksCuteLikeMeText: ; 0x176e5d
text "My @"
text_from_ram StringBuffer4
text " is"