mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 21:52:48 +00:00
9 lines
142 B
ArmAsm
9 lines
142 B
ArmAsm
|
.section .rodata.vram_data
|
||
|
|
||
|
.align 2
|
||
|
.global vram_data
|
||
|
vram_data:
|
||
|
.incbin "../output/vram0.tar"
|
||
|
.global vram_data_end
|
||
|
vram_data_end:
|