diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-05-24 20:26:33 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-24 20:26:33 -0400 |
commit | 895b0ad8b9c09a0b6b1de59de76ed4a258076f87 (patch) | |
tree | f85951f879dbe89e86906b297b32bb3620ccaf69 /arm9/asm/math_util.s | |
parent | 1856ec317f9952f1c379aa5c20488832e98417f0 (diff) | |
parent | 57e3bc44ffbf46304d7bcf2a141863c8962e53b9 (diff) |
Merge pull request #110 from PikalaxALT/pikalax_work
Split data; some hardcoded addresses
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 |