From ecd565bc8625f7b80ebe197554ab01e1ef9a604b Mon Sep 17 00:00:00 2001 From: Astatin Date: Tue, 11 Feb 2025 18:52:46 +0900 Subject: Updating current focused attack cost + changing the cursor when not enough points --- tileset.gbasm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tileset.gbasm') 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 -- cgit v1.2.3-70-g09d2