Skip to content

Commit

Permalink
And now I raised it to Lv200 because why not
Browse files Browse the repository at this point in the history
Thanks to Marcavis who provided the exp. growth tables' formulas.
  • Loading branch information
LOuroboros committed Aug 6, 2022
1 parent 118ad65 commit 64d1cd2
Show file tree
Hide file tree
Showing 3 changed files with 405 additions and 4 deletions.
2 changes: 1 addition & 1 deletion include/constants/pokemon.h
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
#define MAX_GIFT_RIBBON 64

#define MIN_LEVEL 1
#define MAX_LEVEL 150
#define MAX_LEVEL 200

#define OT_ID_PLAYER_ID 0
#define OT_ID_PRESET 1
Expand Down
2 changes: 1 addition & 1 deletion include/pokemon.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ struct __attribute__((__packed__)) BoxPokemon

// Word 6: Species + Experience points (used to derive level)
u32 species:11;
u32 experience:23;
u32 experience:24;

// Words 7 & 8: moves, language, gender, friendship, Pokérus, ppBonuses
u32 move1:10;
Expand Down

0 comments on commit 64d1cd2

Please sign in to comment.