sub_8121A1C
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#ifndef GUARD_INTERNATIONAL_STRING_UTIL_H
|
||||
#define GUARD_INTERNATIONAL_STRING_UTIL_H
|
||||
|
||||
// Exported type declarations
|
||||
|
||||
// Exported RAM declarations
|
||||
|
||||
// Exported ROM declarations
|
||||
void sub_81DB52C(const u8 *src);
|
||||
|
||||
#endif //GUARD_INTERNATIONAL_STRING_UTIL_H
|
||||
@@ -0,0 +1,12 @@
|
||||
#ifndef GUARD_STRINGS_H
|
||||
#define GUARD_STRINGS_H
|
||||
|
||||
// Exported type declarations
|
||||
|
||||
// Exported RAM declarations
|
||||
|
||||
// Exported ROM declarations
|
||||
|
||||
extern const u8 gText_FromSpace[];
|
||||
|
||||
#endif //GUARD_STRINGS_H
|
||||
Reference in New Issue
Block a user