| 123456789101112131415161718 |
- #ifndef POKE_INDICES_H
- #define POKE_INDICES_H
-
- #define POKE_PIKACHU 0x19
- #define POKE_CUBONE 0x68
- #define POKE_MAROWAK 0x69
- #define POKE_FARFETCHD 0x53
- #define POKE_CHANSEY 0x71
- #define POKE_DITTO 132
- #define POKE_CLAMPERL 0x175
- #define POKE_LATIAS 0x197
- #define POKE_LATIOS 0x198
- #define POKE_CHERRIM 0x200
- #define POKE_DIALGA 0x218
- #define POKE_PALKIA 0x219
- #define POKE_GIRATINA 0x21C || 0x21C //for that another form
-
- #endif /* POKE_INDICES_H */
|