mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-07-27 22:58:41 -04:00
Implement & link ac_gyo_test, ac_gyo_kaseki, link few others & fixes
This commit is contained in:
@@ -106,6 +106,8 @@ typedef u32 unknown;
|
||||
|
||||
#define F32_IS_ZERO(v) (fabsf(v) < 0.008f)
|
||||
|
||||
#define DECREMENT_TIMER(timer) ((timer) == 0 ? 0 : --(timer))
|
||||
|
||||
/* ARGB8 color format (32 bits) to RGB5A3 color format (16 bits) */
|
||||
#define ARGB8_to_RGB5A3(argb8) \
|
||||
((u16)(((argb8) & 0xFF000000) >= 0xE0000000 \
|
||||
|
||||
Reference in New Issue
Block a user