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 /tileset.gbasm | |
parent | 674d876aeff3eaaec1cf0226e45a6f649baca471 (diff) |
Updating current focused attack cost + changing the cursor when not enough points
Diffstat (limited to 'tileset.gbasm')
-rw-r--r-- | tileset.gbasm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tileset.gbasm b/tileset.gbasm index 204b13e..7c950a4 100644 --- a/tileset.gbasm +++ b/tileset.gbasm @@ -98,6 +98,9 @@ Small_sprites: ; Energy .DB $70, $70, $f8, $88, $fe, $be, $ff, $91, $ff, $b5, $ff, $81, $7e, $76, $08, $08 ; 0x6a + ; Disabled Cursor + .DB $00, $00, $22, $00, $36, $00, $1c, $00, $1c, $00, $36, $00, $22, $00, $00, $00 ; 0x6b + Font_Data: .DB $00, $00, $38, $3c, $44, $46, $44, $46, $44, $46, $44, $46, $38, $3c, $00, $00 ; 0x80 .DB $00, $00, $10, $18, $30, $38, $10, $18, $10, $18, $10, $18, $7c, $7e, $00, $00 ; 0x81 |