summaryrefslogtreecommitdiff
path: root/include/status_checks.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/status_checks.h')
-rw-r--r--include/status_checks.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/status_checks.h b/include/status_checks.h
index e899f74..086711d 100644
--- a/include/status_checks.h
+++ b/include/status_checks.h
@@ -3,7 +3,7 @@
#include "dungeon_entity.h"
-// 0x70A58
-bool8 HasNegativeStatus(struct DungeonEntity *pokemon);
+// 0x7001C
+bool8 HasStatusAffectingActions(struct DungeonEntity *pokemon);
#endif