From 20422f9a4a180f2c148d93e68930f57379311ca7 Mon Sep 17 00:00:00 2001 From: Astatin Date: Fri, 29 Nov 2024 18:11:43 +0900 Subject: Add animation display --- tileset.gbasm | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tileset.gbasm') diff --git a/tileset.gbasm b/tileset.gbasm index 7b745c9..967a38b 100644 --- a/tileset.gbasm +++ b/tileset.gbasm @@ -177,3 +177,11 @@ OBJ_Tile_Image_Data: .DB $0f, $0c, $13, $1f, $10, $1f, $1b, $1f, $1f, $1b, $0f, $0b, $0f, $0b, $0c, $0c ; 0x17 .DB $00, $00, $8e, $8e, $de, $d2, $de, $d2, $7e, $e2, $46, $fa, $e2, $be, $e2, $3e ; 0x18 .DB $c2, $fe, $22, $fe, $24, $fc, $64, $fc, $dc, $5c, $c0, $40, $c0, $40, $c0, $c0 ; 0x19 + +Animation_Sprites_Data: + + ; Sparkles + .DB $00, $00, $44, $10, $10, $28, $38, $44, $10, $28, $44, $10, $00, $00, $00, $00 ; 0x60 + .DB $00, $00, $00, $00, $00, $00, $00, $00, $00, $00, $00, $00, $00, $00, $00, $00 ; 0x61 + .DB $00, $10, $00, $10, $10, $28, $38, $c6, $10, $28, $00, $10, $00, $10, $00, $00 ; 0x62 + .DB $00, $00, $00, $00, $00, $00, $00, $00, $00, $00, $00, $00, $00, $00, $00, $00 ; 0x63 -- cgit v1.2.3-70-g09d2