Rename ScrollingMenu_UpdateDisplay.string_2485f (#726)
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user