summaryrefslogtreecommitdiff
path: root/gfx/pics/octillery/frames.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-04-01 16:30:38 -0400
committeryenatch <yenatch@gmail.com>2014-04-01 16:30:38 -0400
commit48f431485426bec6de26e78daf6d728ebf0e9daa (patch)
treedc327d3e9a3dbf0eb5a01a62cc292fbed3b9d967 /gfx/pics/octillery/frames.asm
parent1aa75da4d52b33976e78aafa3329d795de05efc7 (diff)
Move monster pics from numbered directories to named ones.
Diffstat (limited to 'gfx/pics/octillery/frames.asm')
-rw-r--r--gfx/pics/octillery/frames.asm14
1 files changed, 14 insertions, 0 deletions
diff --git a/gfx/pics/octillery/frames.asm b/gfx/pics/octillery/frames.asm
new file mode 100644
index 000000000..ebfdd43ae
--- /dev/null
+++ b/gfx/pics/octillery/frames.asm
@@ -0,0 +1,14 @@
+ dw .frame1
+ dw .frame2
+ dw .frame3
+.frame1
+ db $00 ; bitmask
+ db $24, $25, $26, $27, $28, $29, $2a, $2b, $2c, $2d, $2e, $2f
+ db $30, $31
+.frame2
+ db $01 ; bitmask
+ db $32, $33, $34, $35
+.frame3
+ db $02 ; bitmask
+ db $36
+; 0xd927e