Move monster pics from numbered directories to named ones.
This commit is contained in:
15
gfx/pics/qwilfish/frames.asm
Normal file
15
gfx/pics/qwilfish/frames.asm
Normal file
@@ -0,0 +1,15 @@
|
||||
dw .frame1
|
||||
dw .frame2
|
||||
dw .frame3
|
||||
.frame1
|
||||
db $00 ; bitmask
|
||||
db $19
|
||||
.frame2
|
||||
db $01 ; bitmask
|
||||
db $1a, $1b, $1c, $1d, $1e, $1f, $19, $20, $21, $22, $23, $24
|
||||
db $25, $26
|
||||
.frame3
|
||||
db $02 ; bitmask
|
||||
db $1a, $1b, $1c, $1d, $1e, $1f, $20, $21, $22, $23, $24, $25
|
||||
db $26
|
||||
; 0xd9033
|
Reference in New Issue
Block a user