mirror of
https://github.com/FireEmblemUniverse/fireemblem8u.git
synced 2024-11-24 05:39:45 +00:00
12 lines
200 B
ArmAsm
12 lines
200 B
ArmAsm
.section .rodata
|
|
|
|
.align 2
|
|
|
|
.global gSinLookup
|
|
gSinLookup: @ 0x080D751C
|
|
.incbin "baserom.gba", 0xD751C, 0x80
|
|
|
|
.global gCosLookup
|
|
gCosLookup: @ 0x080D759C
|
|
.incbin "baserom.gba", 0xD759C, 0x200
|