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_main.s | |
parent | bd44b2f997ff1e1bad3398edfcb69442d20d3eae (diff) |
distribute bss
Diffstat (limited to 'arm7/asm/SND_main.s')
-rw-r--r-- | arm7/asm/SND_main.s | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/arm7/asm/SND_main.s b/arm7/asm/SND_main.s index 4182b325..2353d2c2 100644 --- a/arm7/asm/SND_main.s +++ b/arm7/asm/SND_main.s @@ -1,7 +1,33 @@ .include "asm/macros.inc" .include "global.inc" - .text + .section .bss + + .global _03807A30 +_03807A30: ;0x03807A30 + .space 0x03807A34 - 0x03807A30 + + .global _03807A34 +_03807A34: ;0x03807A34 + .space 0x03807A54 - 0x03807A34 + + .global _03807A54 +_03807A54: ;0x03807A54 + .space 0x03807A74 - 0x03807A54 + + .global _03807A74 +_03807A74: ;0x03807A74 + .space 0x03807AA0 - 0x03807A74 + + .global _03807AA0 +_03807AA0: ;0x03807AA0 + .space 0x03807F44 - 0x03807AA0 + + .global _03807F44 +_03807F44: ;0x03807F44 + .space 0x03807F48 - 0x03807F44 + + .section .text arm_func_start SndThread SndThread: ; 0x037FC2B0 |