wCursorCurTile -> wCursorCurrentTile

This commit is contained in:
Rangi
2018-09-09 17:15:49 -04:00
parent 603bcfe2ae
commit bb4a6e5f55
5 changed files with 14 additions and 14 deletions

View File

@@ -250,7 +250,7 @@ LinkTradeMenu:
ret
.UpdateCursor:
ld hl, wCursorCurTile
ld hl, wCursorCurrentTile
ld a, [hli]
ld h, [hl]
ld l, a
@@ -320,9 +320,9 @@ LinkTradeMenu:
pop hl
.cursor_already_there
ld a, l
ld [wCursorCurTile], a
ld [wCursorCurrentTile], a
ld a, h
ld [wCursorCurTile + 1], a
ld [wCursorCurrentTile + 1], a
ret
.TryAnims: