diff options
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 |