Merge pull request #1921 from citrusbolt/blockboxrs

[LEAK-INFORMED] Add `blockBoxRS` field to `struct BoxPokemon`
This commit is contained in:
GriffinR 2023-09-12 18:48:05 -04:00 committed by GitHub
commit de3493ff0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -202,7 +202,8 @@ struct BoxPokemon
u8 isBadEgg:1;
u8 hasSpecies: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 markings;
u16 checksum;