summaryrefslogtreecommitdiff
path: root/src/constants
diff options
context:
space:
mode:
Diffstat (limited to 'src/constants')
-rw-r--r--src/constants/script_constants.asm3
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