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
commit d73efc45e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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),