diff options
author | red031000 <rubenru09@aol.com> | 2020-06-09 15:17:30 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-06-09 15:17:30 +0100 |
commit | 3e4c87f220f9ce75ce490a91e296b256dce99a0e (patch) | |
tree | a7f9955405fbe972f0e8387f4e2a3dee0fb1f414 /arm7/asm/SND_lockChannel.s | |
parent | bd44b2f997ff1e1bad3398edfcb69442d20d3eae (diff) |
distribute bss
Diffstat (limited to 'arm7/asm/SND_lockChannel.s')
-rw-r--r-- | arm7/asm/SND_lockChannel.s | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/arm7/asm/SND_lockChannel.s b/arm7/asm/SND_lockChannel.s index cc568f66..b525e0d1 100644 --- a/arm7/asm/SND_lockChannel.s +++ b/arm7/asm/SND_lockChannel.s @@ -1,7 +1,13 @@ .include "asm/macros.inc" .include "global.inc" - .text + .section .bss + + .global _03807F48 +_03807F48: ;0x03807F48 + .space 0x03807F4C - 0x03807F48 + + .section .text arm_func_start SND_GetLockedChannel SND_GetLockedChannel: ; 0x037FC964 |