start working on walda phrase

This commit is contained in:
DizzyEggg
2017-10-20 18:52:01 +02:00
parent ae5aa3c4df
commit cda5c5f925
10 changed files with 246 additions and 431 deletions
+11 -1
View File
@@ -500,6 +500,16 @@ typedef union // TODO
u8 id;
} LilycoveLady;
struct WaldaPhrase
{
u16 field_0;
u16 field_2;
u8 text[16];
u8 iconId;
u8 patternId;
bool8 patternUnlocked;
};
struct SaveBlock1
{
/*0x00*/ struct Coords16 pos;
@@ -586,7 +596,7 @@ struct SaveBlock1
/*0x3B24*/ u8 seen2[52];
/*0x3B58*/ LilycoveLady lilycoveLady;
/*0x3B88*/ u8 filler_3B88[0x1E8];
/*0x3D70*/ u8 babyPhrase[24]; // TODO: convert to a struct
/*0x3D70*/ struct WaldaPhrase waldaPhrase;
// sizeof: 0x3D88
};