Files
gcmm/source/fontface.s
sulokutdcmago 4d69c9c175 Ready for 1.4:
-Added some characters to the font (for comment displaying)
-Changed background
-Tweaked a little to have some sort of initial screen rather than a black background
-Minor graphical tweaks
2012-10-07 22:19:13 +00:00

13 lines
129 B
ArmAsm

# Fonts
.rodata
.globl fontface
.balign 32
fontface:
.incbin "../source/ttf/font.ttf"
.globl fontsize
fontsize: .long 50824