Skip to content

Commit

Permalink
Merge pull request #864 from citrusbolt/blockboxrs
Browse files Browse the repository at this point in the history
[LEAK-INFORMED] Add `blockBoxRS` field to `struct BoxPokemon`
  • Loading branch information
GriffinRichards authored Sep 12, 2023
2 parents 4e92005 + c6d75c0 commit 9e017b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/pokemon.h
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ struct BoxPokemon
/*0x13*/ u8 isBadEgg:1;
u8 hasSpecies:1;
u8 isEgg:1;
u8 blockBoxRS:1; // Unused, but Pokémon Box Ruby & Sapphire will refuse to deposit a Pokémon with this flag set
/*0x14*/ u8 otName[OT_NAME_LENGTH];
/*0x1B*/ u8 markings;
/*0x1C*/ u16 checksum;
Expand Down

0 comments on commit 9e017b2

Please sign in to comment.