• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • 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.

Recent content by haven1433

  1. haven1433

    Tool: HexManiacAdvance: A New Hex Editor for Gen 3 Hacking

    Hey all, just commenting here to let you know that version 0.5.6 is out now. It adds support for installing Leon's DPE/CFRU rombase automatically into a vanilla FireRed 1.0, with no need for compilers or python or anything like that. Lots of new scripts / utilities, and major updates to the...
  2. haven1433

    [Other] I added my fakemon to pokemon fire red using YAPE & Advenced Pokemon Sprite editor and it all went ok since i got ingame

    For anyone finding this thread in the future: he solved the issue by switching to HexManiacAdvance after receiving some help on discord.
  3. haven1433

    Survey: Interest Check: A better hex editor for Gen 3

    @Blah just an update on this... HexManiacAdvance has grown past my original vision for it, and now includes an image editor, a script editor, and a map editor. I've got most of the core features of the map editor done at this point, and the script editor is shaping up nicely. So I guess I was...
  4. haven1433

    Tool: HexManiacAdvance: A New Hex Editor for Gen 3 Hacking

    In version 0.5, I added a prototype for a map editor with the goal of replacing AdvanceMap. I'm happy to say that I've now released version 0.5.2, which adds a bunch of features and fixes a bunch of bugs from the prototype. If you're interested in learning more but aren't sure if you want to...
  5. haven1433

    [Tool] BATCH EDITOR - Tool idea

    It wouldn't be, the question was about automating trainer data. HMA has two feature lists that guide development: the green list, which are expected future features, and the red list, which are features that are specifically avoided to prevent scope creep. Music editing is a big crazy thing...
  6. haven1433

    [Tool] BATCH EDITOR - Tool idea

    Here's an example of what the 'batch edit' from your example would look like using HMA's python automation: sawyer = data.trainers.stats[3] sawyer.name = "SAWYER" sawyer.introMusicAndGender.female = False sawyer.introMusicAndGender.music = 11 sawyer.doubleBattle = 'Single'...
  7. haven1433

    Tool: HexManiacAdvance: A New Hex Editor for Gen 3 Hacking

    @verloren HMA has no current plans to support anything outside of the English 1.0 and 1.1 pokemon gba games (R/S/E and FR/LG)
  8. haven1433

    [Other] Stop Binary Hacking; It's Holding Back the Entire Community

    Thanks for the name drop! Keep doing what you can to make hacking better for everyone, I'll keep doing the same. My new map editor, integrated into HMA, is trying to solve many of the same problems you mentioned (people using "buggy tools from over a decade ago") so I'm glad to see that we're on...
  9. haven1433

    Tool: HexManiacAdvance: A New Hex Editor for Gen 3 Hacking

    HMA 0.5 is now released! Has a good chunk of bugfixes compared to October's version, along with a few new features. Check the HMA github page for details. For those of you trying to reach me on this thread, I do check occasionally, but I'm much more active on Discord (check the Help menu in the...
  10. haven1433

    Tool: HexManiacAdvance: A New Hex Editor for Gen 3 Hacking

    @Guzeinbuick what version of HMA are you using? I think that there was a bug in the 0.4.3 move expansion routine, but that the bug is fixed in the 0.4.4 version.
  11. haven1433

    Tool: HexManiacAdvance: A New Hex Editor for Gen 3 Hacking

    Just released version 0.4.4! This fixes many of the bugs from 0.4.3, as well as adding support for creating and applying patches, both IPS and UPS. It also includes a nice visual update for the table tool and the goto screen. Check GitHub for the full details!
  12. haven1433

    Tool: HexManiacAdvance: A New Hex Editor for Gen 3 Hacking

    Update 0.4.1 is released! Check the releases page for more info. https://github.com/haven1433/HexManiacAdvance/releases
  13. haven1433

    Tool: HexManiacAdvance: A New Hex Editor for Gen 3 Hacking

    It cannot, but if they live in a table, you can send me some resources about them and I'll get them added for the next version.
  14. haven1433

    Tool: HexManiacAdvance: A New Hex Editor for Gen 3 Hacking

    That was a lot, but I'll try to answer what I can. There are a LOT of tables. To help reduce the load, the table tool drop-down only shows one table for each set of related tables. For example, the pokemon names, pokemon stats, and pokemon sprites are all stored in separate tables, but they're...
  15. haven1433

    Tool: HexManiacAdvance: A New Hex Editor for Gen 3 Hacking

    Edit -> Goto -> shiny odds That should filter the options and help you find the locations where the constant is used. When you change 1 of the values, the rest will update automatically to match.
Back
Top