diff options
author | Astatin <[email protected]> | 2025-02-11 18:52:46 +0900 |
---|---|---|
committer | Astatin <[email protected]> | 2025-02-11 18:52:46 +0900 |
commit | ecd565bc8625f7b80ebe197554ab01e1ef9a604b (patch) | |
tree | 5988b36cf2bcd1271c61421cd94ba46db95ba524 /tiles.gbasm | |
parent | 674d876aeff3eaaec1cf0226e45a6f649baca471 (diff) |
Updating current focused attack cost + changing the cursor when not enough points
Diffstat (limited to 'tiles.gbasm')
-rw-r--r-- | tiles.gbasm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tiles.gbasm b/tiles.gbasm index da3d821..0ef0425 100644 --- a/tiles.gbasm +++ b/tiles.gbasm @@ -16,7 +16,7 @@ Load_Tile: LD HL, $9200 LD DE, =BG_Tile_Image_Data - LD BC, $04b0 + LD BC, $04c0 CALL =memcpy LD HL, $8600 |