summaryrefslogtreecommitdiff
path: root/constants/misc_constants.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-06-14 14:24:35 -0700
committeryenatch <yenatch@gmail.com>2014-06-14 14:24:35 -0700
commit81bbab85ac7d7f4c2efe794a4b3cc1e51c0b2689 (patch)
tree6fe00a8968a096b3147b53c8bdb5213d6c58e2e0 /constants/misc_constants.asm
parent53ae0e93fad9f4c3eaef92f102b1eeb531e59d68 (diff)
Hall of Fame sram labels and related constants.
Diffstat (limited to 'constants/misc_constants.asm')
-rw-r--r--constants/misc_constants.asm6
1 files changed, 6 insertions, 0 deletions
diff --git a/constants/misc_constants.asm b/constants/misc_constants.asm
index 9621b843..29f15035 100644
--- a/constants/misc_constants.asm
+++ b/constants/misc_constants.asm
@@ -10,5 +10,11 @@ D_DOWN EQU %10000000
MAX_LEVEL EQU 100
NUM_MOVES EQU 4
+PARTY_LENGTH EQU 6
+
MONS_PER_BOX EQU 20
NUM_BOXES EQU 12
+
+HOF_MON EQU $10
+HOF_TEAM EQU PARTY_LENGTH * HOF_MON
+NUM_HOF_TEAMS EQU 50