diff options
Diffstat (limited to 'arm9/asm/math_util.s')
-rw-r--r-- | arm9/asm/math_util.s | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/arm9/asm/math_util.s b/arm9/asm/math_util.s index 3e5f9b6c..81114ace 100644 --- a/arm9/asm/math_util.s +++ b/arm9/asm/math_util.s @@ -1,6 +1,8 @@ .include "asm/macros.inc" .include "global.inc" + .extern UNK_020FFA38 + .section .rodata .global UNK_020EDB80 @@ -187,6 +189,16 @@ UNK_020EDF50: ; 0x020EDF50 .word 0x00000FEA, 0x00000FF0, 0x00000FF6, 0x00000FFA .word 0x00000FFE, 0x00000FFF + .section .data + + .global UNK_02105BA8 +UNK_02105BA8: ; 0x02105BA8 + .byte 0x71, 0x02, 0x00, 0x00 + + .global UNK_02105BAC +UNK_02105BAC: ; 0x02105BAC + .byte 0x00, 0x00, 0x00, 0x00, 0xDF, 0xB0, 0x08, 0x99 + .section .bss .global gLCRNG_State @@ -197,10 +209,6 @@ gLCRNG_State: ; 0x021C4D48 gMTRNG_State: ; 0x021C4D4C .space 624 * 4 - .extern UNK_020FFA38 - .extern UNK_02105BA8 - .extern UNK_02105BAC - .text thumb_func_start FUN_0201B93C |