diff options
author | Cleverking2003 <30466983+Cleverking2003@users.noreply.github.com> | 2020-06-11 21:54:54 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-11 21:54:54 +0300 |
commit | 00203d228f75b05732805525e491019dfc7f4084 (patch) | |
tree | 170c89608a50f9c7e6c7c85645af9f6adda750be /arm7/asm/SND_util.s | |
parent | 5106f9a218925320e0807bcd8b45e299d49f5214 (diff) | |
parent | e6fd0961912649544d3d4eee185b2ac96b8233c3 (diff) |
Merge branch 'master' into pikalax_work
Diffstat (limited to 'arm7/asm/SND_util.s')
-rw-r--r-- | arm7/asm/SND_util.s | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/arm7/asm/SND_util.s b/arm7/asm/SND_util.s index 256f5f41..4d136781 100644 --- a/arm7/asm/SND_util.s +++ b/arm7/asm/SND_util.s @@ -1,7 +1,13 @@ .include "asm/macros.inc" .include "global.inc" - .text + .section .data + + .global _03807660 +_03807660: + .word 0x12345678 + + .section .text arm_func_start SND_CalcRandom SND_CalcRandom: ; 0x037FC058 |