Skip to content

Commit

Permalink
Fixes move relearner limitation
Browse files Browse the repository at this point in the history
Fixes #5633
  • Loading branch information
AlexOn1ine authored Nov 2, 2024
1 parent 45d063d commit efdfb2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/constants/pokemon.h
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
#define LEVEL_UP_MOVE_LV 0xFE00
#define LEVEL_UP_MOVE_END 0xFFFF

#define MAX_LEVEL_UP_MOVES 20
#define MAX_LEVEL_UP_MOVES 60

#define MON_MALE 0x00
#define MON_FEMALE 0xFE
Expand Down

0 comments on commit efdfb2f

Please sign in to comment.