summaryrefslogtreecommitdiff
path: root/engine/pokemon
diff options
context:
space:
mode:
authorLhivorde <62214635+Lhivorde@users.noreply.github.com>2020-05-29 06:16:49 -0500
committerGitHub <noreply@github.com>2020-05-29 11:16:49 +0000
commit4f49a1f2f0044c10b2d447e35d8c05f3381ea49c (patch)
treea49fbd91376ba05074763f09c178da4af7f679a7 /engine/pokemon
parentedcf08ff361e58b2d03ff80a0b2eb0550ac7c647 (diff)
Rename ScrollingMenu_UpdateDisplay.string_2485f (#726)
Diffstat (limited to 'engine/pokemon')
-rw-r--r--engine/pokemon/party_menu.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/pokemon/party_menu.asm b/engine/pokemon/party_menu.asm
index 12036497d..cf82c38ee 100644
--- a/engine/pokemon/party_menu.asm
+++ b/engine/pokemon/party_menu.asm
@@ -105,11 +105,11 @@ PlacePartyNicknames:
.end
dec hl
dec hl
- ld de, .CANCEL
+ ld de, .CancelString
call PlaceString
ret
-.CANCEL:
+.CancelString:
db "CANCEL@"
PlacePartyHPBar: