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/PAD_xyButton.s | |
parent | bd44b2f997ff1e1bad3398edfcb69442d20d3eae (diff) |
distribute bss
Diffstat (limited to 'arm7/asm/PAD_xyButton.s')
-rw-r--r-- | arm7/asm/PAD_xyButton.s | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/arm7/asm/PAD_xyButton.s b/arm7/asm/PAD_xyButton.s index ff5d5e4e..66dc0a61 100644 --- a/arm7/asm/PAD_xyButton.s +++ b/arm7/asm/PAD_xyButton.s @@ -1,7 +1,17 @@ .include "asm/macros.inc" .include "global.inc" - .text + .section .bss + + .global PADi_XYButtonAvailable +PADi_XYButtonAvailable: ;0x038079DC + .space 0x038079E0 - 0x038079DC + + .global _038079E0 +_038079E0: ;0x038079E0 + .space 0x03807A0C - 0x038079E0 + + .section .text arm_func_start PAD_InitXYButton PAD_InitXYButton: ; 0x037FB96C |