Resolve compile warnings in modern

This commit is contained in:
PikalaxALT
2020-04-05 13:07:40 -04:00
parent 585a1170c9
commit f15a705021
7 changed files with 9 additions and 7 deletions
+1
View File
@@ -4,6 +4,7 @@
#include "task.h"
#include "trig.h"
#undef abs
#define abs(x) ((x) < 0 ? -(x) : (x))
static void AnimTask_ShakeMonStep(u8 taskId);