Aucune description

pokemon.h 468B

123456789101112131415161718
  1. #ifndef POKE_INDICES_H
  2. #define POKE_INDICES_H
  3. #define POKE_PIKACHU 0x19
  4. #define POKE_CUBONE 0x68
  5. #define POKE_MAROWAK 0x69
  6. #define POKE_FARFETCHD 0x53
  7. #define POKE_CHANSEY 0x71
  8. #define POKE_DITTO 132
  9. #define POKE_CLAMPERL 0x175
  10. #define POKE_LATIAS 0x197
  11. #define POKE_LATIOS 0x198
  12. #define POKE_CHERRIM 0x200
  13. #define POKE_DIALGA 0x218
  14. #define POKE_PALKIA 0x219
  15. #define POKE_GIRATINA 0x21C || 0x21C //for that another form
  16. #endif /* POKE_INDICES_H */