mirror of
https://github.com/suloku/gcmm.git
synced 2026-09-08 19:35:11 -05:00
-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
13 lines
129 B
ArmAsm
13 lines
129 B
ArmAsm
# Fonts
|
|
|
|
.rodata
|
|
.globl fontface
|
|
.balign 32
|
|
fontface:
|
|
.incbin "../source/ttf/font.ttf"
|
|
|
|
|
|
.globl fontsize
|
|
fontsize: .long 50824
|
|
|