pokeheartgold/include/choose_starter.h
2024-08-30 17:46:38 -04:00

9 lines
199 B
C

#ifndef POKEHEARTGOLD_CHOOSE_STARTER_H
#define POKEHEARTGOLD_CHOOSE_STARTER_H
#include "script.h"
void LaunchStarterChoiceScene(FieldSystem *fieldSystem);
#endif // POKEHEARTGOLD_CHOOSE_STARTER_H