From 3e4c87f220f9ce75ce490a91e296b256dce99a0e Mon Sep 17 00:00:00 2001 From: red031000 Date: Tue, 9 Jun 2020 15:17:30 +0100 Subject: distribute bss --- arm7/asm/SND_command.s | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'arm7/asm/SND_command.s') diff --git a/arm7/asm/SND_command.s b/arm7/asm/SND_command.s index 3b49c224..ec1a5014 100644 --- a/arm7/asm/SND_command.s +++ b/arm7/asm/SND_command.s @@ -1,7 +1,17 @@ .include "asm/macros.inc" .include "global.inc" - .text + .section .bss + + .global _038090EC +_038090EC: ;0x038090EC + .space 0x0380910C - 0x038090EC + + .global _0380910C +_0380910C: ;0x0380910C + .space 0x0380912C - 0x0380910C + + .section .text arm_func_start ReadDriverInfo ReadDriverInfo: ; 0x037FF6E4 -- cgit v1.2.3