diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-11-22 12:14:58 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-22 12:14:58 -0600 |
commit | fd8720b75c56ef3f641e6c5abf6c446929c824b9 (patch) | |
tree | 7b65558bd366be680c577e6a0aea7787db24dd3f /include/mailbox.h | |
parent | 938a88551f6ddefb7f696b738696c8ce2d8e0e36 (diff) |
Label all entities in Boss Fight Cutscenes (#78)
* label all entities in cutscenes
* remove commented func.. wasn't matching anyway
* Skarmony -> Skarmory
Diffstat (limited to 'include/mailbox.h')
-rw-r--r-- | include/mailbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mailbox.h b/include/mailbox.h index 1cdfa8e..579aec4 100644 --- a/include/mailbox.h +++ b/include/mailbox.h @@ -9,7 +9,7 @@ struct unkStruct_203B304 { // size: 0xB6 << 1 u32 state; - u32 unk4; + u32 fallbackState; u8 unk8; u8 mailIndex; u8 fillA[0xC - 0xA]; |