stat_nl.c 365 B

123456789101112
  1. #include <named_list.h>
  2. #include <stat_nl.h>
  3. const NamedList stat_list[] = {
  4. {"Random IV, Zero EV", RANDIV_ZEROEV, 0},
  5. {"Random IV, Max EV / Level", RANDIV_LEVELEV, 0},
  6. {"Random IV, Max EV", RANDIV_MAXEV, 0},
  7. {"Max IV, Zero EV", MAXIV_ZEROEV, 0},
  8. {"Max IV, Max EV / Level", MAXIV_LEVELEV, 0},
  9. {"Max IV, Max EV", MAXIV_MAXEV, 0},
  10. {},
  11. };