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.s | |
parent | bd44b2f997ff1e1bad3398edfcb69442d20d3eae (diff) |
distribute bss
Diffstat (limited to 'arm7/asm/SND.s')
-rw-r--r-- | arm7/asm/SND.s | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/arm7/asm/SND.s b/arm7/asm/SND.s index 75c5b32f..43e137e1 100644 --- a/arm7/asm/SND.s +++ b/arm7/asm/SND.s @@ -3,7 +3,21 @@ .include "asm/macros.inc" .include "global.inc" - .text + .section .bss + + .global sSurroundDecay +sSurroundDecay: ;0x03807A0C + .space 0x03807A10 - 0x03807A0C + + .global sOrgPan +sOrgPan: ;0x03807A10 + .space 0x03807A20 - 0x03807A10 + + .global sOrgVolume +sOrgVolume: ;0x03807A20 + .space 0x03807A30 - 0x03807A20 + + .section .text arm_func_start SND_SetOutputSelector SND_SetOutputSelector: ; 0x037FBA0C |