You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
wCursorCurTile -> wCursorCurrentTile
This commit is contained in:
@@ -176,7 +176,7 @@ GetMenuJoypad::
|
||||
ret
|
||||
|
||||
PlaceHollowCursor::
|
||||
ld hl, wCursorCurTile
|
||||
ld hl, wCursorCurrentTile
|
||||
ld a, [hli]
|
||||
ld h, [hl]
|
||||
ld l, a
|
||||
@@ -184,7 +184,7 @@ PlaceHollowCursor::
|
||||
ret
|
||||
|
||||
HideCursor::
|
||||
ld hl, wCursorCurTile
|
||||
ld hl, wCursorCurrentTile
|
||||
ld a, [hli]
|
||||
ld h, [hl]
|
||||
ld l, a
|
||||
|
Reference in New Issue
Block a user