diff options
| author | dannye <corrnondacqb@yahoo.com> | 2015-07-26 23:23:05 -0500 |
|---|---|---|
| committer | dannye <corrnondacqb@yahoo.com> | 2015-07-26 23:23:05 -0500 |
| commit | d7c5c8cf22c857830aae4da285c91e5e58c2cc02 (patch) | |
| tree | e68f0dda79eda3f9bfe8aa69297cd58cc077e14a /constants/misc_constants.asm | |
| parent | yet more naming (diff) | |
| parent | Use more wram labels and other constants (diff) | |
| download | pokeyellow-d7c5c8cf22c857830aae4da285c91e5e58c2cc02.tar.gz pokeyellow-d7c5c8cf22c857830aae4da285c91e5e58c2cc02.tar.xz pokeyellow-d7c5c8cf22c857830aae4da285c91e5e58c2cc02.zip | |
Merge branch 'master' of https://github.com/xCrystal/pokered
Diffstat (limited to 'constants/misc_constants.asm')
| -rw-r--r-- | constants/misc_constants.asm | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/constants/misc_constants.asm b/constants/misc_constants.asm index 4f2eb275..b5d889d4 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 |
