Merge pull request #1462 from AmbientDinosaur/patch-3

Remove superfluous define of LEVEL_UP_END
This commit is contained in:
ghoulslash
2021-05-04 09:33:23 -06:00
committed by GitHub

View File

@@ -1,5 +1,4 @@
#define LEVEL_UP_MOVE(lvl, moveLearned) {.move = moveLearned, .level = lvl}
#define LEVEL_UP_END (0xffff)
static const struct LevelUpMove sBulbasaurLevelUpLearnset[] = {
LEVEL_UP_MOVE( 1, MOVE_TACKLE),