diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-11 16:43:28 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-11 16:43:28 -0400 |
commit | e052aae076e955cd58592b8c1c57e3f008c73040 (patch) | |
tree | b5021245cdc51376335c20f64f84eb553d5d1a78 /arm9/lib/include/consts.h | |
parent | ff782278c4c82a2d27e452775203d06c6d19fec3 (diff) | |
parent | e2d7f9f796889087a3da50f7eeb2383731ca3262 (diff) |
Merge branch 'master' of github.com:martmists/pokediamond into pikalax_work
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 |