mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
Rename ScrollingMenu_UpdateDisplay.string_2485f (#726)
This commit is contained in:
parent
edcf08ff36
commit
4f49a1f2f0
@ -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
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
@ -105,11 +105,11 @@ PlacePartyNicknames:
|
||||
.end
|
||||
dec hl
|
||||
dec hl
|
||||
ld de, .CANCEL
|
||||
ld de, .CancelString
|
||||
call PlaceString
|
||||
ret
|
||||
|
||||
.CANCEL:
|
||||
.CancelString:
|
||||
db "CANCEL@"
|
||||
|
||||
PlacePartyHPBar:
|
||||
|
@ -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:
|
||||
|
@ -3889,8 +3889,8 @@ Strings_Ll0ToL40:
|
||||
db " L:30 @@"
|
||||
db " L:40 @@"
|
||||
db "CANCEL@@"
|
||||
|
||||
String_119d8c:
|
||||
|
||||
Unreferenced_CancelString:
|
||||
db "CANCEL@"
|
||||
|
||||
BattleTower_LevelCheck:
|
||||
|
Loading…
Reference in New Issue
Block a user