diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2021-11-11 17:22:41 +0000 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2021-11-11 17:22:41 +0000 |
commit | ab4b96c051bb339476d8d0f383859cf8f726bce6 (patch) | |
tree | bbf70da79fe11d7b022041f4b71fa790179fac9e /src/constants/script_constants.asm | |
parent | 15e986d374fdd11ed0f412fbdc9b858d4c4b9f50 (diff) |
Document and label bank04
Diffstat (limited to 'src/constants/script_constants.asm')
-rw-r--r-- | src/constants/script_constants.asm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/constants/script_constants.asm b/src/constants/script_constants.asm index 3a44694..3372266 100644 --- a/src/constants/script_constants.asm +++ b/src/constants/script_constants.asm @@ -304,4 +304,5 @@ NUM_MEDALS EQU 8 ; total number of packs that are obtained through the PC NUM_PC_PACKS EQU 15 -PACK_OPENED EQU %10000000 +PACK_UNOPENED_F EQU 7 +PACK_UNOPENED EQU 1 << PACK_UNOPENED_F |