Decomped CopyTacticString

Decomped by @slaw-22
This commit is contained in:
AnonymousRandomPerson
2026-03-16 22:42:46 -04:00
parent 788c8f088c
commit c1904f33bb
8 changed files with 20303 additions and 20287 deletions

10
include/main_0205A430.h Normal file
View File

@@ -0,0 +1,10 @@
#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