mirror of
https://github.com/pret/pmd-sky.git
synced 2026-09-24 19:26:50 -05:00
Decomped CopyTacticString
Decomped by @slaw-22
This commit is contained in:
10
include/main_0205A430.h
Normal file
10
include/main_0205A430.h
Normal 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
|
||||
Reference in New Issue
Block a user