summaryrefslogtreecommitdiff
path: root/arm9/lib/include/mmap.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-05-27 21:32:48 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2020-05-27 21:32:48 -0400
commitd43d43f06bd17ac320247bc4e8d58cde2a9d9f70 (patch)
treeefacf95ec792b7c12d13eee670a59b3b4e5535cd /arm9/lib/include/mmap.h
parent35c9f9fc2e2ff3387ff89b956a88e05000d4768a (diff)
parentd42cc73852cdb0cc0684bb87aaa6975d06cae02f (diff)
Merge remote-tracking branch 'origin' into libvct
Diffstat (limited to 'arm9/lib/include/mmap.h')
-rw-r--r--arm9/lib/include/mmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/lib/include/mmap.h b/arm9/lib/include/mmap.h
index 207e0509..65b93e1e 100644
--- a/arm9/lib/include/mmap.h
+++ b/arm9/lib/include/mmap.h
@@ -98,7 +98,7 @@ typedef struct {
u16 mmem_checker_subp; // 3fa-3fb: 2bytes MainMomory Size Checker for Sub processor
u8 padding4[2]; // 3fc-3fd: (2bytes)
u16 command_area; // 3fe-3ff: 2bytes Command Area
-} OSSystemWork;
+} OSSystemWork; //0x027FFC00
#define OS_GetSystemWork() ((OSSystemWork *)HW_MAIN_MEM_SYSTEM)