diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-07-06 16:26:39 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-06 16:26:39 -0400 |
commit | 6b4bf8b5a0fe88dfe6adc769ea82bc2aeb527752 (patch) | |
tree | 873500ec67f14572021e773b87f1590b0cc428eb /arm7/lib/include/mmap.h | |
parent | 8ae925315e82abdb9f07442d200f4a7bcae97559 (diff) | |
parent | 85c37c87a3c79f97c9603129701f91785abd0ddc (diff) |
Merge pull request #223 from Cleverking2003/master
Decompile PAD_xyButton
Diffstat (limited to 'arm7/lib/include/mmap.h')
-rw-r--r-- | arm7/lib/include/mmap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arm7/lib/include/mmap.h b/arm7/lib/include/mmap.h index 1b403dc5..f43b4bc4 100644 --- a/arm7/lib/include/mmap.h +++ b/arm7/lib/include/mmap.h @@ -24,6 +24,7 @@ #define HW_PRV_WRAM_SYSRV (HW_PRV_WRAM + HW_PRV_WRAM_SIZE - HW_PRV_WRAM_SYSRV_SIZE) #define HW_VBLANK_COUNT_BUF (HW_MAIN_MEM + 0x007ffc3c) +#define HW_BUTTON_XY_BUF (HW_MAIN_MEM + 0x007FFFA8) #define HW_LOCK_ID_FLAG_SUB (HW_MAIN_MEM + 0x007fffb8) #endif //POKEDIAMOND_ARM7_MMAP_H |