summaryrefslogtreecommitdiff
path: root/constants
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2015-03-12 21:29:17 -0700
committerMarcus Huderle <huderlem@gmail.com>2015-03-12 21:29:17 -0700
commit19d5947a1d3eb7b6cac12109c8f3902fd6affbd7 (patch)
tree8ccd8693ad32618b3b71ca74544c70e9c90e66ba /constants
parent73604bbbae4bc58d02a4b55d247b9f42f6363365 (diff)
Document routine that counts number of seen/owned pokemon.
Diffstat (limited to 'constants')
-rwxr-xr-xconstants/pokemon_constants.asm2
1 files changed, 2 insertions, 0 deletions
diff --git a/constants/pokemon_constants.asm b/constants/pokemon_constants.asm
index 89da238..10c58d6 100755
--- a/constants/pokemon_constants.asm
+++ b/constants/pokemon_constants.asm
@@ -151,3 +151,5 @@ const_value = 1
const DRAGONITE ; $95
const MEWTWO ; $96
const MEW ; $97
+
+NUM_POKEMON EQU 151