mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-06 16:15:24 +13:00
First Commit
Upload literally everything from the pokecrystal16 expand-move-ID branch
This commit is contained in:
commit
2f8a41f833
4618 changed files with 480386 additions and 0 deletions
30
gfx/pokemon/unown/bitmask.asm
Normal file
30
gfx/pokemon/unown/bitmask.asm
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
; 0
|
||||
db %00100000
|
||||
db %10101100
|
||||
db %01100111
|
||||
db %00000000
|
||||
; 1
|
||||
db %10100000
|
||||
db %10111100
|
||||
db %01100111
|
||||
db %00000000
|
||||
; 2
|
||||
db %10000000
|
||||
db %00110000
|
||||
db %00000100
|
||||
db %00000000
|
||||
; 3
|
||||
db %10100000
|
||||
db %10111100
|
||||
db %00100101
|
||||
db %00000000
|
||||
; 4
|
||||
db %00100000
|
||||
db %10101100
|
||||
db %00100101
|
||||
db %00000000
|
||||
; 5
|
||||
db %00000000
|
||||
db %00010000
|
||||
db %00000000
|
||||
db %00000000
|
||||
Loading…
Add table
Add a link
Reference in a new issue