From 26a7012be18beee7bea538c48452efac595eac15 Mon Sep 17 00:00:00 2001 From: AnonymousRandomPerson Date: Mon, 7 Mar 2022 23:31:09 -0500 Subject: Removed function address comments in favor of .map file --- include/status_checks_1.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/status_checks_1.h') diff --git a/include/status_checks_1.h b/include/status_checks_1.h index a90bdb0..306937b 100644 --- a/include/status_checks_1.h +++ b/include/status_checks_1.h @@ -3,11 +3,8 @@ #include "dungeon_entity.h" -// 0x70A58 bool8 HasNegativeStatus(struct DungeonEntity *pokemon); -// 0x70B28 bool8 IsSleeping(struct DungeonEntity *pokemon); -// 0x70B48 bool8 HasQuarterHPOrLess(struct DungeonEntity* pokemon); #endif -- cgit v1.2.3