Update tutor_learnsets.h

This commit is contained in:
LOuroboros 2022-05-10 12:39:36 -03:00 committed by GitHub
parent ab97405097
commit 5b1c31bbc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,12 +37,7 @@ const u16 gTutorMoves[] =
static const u32 sTutorLearnsets[] = static const u32 sTutorLearnsets[] =
{ {
[SPECIES_NONE] = TUTOR_LEARNSET(TUTOR(MOVE_DOUBLE_EDGE) [SPECIES_NONE] = (0),
| TUTOR(MOVE_MEGA_KICK)
| TUTOR(MOVE_MEGA_PUNCH)
| TUTOR(MOVE_SEISMIC_TOSS)
| TUTOR(MOVE_SWORDS_DANCE)
| TUTOR(MOVE_THUNDER_WAVE)),
[SPECIES_BULBASAUR] = TUTOR_LEARNSET(TUTOR(MOVE_BODY_SLAM) [SPECIES_BULBASAUR] = TUTOR_LEARNSET(TUTOR(MOVE_BODY_SLAM)
| TUTOR(MOVE_DEFENSE_CURL) | TUTOR(MOVE_DEFENSE_CURL)