diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-03-11 15:11:53 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-11 15:11:53 -0500 |
commit | 1c03a923b7282645fc528d8b2d9ad82c0a8f23ae (patch) | |
tree | a87d4011197b316fe9246e71aa7a7c154e68ca00 /include | |
parent | 651b59d63162152626203e8a86d3bb0f003f7daa (diff) | |
parent | a7233dcd0cfd77c06a7ccc8d2da4448e08108c90 (diff) |
Merge pull request #399 from Deokishisu/patch-1000
Fix Typos / Use Box Constants / Name an Unknown
Diffstat (limited to 'include')
-rw-r--r-- | include/global.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h index 1942b23c3..dbe913595 100644 --- a/include/global.h +++ b/include/global.h @@ -736,7 +736,7 @@ struct ExternalEventData struct ExternalEventFlags { u8 usedBoxRS:1; // Set by Pokémon Box: Ruby & Sapphire; denotes whether this save has connected to it and triggered the free False Swipe Swablu Egg giveaway. - u8 boxRSEggsUnlocked:2; // Set by Pokémon Box: Ruby & Sapphire; denotes the number of Eggs unlocked from deposits; 1 for ExtremeSpeed Zigzagoon (at 100 deposited), 2 for Pay Day Skitty (at 500 deposited), 3 for Surf Pichu (at 1500 deposited) + u8 boxRSEggsUnlocked:2; // Set by Pokémon Box: Ruby & Sapphire; denotes the number of Eggs unlocked from deposits; 1 for ExtremeSpeed Zigzagoon (at 100 deposited), 2 for Pay Day Skitty (at 500 deposited), 3 for Surf Pichu (at 1499 deposited) u8 padding:5; u8 unknownFlag1; u8 receivedGCNJirachi; // Both the US Colosseum Bonus Disc and PAL/AUS Pokémon Channel use this field. One cannot receive a WISHMKR Jirachi and CHANNEL Jirachi with the same savefile. |