not64/gui/background_tex.s
sepp256 2047713597 Updated GUI background and logo.
Reformatted GUI and DEBUG text slightly.
2007-12-22 23:33:58 +00:00

24 lines
542 B
ArmAsm

.rodata
.globl BGtexture
.balign 32
BGtexture:
.incbin "./gui/background.tex"
.globl BGtexture_length
BGtexture_length:
.long (BGtexture_length - BGtexture)
.globl BGtextureCI
.balign 32
BGtextureCI:
.incbin "./gui/background.tlut"
.globl BGtextureCI_length
BGtextureCI_length:
.long (BGtextureCI_length - BGtextureCI)
.globl LOGOtexture
.balign 32
LOGOtexture:
.incbin "./gui/logo.tex"
.globl LOGOtexture_length
LOGOtexture_length:
.long (LOGOtexture_length - LOGOtexture)