diff options
author | Egor Ananyin <ananinegor@gmail.com> | 2020-06-12 09:06:23 +0300 |
---|---|---|
committer | Egor Ananyin <ananinegor@gmail.com> | 2020-06-12 09:06:23 +0300 |
commit | 10c763389f50e38572c71b7c482005ec5f1655e7 (patch) | |
tree | fc20d0fcc5df7a977647c4d0cbe6cd4899f52431 /arm9/lib/include/consts.h | |
parent | c0793478b0fdfcf314f5ff58e46c3ac88bf46525 (diff) | |
parent | e2d7f9f796889087a3da50f7eeb2383731ca3262 (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'arm9/lib/include/consts.h')
-rw-r--r-- | arm9/lib/include/consts.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arm9/lib/include/consts.h b/arm9/lib/include/consts.h index c09e8cd9..a24e9d89 100644 --- a/arm9/lib/include/consts.h +++ b/arm9/lib/include/consts.h @@ -46,9 +46,6 @@ #define OSi_TCM_REGION_BASE_MASK 0xfffff000 -#define OSi_TRUNC(n, a) (((u32) (n)) & ~((a) - 1)) -#define OSi_ROUND(n, a) (((u32) (n) + (a) - 1) & ~((a) - 1)) - #define OS_IE_V_BLANK (1UL << 0) #endif //POKEDIAMOND_ARM9_CONSTS_H |