diff options
author | Lhivorde <62214635+Lhivorde@users.noreply.github.com> | 2020-05-29 06:16:49 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-29 11:16:49 +0000 |
commit | 4f49a1f2f0044c10b2d447e35d8c05f3381ea49c (patch) | |
tree | a49fbd91376ba05074763f09c178da4af7f679a7 /engine/items | |
parent | edcf08ff361e58b2d03ff80a0b2eb0550ac7c647 (diff) |
Rename ScrollingMenu_UpdateDisplay.string_2485f (#726)
Diffstat (limited to 'engine/items')
-rw-r--r-- | engine/items/tmhm.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/items/tmhm.asm b/engine/items/tmhm.asm index c15be2847..ecc2d45cb 100644 --- a/engine/items/tmhm.asm +++ b/engine/items/tmhm.asm @@ -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 |