diff options
| author | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-13 15:49:46 -0400 |
|---|---|---|
| committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-13 15:49:46 -0400 |
| commit | b4a380c571a3eaf79392dd1b632087fb5107f04f (patch) | |
| tree | 3662afd6c1c3cfadb0759b5042c55f849b81c28f /arm9/lib/include/registers.h | |
| parent | 01eea396ed25500e15752d7edfe76cb1031bee60 (diff) | |
| parent | 1406a7a34713f0305160583b056721a5dd525df7 (diff) | |
Merge branch 'master' of github.com:martmists/pokediamond into pikalax_work
Diffstat (limited to 'arm9/lib/include/registers.h')
| -rw-r--r-- | arm9/lib/include/registers.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arm9/lib/include/registers.h b/arm9/lib/include/registers.h index 4781ba1b..06f96d5a 100644 --- a/arm9/lib/include/registers.h +++ b/arm9/lib/include/registers.h @@ -356,6 +356,12 @@ #define reg_MI_MCD1 (*(REGType32v *)0x4100010) #define reg_CARD_DATA (*(REGType32v *)0x4100010) //? +#define REG_OS_TM0CNT_H_PS_SHIFT 0 +#define REG_OS_IE_T0_SHIFT 3 + +#define REG_OS_TM0CNT_H_I_MASK 0x0040 +#define REG_OS_TM0CNT_H_E_MASK 0x0080 + #define REG_PAD_KEYINPUT_L_SHIFT 9 #define REG_PAD_KEYINPUT_L_SIZE 1 #define REG_PAD_KEYINPUT_L_MASK 0x0200 |
