diff options
author | Marijn van der Werf <marijn.vanderwerf@gmail.com> | 2017-05-08 22:37:45 +0200 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-05-08 14:19:49 -0700 |
commit | f6e3598f5efbda472c6605c94b5597d1196ea619 (patch) | |
tree | f1d812acfac3534c42685d88016d5f3eb6e5d85a /include/asm.h | |
parent | 64412ee4c45a53712dd94410966ec68771b83fdd (diff) |
Decompile ShowPokedexCryScreen
Diffstat (limited to 'include/asm.h')
-rw-r--r-- | include/asm.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/asm.h b/include/asm.h index fe1b3139f..e72683e45 100644 --- a/include/asm.h +++ b/include/asm.h @@ -45,6 +45,15 @@ struct UnknownStruct_FPA u16 unk14; }; +struct CryRelatedStruct +{ + u16 unk0; + u8 unk2; + u8 paletteNo; + u8 xPos; + u8 yPos; +}; + #include "asm.inc.h" #endif //PROJECT_ASM_H |