• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Our weekly protagonist poll is now up! Vote for your favorite Conquest protagonist in the poll by clicking here.
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Does anyone have a copy of the EXP all patch for FireRed?

  • 4
    Posts
    9
    Years
    • Seen Jul 9, 2023
    I found the link to download it but it 404's so it looks like the host site removed it.
     
    i have here take it
     

    Attachments

    • Fire_Red_EXP_All.ips
      29 bytes · Views: 1,315
    Use ModEXE,It will do it.The patches are problems as you don't know what it will change.
     
    The Modexe doesn't has exp share system

    Oh,It's in Emerald,But you can change the Full EXP For participating in battle and Exp when catch a Pokemon in Fire Red
     
    how does the exp all work? is it just the regular one, i want to have it a the beginning of the game, not after the 7th badge. also how would i cheat it in?
     
    Thanks a lot man
    But if I want to turn it of how can I?
    Is there an associated flag
     
    I take this ASM Routine from Samu, from Whack a Hack.
    It also fixes the bug with giving exp to Eggs and it works correctly.

    Spoiler:


    Copy this:
    28 68 01 1C 53 31 08 78 07 B4 11 48 11 4A 0E B4 00 F0 1D F8 0E BC 01 28 15 D1 07 BC 78 B4 0E 4E 33 78 0E 4C 64 25 5D 43 64 5D 06 2C 01 D0 01 22 00 E0 00 22 01 33 06 2B 00 D1 00 23 33 80 78 BC 04 B4 07 4A 10 47 07 BC 01 22 02 40 F8 E7 10 47 91 02 00 00 D1 E6 06 08 DA 75 02 03 97 42 02 02 D1 1C 02 08

    And use "Ctrl+B" on HxD to paste it in some free space.
    Then:
    - Go to 0x021C3A and overwrite with "02 21".
    - Go to 0x021D70 and write "01 20".
    - Go to 0x021CC6 and write the following > "C0 46 00 4A 10 47 [XX+1 XX XX 08] 04 BC"
    - [XX+1 XX XX 08] is the reverse pointer +1. In my case, I use 800000. It will be "01 00 80 08".

    The Flag I choose to activate it's 291, which is automatically turned on after obtaining the Starter.
    I guess you don't want to disable it, but you can do so by creating a clearflag event in AdvanceMap.

    If you want to modify the code yourself, here it is in ASM routine.

    Spoiler:
     
    Back
    Top