diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-17 10:56:28 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-17 10:56:28 -0500 |
commit | dd73b278b585266922424e09cd99faeeba02a2f4 (patch) | |
tree | dfe10f0e37b9de9a90453405db90921ecfc03a48 /constants/misc_constants.asm | |
parent | 10bda1f6b2b57d44525b0b32e92fe09c8a2d10d9 (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 3847cf89..db60113a 100644 --- a/constants/misc_constants.asm +++ b/constants/misc_constants.asm @@ -13,6 +13,7 @@ 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 IF DEF(_GOLD) GS_VERSION EQU 0 ELIF DEF(_SILVER) @@ -20,6 +21,7 @@ GS_VERSION EQU 1 ENDC ; 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 |