mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
lda_coord and ldcoord_a exist for this
This commit is contained in:
parent
1321a70029
commit
586a49c8ad
@ -442,10 +442,10 @@ ButtonSound:: ; aaf
|
||||
jr .load_cursor_state
|
||||
|
||||
.cursor_off
|
||||
ld a, [TileMap + 17 + 17 * SCREEN_WIDTH]
|
||||
lda_coord 17, 17
|
||||
|
||||
.load_cursor_state
|
||||
ld [TileMap + 18 + 17 * SCREEN_WIDTH], a
|
||||
ldcoord_a 18, 17
|
||||
ret
|
||||
; b06
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user