pokeheartgold/include/choose_starter.h
2023-08-22 09:11:59 +01:00

9 lines
198 B
C

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