mirror of
https://github.com/zeldaret/tp
synced 2026-05-23 06:54:28 -04:00
d_a_shop_item, d_a_b_go, d_a_b_gos OK (#2085)
* d_a_shop_item OK * d_a_b_go OK * d_a_b_gos OK * remove asm * some work on d_a_b_oh / d_a_b_zant_sima * d_a_startAndGoal done
This commit is contained in:
@@ -97,11 +97,13 @@ void OSReportInit(void);
|
||||
#define OS_REPORT(...) OSReport(__VA_ARGS__)
|
||||
#define OS_PANIC(msg) OSPanic(__FILE__, __LINE__, msg)
|
||||
#define ASSERTMSG(exp, msg) (void)((exp) || (OSPanic(__FILE__, __LINE__, (msg)), 0))
|
||||
#define ASSERT(cond) ((cond) || (OSPanic(__FILE__, line, "Failed assertion " #cond), 0))
|
||||
#else
|
||||
#define OS_REPORT(...)
|
||||
#define OS_REPORT_ERROR(...)
|
||||
#define OS_PANIC(...)
|
||||
#define ASSERTMSG(exp, msg) ((void)0)
|
||||
#define ASSERT(cond) ((void)0)
|
||||
#endif
|
||||
|
||||
extern u8 __OSReport_disable;
|
||||
|
||||
Reference in New Issue
Block a user