From eaa141c612dd1689936a21bd57018a55ff686b69 Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Sun, 23 May 2021 16:19:35 -0500 Subject: Keep on keepin on (#38) * end of may dump of work * move save text to src * decomp a little more --- include/constants/species.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/constants') diff --git a/include/constants/species.h b/include/constants/species.h index 1822200..36d3501 100644 --- a/include/constants/species.h +++ b/include/constants/species.h @@ -1,6 +1,8 @@ #ifndef GUARD_CONSTANTS_SPECIES_H #define GUARD_CONSTANTS_SPECIES_H +#define NUM_SPECIES 413 + #define SPECIES_NONE 0 #define SPECIES_BULBASAUR 1 #define SPECIES_IVYSAUR 2 -- cgit v1.2.3