From a0cc9155572b22ac1afd4636593f72a18372187b Mon Sep 17 00:00:00 2001 From: Astatin Date: Tue, 3 Dec 2024 17:56:58 +0900 Subject: Add sparkles animation and shadow palette flag --- tileset.gbasm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tileset.gbasm') diff --git a/tileset.gbasm b/tileset.gbasm index 967a38b..1192a64 100644 --- a/tileset.gbasm +++ b/tileset.gbasm @@ -181,7 +181,7 @@ OBJ_Tile_Image_Data: 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, $10, $54, $28, $38, $44, $7c, $28, $38, $10, $54, $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 $10, $10, $10, $10, $28, $38, $c6, $fe, $28, $38, $10, $10, $10, $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