Implement & link ac_turi

This commit is contained in:
Cuyler36
2024-11-03 01:01:55 -05:00
parent 28c32e2fb8
commit 893b46479e
11 changed files with 437 additions and 4 deletions
+1
View File
@@ -10,6 +10,7 @@ extern "C" {
#endif
#define mString_MAX_STR 0x7FF
#define mString_DEFAULT_STR_SIZE 16
extern void mString_aram_init();
extern void mString_Load_StringFromRom(u8* dst, int dst_len, int str_no);