mirror of https://github.com/zeldaret/tmc.git
17 lines
353 B
ArmAsm
17 lines
353 B
ArmAsm
.include "asm/macros.inc"
|
|
.include "constants/constants.inc"
|
|
|
|
.section .rodata
|
|
.align 2
|
|
|
|
gUnk_089FB770:: @ 089FB770
|
|
.byte 00, 0x0d, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00
|
|
|
|
gUnk_089FB780:: @ 089FB780
|
|
.incbin "baserom.gba", 0x9FB780, 0x0000F44
|
|
|
|
@ More sprites in demo
|
|
.ifdef DEMO
|
|
.incbin "baserom_demo.gba", 0x9FD0F4, 0x984c
|
|
.endif
|