diff options
author | red031000 <rubenru09@aol.com> | 2020-05-25 13:12:21 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-05-25 13:12:21 +0100 |
commit | 6e6d5704a2d209b10c175c72994c1dbd8a340409 (patch) | |
tree | d31395f31774b605a3f6cb510febb0072246eff1 /arm9/asm/math_util.s | |
parent | df21863c640e72cefbdd46da5e294fb48fc8d625 (diff) | |
parent | 895b0ad8b9c09a0b6b1de59de76ed4a258076f87 (diff) |
Merge branch 'master' of https://github.com/martmists/pokediamond
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 |