Identify more unnamed labels

This commit is contained in:
Rangi
2020-10-04 22:34:50 -04:00
parent e475ce6fda
commit d9603e3e33
9 changed files with 89 additions and 73 deletions

View File

@@ -311,7 +311,7 @@ SpecialCallWhereverYouAre:
scf
ret
Function90199:
MakePhoneCallFromPokegear:
; Don't do the call if you're in a link communication
ld a, [wLinkMode]
and a
@@ -465,7 +465,7 @@ RingTwice_StartCall:
Phone_CallerTextboxWithName:
ld a, [wCurCaller]
ld b, a
call Function90363
call Phone_TextboxWithName
ret
PhoneCall::
@@ -575,7 +575,7 @@ Phone_Wait20Frames:
farcall PhoneRing_CopyTilemapAtOnce
ret
Function90363:
Phone_TextboxWithName:
push bc
call Phone_CallerTextbox
hlcoord 1, 1
@@ -585,7 +585,7 @@ Function90363:
ld d, h
ld e, l
pop bc
call Function90380
call GetCallerClassAndName
ret
Phone_CallerTextbox:
@@ -595,7 +595,7 @@ Phone_CallerTextbox:
call Textbox
ret
Function90380:
GetCallerClassAndName:
ld h, d
ld l, e
ld a, b