pokecrystal-board/gfx/pokemon/unown/bitmask.asm
mid-kid 5efce10789 Remove even more address comments
That should be all of them this time
2018-06-25 02:10:37 +02:00

31 lines
360 B
NASM

; 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