You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Move monster pics from numbered directories to named ones.
This commit is contained in:
26
gfx/pics/tentacool/bitmask.asm
Normal file
26
gfx/pics/tentacool/bitmask.asm
Normal file
@@ -0,0 +1,26 @@
|
||||
; 0
|
||||
db %00011000
|
||||
db %01000011
|
||||
db %10001100
|
||||
db %00000001
|
||||
; 1
|
||||
db %00000000
|
||||
db %00000000
|
||||
db %10001000
|
||||
db %00000001
|
||||
; 2
|
||||
db %10000000
|
||||
db %00010000
|
||||
db %00000010
|
||||
db %00000000
|
||||
; 3
|
||||
db %10011000
|
||||
db %01010011
|
||||
db %10001110
|
||||
db %00000001
|
||||
; 4
|
||||
db %10000000
|
||||
db %00010000
|
||||
db %10001010
|
||||
db %00000001
|
||||
; 0xd2c56
|
||||
Reference in New Issue
Block a user