pokemon_stats.h 173 B

123456789
  1. #ifndef POKEMON_STATS_H
  2. #define POKEMON_STATS_H
  3. #pragma once
  4. extern const char* stats_text[6];
  5. void select_stats_scene_on_enter(void* context);
  6. #endif // POKEMON_STATS_H