diff options
Diffstat (limited to 'arm9/asm/MSL_critical_regions_NITRO.s')
-rw-r--r-- | arm9/asm/MSL_critical_regions_NITRO.s | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/arm9/asm/MSL_critical_regions_NITRO.s b/arm9/asm/MSL_critical_regions_NITRO.s new file mode 100644 index 00000000..046e9636 --- /dev/null +++ b/arm9/asm/MSL_critical_regions_NITRO.s @@ -0,0 +1,19 @@ + .include "asm/macros.inc"
+ .include "global.inc"
+
+ .bss
+
+ .global __cs_id
+__cs_id: ; 0x021D7088
+ .space 0x24
+ .size __cs_id,.-__cs_id
+
+ .global __cs_ref
+__cs_ref: ; 0x021D70AC
+ .space 0x24
+ .size __cs_ref,.-__cs_ref
+
+ .global __cs
+__cs: ; 0x021D70D0
+ .space 0xD8
+ .size __cs,.-__cs
|