diff options
author | YamaArashi <shadow962@live.com> | 2016-09-12 01:14:08 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-09-12 01:22:26 -0700 |
commit | 6a79077def3dc5fcd971510c7c4d53516d8458c5 (patch) | |
tree | a42f7e64faceef9497a9c5d5bfc3d51b2d105536 /include/species.h | |
parent | a1f83e332fb38b2787e7dd3d4e9488a7996730d9 (diff) |
decompile more pokemon functions
Diffstat (limited to 'include/species.h')
-rw-r--r-- | include/species.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/species.h b/include/species.h index 1d663c145..5802f782d 100644 --- a/include/species.h +++ b/include/species.h @@ -1,6 +1,7 @@ #ifndef GUARD_SPECIES_H #define GUARD_SPECIES_H +#define SPECIES_NONE 0x000 #define SPECIES_BULBASAUR 0x001 #define SPECIES_IVYSAUR 0x002 #define SPECIES_VENUSAUR 0x003 |