remove unused tables
This commit is contained in:
parent
da713ef5f6
commit
5e780721f8
1 changed files with 0 additions and 6 deletions
6
font.asm
6
font.asm
|
@ -100,10 +100,4 @@ DrawChar16Loop:
|
||||||
jr ra
|
jr ra
|
||||||
nop
|
nop
|
||||||
|
|
||||||
FontLUT16:
|
|
||||||
dh 0x0000, 0xFFFF
|
|
||||||
|
|
||||||
FontLUT32:
|
|
||||||
dw 0x00000000, 0xFFFFFFFF
|
|
||||||
|
|
||||||
align(16); insert FONT, "res/dwarf.1bpp"
|
align(16); insert FONT, "res/dwarf.1bpp"
|
||||||
|
|
Loading…
Add table
Reference in a new issue