Recent content by Zetta_D

  1. Zetta_D

    Hacking Pokémon ORAS | Sango Plugin

    same issue xD Here's the fix
  2. Zetta_D

    Hacking Pokémon ORAS | Sango Plugin

    It was just a null pointer dereference (too bad we can't log these crashes on Azahar). Here's the fix, let me know if everything works for you x)
  3. Zetta_D

    Hacking Pokémon ORAS | Sango Plugin

    I need you to send me the crash data so I can figure out where the issue is coming from. I won't be able to test on a physical console until mid-November.
  4. Zetta_D

    Hacking Pokémon ORAS | Sango Plugin

    Here is the new corrected version with all the new codes presented recently: https://github.com/David-Darras/sango-plugin/releases/tag/v4.0.0
  5. Zetta_D

    Hacking Pokémon ORAS | Sango Plugin

    I just fixed the level issue, (I just needed to refresh the Pokémon), and I added configuration saving. I'll also try to fix that first-person camera bug and push the new version 4.0 to GitHub.
  6. Zetta_D

    Hacking Pokémon ORAS | Sango Plugin

    Nope, I'll add that right away (btw if you have any extra code ideas, I'll gladly take them too) For the editor, if it's the plugin's editor, remember to hit the "Save" button after you're done; if it's the one built into the Pokémon game (the menu where you can check stats, moves, etc.)...
  7. Zetta_D

    Hacking Pokémon ORAS | Sango Plugin

    Are you using the Sango plugin or the Sango Kaizo ROM hack? to find out which menu you’re talking about x)
  8. Zetta_D

    Hacking Pokémon ORAS | Sango Plugin

    After months and months of research and testing, I finally made it x') 1787367288 1787392071 1787392548
  9. Zetta_D

    Hacking Pokémon ORAS | Sango Plugin

    After the integrated Pokémon editor, I managed to modify the Pokémon keyboard menu to inject every single glyph that the game can draw. I'll be pushing version 4.0.0 of the plugin tomorrow so you can access these new features x) 1786837829 I also finally figured out how to modify the Pokémon...
  10. Zetta_D

    Hacking [RELEASE] Pokémon Sango Kaizo - A new ROM hack for Pokémon ORAS

    Hi! Here are the useful links and project details to get you started: - Download Plugin (.3gx) - Detailed Documentation (README on GitHub) NB: This ROM hack was built using the source code of the Sango Plugin featured in another thread...
  11. Zetta_D

    Hacking Pokémon ORAS | Sango Plugin

    I figured out how to change the HP bar colors. It will be integrated into Pokémon Sango Kaizo. This code dynamically updates the HP bar color on a smooth gradient from cyan to magenta based on the Pokémon's remaining health ratio.
  12. Zetta_D

    The 3DS Cheat & Reverse Engineering Handbook: From Memory Scans to Hooks

    I've just added an introduction to ARM assembly language and a guide on how to use the IDA Pro debugger to the GitHub repo with a simple example.
  13. Zetta_D

    Emulation Homebrew ROM Hack Translation [Yo-Kai Watch Busters 2] How can I change the fonts to a Western keyboard layout?

    just Just follow the instructions to build the software on your computer first (read the README.md): https://github.com/FanTranslatorsInternational/Kuriimu2 Clone the project with git, download Visual Studio, .NET, etc. After that, you just need to search the source code for the part where...
  14. Zetta_D

    Emulation Homebrew ROM Hack Translation [Yo-Kai Watch Busters 2] How can I change the fonts to a Western keyboard layout?

    Is this accent stripping done by the game itself or by Kuriimu? (If it's Kuriimu, no need for reverse engineering, you'd just need to edit its C# code.) Otherwise, yes, you'll need to find the in-game function that strips the accents before printing the text, and patch that.