mirror of
https://github.com/dborth/snes9xgx.git
synced 2024-11-01 16:35:16 +01:00
13 lines
133 B
ArmAsm
13 lines
133 B
ArmAsm
|
# Fonts
|
||
|
|
||
|
.rodata
|
||
|
.globl fontface
|
||
|
.balign 32
|
||
|
fontface:
|
||
|
.incbin "../source/ngc/ttf/font.ttf"
|
||
|
|
||
|
|
||
|
.globl fontsize
|
||
|
fontsize: .long 28736
|
||
|
|