pmd-sky/src/main_02058C3C.c
2025-10-24 00:04:32 -04:00

8 lines
158 B
C

#include "main_02058C3C.h"
#include "tactics_data.h"
bool8 DoesTacticFollowLeader(enum tactic_id tactic_id)
{
return TACTICS_FOLLOW_LEADER[tactic_id];
}