Recent content by PlayerIDE

  1. PlayerIDE

    [Script] How do I make the Elite Four in FR not stupid? (not the AI)

    If you ask for help, and then get upset when someone explains what to do, you're not going be helped again. Link That will work for the Elite 4 since they don't move towards the player, and must be interacted with. It says it doesn't work for trainers with a view radius, however.
  2. PlayerIDE

    Tool: Extended Pokedex (Fire Red)

    Please elaborate. I've only been doing ROM mods for a couple weeks, hard to jump into a modding community this far in. I've heard of an expanded ROM as well as various disassemblies of the ROM image. If I were to make a pokemon mod in 2018, what should I be doing?
  3. PlayerIDE

    [ASM & Hex] HM Items in FireRed

    Special Google Search You can use site:www.websitename.com in Google to only search specific websites. Just for future reference to help you find things in the future. The first two results look like what you want; https://www.pokecommunity.com/threads/359289...
  4. PlayerIDE

    Change all pokemons

    I've never touched Gen 2, but this looks like a tool that can do what you want. Think it out before hand, replace like pokemon with like pokemon or you'll end up with trainers that don't make sense. A 3-Stage Grass type should be swapped for a 3-Stage Grass type. Then replace all the stats and...
  5. PlayerIDE

    Change all pokemons

    No, but a much quicker way would be to copy pokemon data of the original 151, and overwrite the others with it. Instead of removing them from the maps and trainers, replace them with duplicates of the originals.
  6. PlayerIDE

    Tool: Extended Pokedex (Fire Red)

    I've been writing a program to accompany a ROM mod I'm making. Since I'm editing all the base stats, move sets and pokemon types, it'll be unfamiliar to someone who's played a lot of Pokemon before. I had written a spreadsheet out for this, but I'd have to update it for every adjustment...
  7. PlayerIDE

    [Script] Some help with my proposal ROM.

    To name the player; /showpost.php?p=8520099&postcount=135 And optionally to skip the entire intro sequence /showpost.php?p=8521318&postcount=155 Append those to the site name. Can't post links yet.
  8. PlayerIDE

    [ASM & Hex] Make the Elite Four, Gym Leaders, and Rival Set Battles in FireRed

    Based on a reddit post; "In FireRed, starting at 0x1D8727, change 5 bytes to 28 92 87 1D 08. This modifies the battle script to bypass whatever the user set in the Options menu and always act like "Set" mode." But that way would do it for all the battles. Make backups and test of course. Just...
  9. PlayerIDE

    Gen 3 Sprite Format for PokeDex Program

    I've been teaching myself the different data formats for the Fire Red ROM using Google and some of the already established modding programs available. I'm developing a program to act as a PokeDex to accompany a personal ROM mod. It loads the actual data off the ROM and uses it to display...
Back
Top