summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2018-11-29 11:35:31 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2018-11-29 11:35:31 -0500
commit746006911096730ea6d5f14bfff5957ef9b5bc2c (patch)
tree89f9486a9bfc41d807a3101a5fc92fb3cd826aee /include/global.h
parent2943997dcbab30619e0410b294dc109fd3e08e83 (diff)
sub_8143910
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/global.h b/include/global.h
index d5bfc5241..899508993 100644
--- a/include/global.h
+++ b/include/global.h
@@ -591,6 +591,18 @@ struct FameCheckerSaveData
#define NUM_EASY_CHAT_EXTRA_PHRASES 33
#define EASY_CHAT_EXTRA_PHRASES_SIZE ((NUM_EASY_CHAT_EXTRA_PHRASES >> 3) + (NUM_EASY_CHAT_EXTRA_PHRASES % 8 ? 1 : 0))
+struct MEventBuffer1
+{
+ u32 crc;
+ u8 data[0x1bc];
+};
+
+struct MEventBuffer2
+{
+ u32 crc;
+ u8 data[0x14c];
+};
+
struct SaveBlock1
{
/*0x0000*/ struct Coords16 pos;