diff options
author | Astatin <[email protected]> | 2024-12-03 17:56:58 +0900 |
---|---|---|
committer | Astatin <[email protected]> | 2024-12-03 17:56:58 +0900 |
commit | a0cc9155572b22ac1afd4636593f72a18372187b (patch) | |
tree | 22862e0f77a561682e4173d953bfa42580e56b04 /tileset.gbasm | |
parent | 20422f9a4a180f2c148d93e68930f57379311ca7 (diff) |
Add sparkles animation and shadow palette flag
Diffstat (limited to 'tileset.gbasm')
-rw-r--r-- | tileset.gbasm | 4 |
1 files changed, 2 insertions, 2 deletions
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 |