summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-01-31 04:58:08 -0800
committerYamaArashi <shadow962@live.com>2016-01-31 04:58:08 -0800
commitb78957167b742f6947ee4379ee60864e7cdc0d36 (patch)
tree851325fa5616a30bba24306e2744d87871dab144 /include/global.h
parent6f1c90830216227a428e60c12da7c8b7a8f01b46 (diff)
clean up
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/include/global.h b/include/global.h
index 37473afc8..faed7fbcc 100644
--- a/include/global.h
+++ b/include/global.h
@@ -31,4 +31,22 @@ typedef u32 bool32;
#include "gba/syscall.h"
#include "gba/macro.h"
+extern u8 gStringVar1[];
+extern u8 gStringVar2[];
+extern u8 gStringVar3[];
+
+enum
+{
+ MALE,
+ FEMALE
+};
+
+struct SaveBlock2
+{
+ u8 playerName[8];
+ u8 playerGender;
+};
+
+extern struct SaveBlock2 gSaveBlock2;
+
#endif // GUARD_GLOBAL_H