summaryrefslogtreecommitdiff
path: root/constants/misc_constants.asm
diff options
context:
space:
mode:
authorxCrystal <rgr.crystal@gmail.com>2015-07-24 10:49:33 +0200
committerxCrystal <rgr.crystal@gmail.com>2015-07-24 10:49:33 +0200
commitbbb86671eaac735fe6ef57da01ef79fd16953238 (patch)
tree1a4d51999c926bd705b151b7953a4fc77092d843 /constants/misc_constants.asm
parentc34156c5fb333864c1ae85036ea587c9f615a65a (diff)
Use more wram labels and other constants
Diffstat (limited to 'constants/misc_constants.asm')
-rw-r--r--constants/misc_constants.asm10
1 files changed, 7 insertions, 3 deletions
diff --git a/constants/misc_constants.asm b/constants/misc_constants.asm
index 68090c78..ad2e8dea 100644
--- a/constants/misc_constants.asm
+++ b/constants/misc_constants.asm
@@ -1,13 +1,17 @@
MAX_LEVEL EQU 100
-NUM_MOVES EQU 4
+
+NUM_MOVES EQU 4
+NUM_STATS EQU 5
+NUM_STAT_MODS EQU 8
+NUM_DVS EQU 2
PARTY_LENGTH EQU 6
MONS_PER_BOX EQU 20
NUM_BOXES EQU 12
-HOF_MON EQU $10
-HOF_TEAM EQU PARTY_LENGTH * HOF_MON
+HOF_MON EQU $10
+HOF_TEAM EQU PARTY_LENGTH * HOF_MON
HOF_TEAM_CAPACITY EQU 50
A_BUTTON EQU %00000001