Rename ScrollingMenu_UpdateDisplay.string_2485f (#726)

This commit is contained in:
Lhivorde 2020-05-29 06:16:49 -05:00 committed by GitHub
parent edcf08ff36
commit 4f49a1f2f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 15 additions and 15 deletions

View File

@ -417,7 +417,7 @@ TMHM_DisplayPocketItems:
inc hl
inc hl
push de
ld de, TMHM_String_Cancel
ld de, TMHM_CancelString
call PlaceString
pop de
.done
@ -449,7 +449,7 @@ Unreferenced_Function2ca95:
pop hl
ret
TMHM_String_Cancel:
TMHM_CancelString:
db "CANCEL@"
TMHM_GetCurrentPocketPosition:
@ -472,7 +472,7 @@ TMHM_GetCurrentPocketPosition:
Tutorial_TMHMPocket:
hlcoord 9, 3
push de
ld de, TMHM_String_Cancel
ld de, TMHM_CancelString
call PlaceString
pop de
ret

View File

@ -1571,10 +1571,10 @@ Unreferenced_Function28b42:
ld bc, SCREEN_WIDTH - 2
call ByteFill
hlcoord 2, 16
ld de, .Cancel
ld de, .CancelString
jp PlaceString
.Cancel:
.CancelString:
db "CANCEL@"
Function28b68:

View File

@ -115,11 +115,11 @@ InitTradeSpeciesList:
farcall InitMG_Mobile_LinkTradePalMap
farcall PlaceTradePartnerNamesAndParty
hlcoord 10, 17
ld de, .CANCEL
ld de, .CancelString
call PlaceString
ret
.CANCEL:
.CancelString:
db "CANCEL@"
_LoadTradeScreenBorder:

View File

@ -401,11 +401,11 @@ ScrollingMenu_UpdateDisplay:
ld a, [wMenuDataFlags]
bit 0, a ; call function on cancel
jr nz, .call_function
ld de, .string_2485f
ld de, .CancelString
call PlaceString
ret
.string_2485f
.CancelString
db "CANCEL@"
.call_function

View File

@ -105,11 +105,11 @@ PlacePartyNicknames:
.end
dec hl
dec hl
ld de, .CANCEL
ld de, .CancelString
call PlaceString
ret
.CANCEL:
.CancelString:
db "CANCEL@"
PlacePartyHPBar:

View File

@ -6487,12 +6487,12 @@ Function102e07:
db "Waiting...!@"
Function102e3e:
ld de, .CANCEL
ld de, .CancelString
hlcoord 10, 17
call PlaceString
ret
.CANCEL:
.CancelString:
db "CANCEL@"
Function102e4f:

View File

@ -3889,8 +3889,8 @@ Strings_Ll0ToL40:
db " L:30 @@"
db " L:40 @@"
db "CANCEL@@"
String_119d8c:
Unreferenced_CancelString:
db "CANCEL@"
BattleTower_LevelCheck: