#ifndef GUARD_WARP_TARGET_H #define GUARD_WARP_TARGET_H #include "structs/str_position.h" #include "structs/dungeon_entity.h" void WarpTarget(Entity *pokemon, Entity *target, u32 param_3, DungeonPos *pos); #endif // GUARD_WARP_TARGET_H