diff options
author | red031000 <rubenru09@aol.com> | 2020-08-30 23:45:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-30 23:45:35 +0100 |
commit | 656e4a2fee9ff86d678d6a7477611bfaca5171d4 (patch) | |
tree | b3060e2576d1572c1a8aeb63f300f43ba0d13131 /include/pokemon.h | |
parent | 62e3afdea1f62da948dd9d3926f712dbbe7af039 (diff) | |
parent | 73aecdbbbff398c27734f8ed793bb495a5391a4b (diff) |
Merge pull request #273 from PikalaxALT/pikalax_work
Decompile mail
Diffstat (limited to 'include/pokemon.h')
-rw-r--r-- | include/pokemon.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/pokemon.h b/include/pokemon.h index 196343de..097df9e0 100644 --- a/include/pokemon.h +++ b/include/pokemon.h @@ -6,7 +6,7 @@ // Enums #include "constants/species.h" -#include "seals.h" +#include "mail.h" #include "constants/pokemon.h" #include "string16.h" #include "player_data.h" @@ -142,7 +142,7 @@ struct PartyPokemon /* 0x096 */ u16 speed; /* 0x098 */ u16 spatk; /* 0x09A */ u16 spdef; - /* 0x09C */ struct SealStruct seal_something; // a struct? + /* 0x09C */ struct Mail seal_something; // a struct? /* 0x0D4 */ u8 sealCoords[0x18]; // u8 pairs? }; |