You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Identify more unnamed labels
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user