mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-03-14 01:32:23 +01:00
Merge pull request #2129 from LOuroboros/patch-1
Update tutor_learnsets.h
This commit is contained in:
commit
9c8191fb74
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user