#ifndef GUARD_POUNCE_ORB_H #define GUARD_POUNCE_ORB_H #include "structs/dungeon_entity.h" void HandlePounceOrb(Entity *pokemon, Entity *target, u8 r2); #endif // GUARD_POUNCE_ORB_H