diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-29 14:31:37 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-29 14:31:37 -0400 |
commit | 4b9835fbdf223072589325f4273275c55072d72c (patch) | |
tree | 73ac0abae00d7b09902536eaee635e905a6b3aa6 /include/rom_8077ABC.h | |
parent | 4052af2e024fa1cd5a821b3818b9aacd3c6605ce (diff) |
Merge transform status struct into gBattleSpriteInfo
Diffstat (limited to 'include/rom_8077ABC.h')
-rw-r--r-- | include/rom_8077ABC.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rom_8077ABC.h b/include/rom_8077ABC.h index e17d836de..851098bd6 100644 --- a/include/rom_8077ABC.h +++ b/include/rom_8077ABC.h @@ -12,7 +12,7 @@ struct Struct_sub_8078914 { struct TransformStatus { - u16 unknown; + u8 unk0; u16 species; }; |