pmd-sky/include/main_0205A430.h
AnonymousRandomPerson c1904f33bb Decomped CopyTacticString
Decomped by @slaw-22
2026-03-16 22:42:46 -04:00

11 lines
321 B
C

#ifndef PMDSKY_MAIN_0205A430_H
#define PMDSKY_MAIN_0205A430_H
#include "enums.h"
// Gets the string corresponding to a given string ID and copies it to the specified buffer.
// This function won't write more than 64 bytes.
void CopyTacticString(char* buffer, enum tactic_id tactic_id);
#endif //PMDSKY_MAIN_0205A430_H