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_work.s | |
parent | bd44b2f997ff1e1bad3398edfcb69442d20d3eae (diff) |
distribute bss
Diffstat (limited to 'arm7/asm/SND_work.s')
-rw-r--r-- | arm7/asm/SND_work.s | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/arm7/asm/SND_work.s b/arm7/asm/SND_work.s index 0965b37a..fb7f51e9 100644 --- a/arm7/asm/SND_work.s +++ b/arm7/asm/SND_work.s @@ -1,7 +1,21 @@ .include "asm/macros.inc" .include "global.inc" - .text + .section .bss + + .global SNDi_Work +SNDi_Work: ;0x03807F6C + .space 0x038084AC - 0x03807F6C +#todo unsure if these two belong here + .global _038084AC +_038084AC: ;0x038084AC + .space 0x038086EC - 0x038084AC + + .global _038086EC +_038086EC: ;0x038086EC + .space 0x03808EEC - 0x038086EC + + .section .text arm_func_start SND_UpdateSharedWork SND_UpdateSharedWork: ; 0x037FF448 |