almost there, troubles

This commit is contained in:
DizzyEggg
2017-09-12 00:01:12 +02:00
parent 738e776630
commit 4242ede445
16 changed files with 246 additions and 834 deletions
+10 -2
View File
@@ -1,4 +1,8 @@
enum {
#ifndef GUARD_SPECIES_H
#define GUARD_SPECIES_H
enum
{
SPECIES_NONE, // 0x000
SPECIES_BULBASAUR, // 0x001
SPECIES_IVYSAUR, // 0x002
@@ -442,4 +446,8 @@ enum {
SPECIES_UNOWN_Z,
SPECIES_UNOWN_EMARK,
SPECIES_UNOWN_QMARK,
};
};
#define NUM_SPECIES SPECIES_EGG
#endif // GUARD_SPECIES_H