Documentation ¶
Index ¶
- Variables
- func GetNthIndex(str string, index uint, query byte) int
- func ParseAiFlags(filepath string) []string
- func ParseItems(filepath string) []string
- func ParseMoves(filepath string) []string
- func ParsePokemonAbilities(filepath string) []string
- func ParsePokemonPics(speciesNamesFilePath, speciesSpritesFilePath string) map[string]string
- func ParsePokemonSpeciesInfo(fileContents string) []*data_objects.PokemonSpeciesInfo
- func ParseTrainerEncounterMusic(input string) []string
- func ParseTrainerParties(filepath string) []*data_objects.TrainerParty
- func ParseTrainerPics(gTrainerFrontPicPath, trainerSpritePath string) map[string]string
- func ParseTrainers(filepath string) []*data_objects.Trainer
Constants ¶
This section is empty.
Variables ¶
View Source
var SpeciesFileContents string
Functions ¶
func ParseAiFlags ¶
func ParseItems ¶
func ParseMoves ¶
func ParsePokemonAbilities ¶
func ParsePokemonPics ¶
func ParsePokemonSpeciesInfo ¶ added in v1.1.1
func ParsePokemonSpeciesInfo(fileContents string) []*data_objects.PokemonSpeciesInfo
func ParseTrainerParties ¶
func ParseTrainerParties(filepath string) []*data_objects.TrainerParty
func ParseTrainerPics ¶
func ParseTrainers ¶
func ParseTrainers(filepath string) []*data_objects.Trainer
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.