level cap

  1. J

    EXP Level Caps

    Hey all, I started working on a Firered hack and wanted to implement a level cap that scales with the amount of badges the player owns. I looked far and wide for guides on how to achieve that and the most promising I found was this one...
  2. B

    Level Cap Implementation help for GS Chronicles (CFRU-rom) (GBA)

    Hi all. I am looking to implement a level cap system based on the number of gym badges someone has (very similar to Radical Red). Im not very in tune with binary hacking. This is a rom hack that has already been made (GS Chronicles)(GBA). I am not going to re-distribute the rom because its not...
  3. CheerDream

    [Question] What's the highest level a Pokemon can go without breaking the BST or the likes?

    My friends are discussing this manner right now, but for some reason, I feel like something isn't right... In the canon games, a Pokemon can go up to level 100, but I feel like wanting to go higher...
  4. T

    [pokeemerald-expansion] Pokémon keep getting EXP despite level caps. What am I doing wrong?

    I've been working on making a hard level cap system that would give EXP only up to the level cap by modifying the ApplyExperienceMultipliers function in src/battle_script_commands.c: void ApplyExperienceMultipliers(s32 *expAmount, u8 expGetterMonId, u8 faintedBattler) { u8 levelCap =...
  5. H

    Pokemon Essentials V21 Level Caps

    Hi all, I have been looking around on google for a couple days now for a level cap system that will work on Pokémon essentials v21 and I am coming up short so I thought id make an account and post a thread myself so I apologise in advance for any way I do not use this site correctly as I am new...
Back
Top