mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Add blockBoxRS
field to struct BoxPokemon
This commit is contained in:
parent
4439253f39
commit
d31b168522
@ -202,7 +202,8 @@ struct BoxPokemon
|
|||||||
u8 isBadEgg:1;
|
u8 isBadEgg:1;
|
||||||
u8 hasSpecies:1;
|
u8 hasSpecies:1;
|
||||||
u8 isEgg:1;
|
u8 isEgg:1;
|
||||||
u8 unused:5;
|
u8 blockBoxRS:1; // Unused, but Pokémon Box Ruby & Sapphire will refuse to deposit a Pokémon with this flag set
|
||||||
|
u8 unused:4;
|
||||||
u8 otName[PLAYER_NAME_LENGTH];
|
u8 otName[PLAYER_NAME_LENGTH];
|
||||||
u8 markings;
|
u8 markings;
|
||||||
u16 checksum;
|
u16 checksum;
|
||||||
|
Loading…
Reference in New Issue
Block a user