mirror of https://github.com/zeldaret/tmc.git
19 lines
374 B
ArmAsm
19 lines
374 B
ArmAsm
.include "asm/macros.inc"
|
|
.include "constants/constants.inc"
|
|
|
|
.section .rodata
|
|
.align 2
|
|
|
|
@ TODO might as well be giantRock or archway
|
|
gUnk_08122264:: @ 08122264
|
|
.incbin "baserom.gba", 0x122264, 0x0000004
|
|
|
|
gUnk_08122268:: @ 08122268
|
|
.incbin "baserom.gba", 0x122268, 0x0000004
|
|
|
|
gUnk_0812226C:: @ 0812226C
|
|
.4byte gUnk_08122264
|
|
.4byte gUnk_08122268
|
|
.4byte 00000000
|
|
|