From dd128d78c6da20395edcbe8dab8a224aa6679146 Mon Sep 17 00:00:00 2001 From: Cheng Hann Gan Date: Thu, 28 Oct 2021 12:01:07 -0400 Subject: Decomped more dungeon AI (#67) * Decomped IsMovingClient() * Fixed typos in boss dialogue * Fixed spelling of Pelipper * Decomped CannotUseItems * Decomped ShouldAvoidEnemies() * Decomped HasAbility() * Decomped HasTactic() * Decomped CannotMove * Decomped CannotAct() and IsCharging() --- include/dungeon_util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/dungeon_util.h') diff --git a/include/dungeon_util.h b/include/dungeon_util.h index 5113156..f3059b0 100644 --- a/include/dungeon_util.h +++ b/include/dungeon_util.h @@ -6,4 +6,4 @@ // 0x450E0 bool8 EntityExists(struct DungeonEntity *pokemon); -#endif \ No newline at end of file +#endif -- cgit v1.2.3