mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-18 09:24:19 +01:00
Remove superfluous define of LEVEL_UP_END
LEVEL_UP_END is already defined in constants/pokemon.h
This commit is contained in:
parent
e11fd352fa
commit
232acab1a2
@ -1,5 +1,4 @@
|
|||||||
#define LEVEL_UP_MOVE(lvl, moveLearned) {.move = moveLearned, .level = lvl}
|
#define LEVEL_UP_MOVE(lvl, moveLearned) {.move = moveLearned, .level = lvl}
|
||||||
#define LEVEL_UP_END (0xffff)
|
|
||||||
|
|
||||||
static const struct LevelUpMove sBulbasaurLevelUpLearnset[] = {
|
static const struct LevelUpMove sBulbasaurLevelUpLearnset[] = {
|
||||||
LEVEL_UP_MOVE( 1, MOVE_TACKLE),
|
LEVEL_UP_MOVE( 1, MOVE_TACKLE),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user