diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-17 11:09:02 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-17 11:09:02 -0500 |
commit | 9b3c45b14d40d084b6301129d25376ee115b25ad (patch) | |
tree | 70b6dc198e201c9df6dc266c9676ebb55a8153c4 /constants/misc_constants.asm | |
parent | cd3fb2ca724475df55f2a2f908761d100bcf2a4b (diff) |
Resolve some "???" comments
Diffstat (limited to 'constants/misc_constants.asm')
-rw-r--r-- | constants/misc_constants.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/constants/misc_constants.asm b/constants/misc_constants.asm index 92e66f06b..7ed9587b4 100644 --- a/constants/misc_constants.asm +++ b/constants/misc_constants.asm @@ -13,9 +13,11 @@ FEMALE EQU 1 const CHECK_FLAG ; G/S version ID: 0 = Gold, 1 = Silver (used by checkver) +; Mystery Gift uses incremented values 1 and 2 GS_VERSION EQU 0 ; Pokémon Pikachu 2, a step counter / virtual pet device (used by Mystery Gift) POKEMON_PIKACHU_2_VERSION EQU 3 +RESERVED_GAME_VERSION EQU 4 ; save file corruption check values SAVE_CHECK_VALUE_1 EQU 99 |