mirror of
https://github.com/zeldaret/tmc
synced 2026-05-27 08:09:06 -04:00
11 lines
225 B
ArmAsm
Executable File
11 lines
225 B
ArmAsm
Executable File
.include "asm/macros.inc"
|
|
.include "constants/constants.inc"
|
|
|
|
.section .rodata
|
|
.align 2
|
|
|
|
.ifdef DEMO_JP
|
|
@ TODO check whether this is the same save as one of the DEMO_USA ones
|
|
.incbin "data_081320FC/_DEMO_JP.bin"
|
|
.endif
|