GodMode9/arm9/source/system/vram_data.s
Wolfvak 031762a1fe
Embed the VRAM tar data in the ARM9 executable (#824)
* Embed the VRAM tar data in the ARM9 executable

* Fix Makefile dependency order

* Use address difference instead of absolute word for the VRAM drive limit
2023-07-24 10:17:37 -03:00

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: