sub_8121A1C

This commit is contained in:
PikalaxALT
2017-10-13 08:47:26 -04:00
parent 3c4478b370
commit 74c59af856
4 changed files with 63 additions and 132 deletions

12
include/strings.h Normal file
View File

@@ -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