sub_8143910

This commit is contained in:
PikalaxALT
2018-11-29 11:35:31 -05:00
parent 2943997dcb
commit 7460069110
7 changed files with 307 additions and 505 deletions
+12
View File
@@ -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;