diff options
Diffstat (limited to 'arm9/asm/MSL_Common_errno.s')
-rw-r--r-- | arm9/asm/MSL_Common_errno.s | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arm9/asm/MSL_Common_errno.s b/arm9/asm/MSL_Common_errno.s new file mode 100644 index 00000000..1005e7b7 --- /dev/null +++ b/arm9/asm/MSL_Common_errno.s @@ -0,0 +1,9 @@ + .include "asm/macros.inc"
+ .include "global.inc"
+
+ .bss
+
+ .global errno
+errno: ; 0x021D74A8
+ .space 0x4
+ .size errno,.-errno
\ No newline at end of file |