#ifndef POKEMON_STATS_H #define POKEMON_STATS_H #pragma once extern const char* stats_text[6]; void select_stats_scene_on_enter(void* context); #endif // POKEMON_STATS_H