aboutsummaryrefslogtreecommitdiff
path: root/tiles.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2025-02-11 18:52:46 +0900
committerAstatin <[email protected]>2025-02-11 18:52:46 +0900
commitecd565bc8625f7b80ebe197554ab01e1ef9a604b (patch)
tree5988b36cf2bcd1271c61421cd94ba46db95ba524 /tiles.gbasm
parent674d876aeff3eaaec1cf0226e45a6f649baca471 (diff)
Updating current focused attack cost + changing the cursor when not enough points
Diffstat (limited to 'tiles.gbasm')
-rw-r--r--tiles.gbasm2
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