mirror of
https://github.com/pret/pmd-sky.git
synced 2026-08-05 02:37:05 -05:00
8 lines
158 B
C
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];
|
|
}
|