aboutsummaryrefslogtreecommitdiff
path: root/tileset.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2024-11-29 18:11:43 +0900
committerAstatin <[email protected]>2024-11-29 18:11:43 +0900
commit20422f9a4a180f2c148d93e68930f57379311ca7 (patch)
tree9e58002ad6bd9bd0b6243828f55aa03e1c6c9ab7 /tileset.gbasm
parentc050a27b278df2efb4baf81b5e8c7e2f7dfd7e00 (diff)
Add animation display
Diffstat (limited to 'tileset.gbasm')
-rw-r--r--tileset.gbasm8
1 files changed, 8 insertions, 0 deletions
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