mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-21 17:55:13 -05:00
11 lines
334 B
Plaintext
11 lines
334 B
Plaintext
#ifndef POKEPLATINUM_GENERATED_SPECIES_LEARNSETS_BY_TUTOR_H
|
|
#define POKEPLATINUM_GENERATED_SPECIES_LEARNSETS_BY_TUTOR_H
|
|
|
|
#include "tutor_movesets.h"
|
|
|
|
static const MovesetMask sSpeciesLearnsetsByTutor[MOVESET_MAX] = {
|
|
/* =========== MAGIC CONTENT MARKER =========== */
|
|
};
|
|
|
|
#endif // POKEPLATINUM_GENERATED_SPECIES_LEARNSETS_BY_TUTOR_H
|