From 33d2d6175067e75cd222b8f05234221ec2d2b82b Mon Sep 17 00:00:00 2001 From: AnonymousRandomPerson Date: Mon, 21 Feb 2022 15:40:12 -0500 Subject: Decomped CanLayTrap() --- src/status_checker.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/status_checker.c') diff --git a/src/status_checker.c b/src/status_checker.c index 667f0cb..07d6c7f 100644 --- a/src/status_checker.c +++ b/src/status_checker.c @@ -14,6 +14,7 @@ #include "number_util.h" #include "status_checks_1.h" #include "tile_types.h" +#include "trap.h" #include "weather.h" // Array indices correspond to the current dungeon tileset. @@ -96,8 +97,6 @@ const u8 gDungeonCamouflageTypes[76] = { TYPE_ROCK }; -extern bool8 CanLayTrap(struct Position*); - bool8 CanUseOnSelfWithStatusChecker(struct DungeonEntity *pokemon, struct PokemonMove *move) { struct DungeonEntityData *pokemonData = pokemon->entityData; -- cgit v1.2.3