mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-01 16:35:11 +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
|
|
|