summaryrefslogtreecommitdiff
path: root/constants
diff options
context:
space:
mode:
authorRemy Oukaour <remy.oukaour@gmail.com>2017-12-09 19:41:03 -0500
committerRemy Oukaour <remy.oukaour@gmail.com>2017-12-09 22:00:36 -0500
commitcd2a7481283beec7ba37451deeb841ebc37073ba (patch)
tree00026b5962503f36101d5f73fa62d2f532b4bcc7 /constants
parent880fb511e19eb6aa413af1519731074c7ec8d852 (diff)
More WRAM cleanup
Diffstat (limited to 'constants')
-rw-r--r--constants/pokemon_constants.asm3
1 files changed, 3 insertions, 0 deletions
diff --git a/constants/pokemon_constants.asm b/constants/pokemon_constants.asm
index eb8938d21..fb713507f 100644
--- a/constants/pokemon_constants.asm
+++ b/constants/pokemon_constants.asm
@@ -342,3 +342,6 @@ NUM_MONMENU_ITEMS EQU 8
; maximum number of party pokemon
PARTY_LENGTH EQU 6
+
+; number of Unown forms
+NUM_UNOWN EQU 26