diff options
author | red031000 <rubenru09@aol.com> | 2020-06-02 20:21:29 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-06-02 20:21:29 +0100 |
commit | 09505884e8ea49d7c32b87c15f73b1e328a5c110 (patch) | |
tree | 95ef013877279fd23986b63ff5ff989acfce5d85 /arm9/lib/include/mmap.h | |
parent | 600ff98d9d691c5f5997ce69b4acf1501d04954f (diff) |
OSi_ReloadRomData
Diffstat (limited to 'arm9/lib/include/mmap.h')
-rw-r--r-- | arm9/lib/include/mmap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arm9/lib/include/mmap.h b/arm9/lib/include/mmap.h index 386ee0e4..c43e65b6 100644 --- a/arm9/lib/include/mmap.h +++ b/arm9/lib/include/mmap.h @@ -29,6 +29,7 @@ extern u32 SDK_AUTOLOAD_DTCM_START[]; #define HW_DOWNLOAD_PARAMETER_SIZE 0x00000020 #define HW_RESET_PARAMETER_BUF (HW_MAIN_MEM + 0x007ffc20) +#define HW_ROM_BASE_OFFSET_BUF (HW_MAIN_MEM + 0x007ffc2c) #define HW_WM_BOOT_BUF (HW_MAIN_MEM + 0x007ffc40) #define HW_ARENA_INFO_BUF (HW_MAIN_MEM + 0x007ffda0) // Arena data structure #define HW_ROM_HEADER_BUF (HW_MAIN_MEM + 0x007ffe00) // ROM registration area data buffer |