Remove the now-generated animation data.

This commit is contained in:
yenatch
2017-05-28 23:35:08 -04:00
parent 1c7d4954cd
commit 2dc6dd7584
554 changed files with 0 additions and 11898 deletions

View File

@@ -1,41 +0,0 @@
; 0
db %00000000
db %10000010
db %10001111
db %01100001
db %00000000
db %00000000
db %00000000
; 1
db %10000000
db %11000011
db %11001111
db %01100101
db %00000010
db %00000000
db %00000000
; 2
db %10000000
db %11000001
db %01011101
db %00101100
db %00000010
db %00000000
db %00000000
; 3
db %00100000
db %00110000
db %00011000
db %00001000
db %00000000
db %00000000
db %00000000
; 4
db %00100000
db %00010000
db %00000000
db %00000000
db %00000000
db %00000000
db %00000000
; 0xd2c42

View File

@@ -1,23 +0,0 @@
dw .frame1
dw .frame2
dw .frame3
dw .frame4
dw .frame5
.frame1
db $00 ; bitmask
db $31, $32, $33, $34, $35, $36, $37, $38, $39, $3a
.frame2
db $01 ; bitmask
db $3b, $3c, $31, $3d, $3e, $33, $34, $3f, $40, $41, $37, $38
db $42, $43, $3a, $44
.frame3
db $02 ; bitmask
db $3b, $45, $3d, $46, $47, $3f, $40, $48, $41, $42, $49, $43
db $44
.frame4
db $03 ; bitmask
db $00, $4a, $4b, $4c, $4d, $4e
.frame5
db $04 ; bitmask
db $4f, $50
; 0xd50f7