mirror of https://github.com/zeldaret/tmc.git
21 lines
419 B
ArmAsm
21 lines
419 B
ArmAsm
.include "asm/macros.inc"
|
|
.include "constants/constants.inc"
|
|
|
|
.section .rodata
|
|
|
|
gUnk_080CD044:: @ 080CD044
|
|
.ifdef EU
|
|
@ TODO only small differences
|
|
.incbin "baserom_eu.gba", 0x0CC76C, 0x0000025
|
|
.else
|
|
.incbin "baserom.gba", 0x0CD044, 0x0000025
|
|
.endif
|
|
|
|
gUnk_080CD069:: @ 080CD069
|
|
.incbin "baserom.gba", 0x0CD069, 0x0000007
|
|
|
|
gUnk_080CD070:: @ 080CD070
|
|
.4byte gUnk_080CD044
|
|
.4byte gUnk_080CD069
|
|
.4byte 00000000
|