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/link/link.asm | |
parent | edcf08ff361e58b2d03ff80a0b2eb0550ac7c647 (diff) |
Rename ScrollingMenu_UpdateDisplay.string_2485f (#726)
Diffstat (limited to 'engine/link/link.asm')
-rw-r--r-- | engine/link/link.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/link/link.asm b/engine/link/link.asm index 31c189112..521cfdd8b 100644 --- a/engine/link/link.asm +++ b/engine/link/link.asm @@ -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: |