Recent content by Zetta_D

  1. Zetta_D

    Hacking Pokémon ORAS | Sango Plugin

    It is now possible to add new scripts to Pokémon x) Example: s.TalkStart(); s.Talk(u"Hi! You just arrived in Littleroot Town?\n" u"This script is written in C++, not in Pawn!"); s.ShowMessage(u"Do you want a random item for 1000 Pokédollars?"); const bool wants_item = s.AskYesNo()...
  2. Zetta_D

    Hacking Pokémon ORAS | Sango Plugin

    I managed to add new abilities and moves into the game without replacing the existing ones x) I'm going to see if it's possible to make other game extensions. 1788695029 I can also add new weathers now
  3. Zetta_D

    Gaming A cheat for Yo-kai Watch 3.0?

    You can try doing it yourself x) Unlike Pokémon, HP isn't displayed during battle, but before starting a battle, check your first Yo-kai's HP. Go into battle and perform a search with "Equal to" and that value with the CTRPF. Then switch to "Unknown value". When your Yo-kai takes damage, do...
  4. Zetta_D

    Hacking Pokémon ORAS | Sango Plugin

    Crashes on hardware console have been fixed, here is the updated plugin: https://github.com/David-Darras/sango-plugin/releases/tag/v4.1.0
  5. Zetta_D

    Hacking Pokémon ORAS | Sango Plugin

    If you have Discord, can you add me? It will be easier to debug it: zettad13_31566 x) Otherwise, please run this and send me the new crash + the debug.txt file from the SD root, thx! 1787680735 I'm trying to debug this with the crash dumps, I can't test the plugin on an actual 3DS at the moment 😅
  6. Zetta_D

    Hacking Pokémon ORAS | Sango Plugin

    same issue xD Here's the fix
  7. 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)
  8. 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.
  9. 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
  10. 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.
  11. 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.)...
  12. 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)
  13. Zetta_D

    Hacking Pokémon ORAS | Sango Plugin

    After months and months of research and testing, I finally made it x') 1787367288 1787392071 1787392548
  14. 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...