diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2017-10-20 14:01:40 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-20 14:01:40 -0500 |
commit | afd42c8e145c77fbf07799a54aec405766eed45c (patch) | |
tree | cb7c42df376be690f6777ec9a843472f20d0efeb /include/global.h | |
parent | d2cf86bff9792db39ca4f1288dc083ca8018a62e (diff) | |
parent | 31e0b468c7f859e72e758f3f0fc1051ab887d9a5 (diff) |
Merge pull request #92 from DizzyEggg/decompile_walda_phrase
decompile walda phrase
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h index 58a0d79dc..d8547d9c3 100644 --- a/include/global.h +++ b/include/global.h @@ -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 }; |