From 5b1c31bbc90e312d1c73b7bdf364de1d9b815ee9 Mon Sep 17 00:00:00 2001 From: LOuroboros Date: Tue, 10 May 2022 12:39:36 -0300 Subject: [PATCH] Update tutor_learnsets.h --- src/data/pokemon/tutor_learnsets.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/data/pokemon/tutor_learnsets.h b/src/data/pokemon/tutor_learnsets.h index 0e63c8d58..f6ad5b26e 100644 --- a/src/data/pokemon/tutor_learnsets.h +++ b/src/data/pokemon/tutor_learnsets.h @@ -37,12 +37,7 @@ const u16 gTutorMoves[] = static const u32 sTutorLearnsets[] = { - [SPECIES_NONE] = TUTOR_LEARNSET(TUTOR(MOVE_DOUBLE_EDGE) - | TUTOR(MOVE_MEGA_KICK) - | TUTOR(MOVE_MEGA_PUNCH) - | TUTOR(MOVE_SEISMIC_TOSS) - | TUTOR(MOVE_SWORDS_DANCE) - | TUTOR(MOVE_THUNDER_WAVE)), + [SPECIES_NONE] = (0), [SPECIES_BULBASAUR] = TUTOR_LEARNSET(TUTOR(MOVE_BODY_SLAM) | TUTOR(MOVE_DEFENSE_CURL)