pokemon_stats.h 139 B

12345678
  1. #ifndef POKEMON_STATS_H
  2. #define POKEMON_STATS_H
  3. #pragma once
  4. void select_stats_scene_on_enter(void* context);
  5. #endif // POKEMON_STATS_H