pmd-red/include/switcher_orb.h
2025-08-28 14:44:57 +02:00

9 lines
199 B
C

#ifndef GUARD_SWITCHER_ORB_H
#define GUARD_SWITCHER_ORB_H
#include "structs/dungeon_entity.h"
void HandleSwitcherOrb(Entity *pokemon, Entity *target, bool8 unused);
#endif // GUARD_SWITCHER_ORB_H