Recent content by Zetta_D

  1. Zetta_D

    Hacking Pokémon ORAS | Sango Plugin

    Hi, I took a little break, but now I've started adding new features. And I'm currently developing a Pokémon Nuzlocke mode integrated into the plugin.
  2. Zetta_D

    ROM Hack [Database] CTRPF AR CHEAT CODES

    Maybe i should create a Discord server that brings together all the current 3DS cheat code and plugin creators - whether it's me or someone more well-known - to help each other out, post tutorials, plugins, and so on.
  3. Zetta_D

    ROM Hack [Database] CTRPF AR CHEAT CODES

    I'll probably make tutorial videos one day to teach ARMv6 assembly language, how to search for values in memory, pointers, hooks, how to use IDA Pro effectively, and so on. It's just that it would probably take a lot of time x') By the way, if you're French, I've already created an assembly...
  4. Zetta_D

    ROM Hack Yo-Kai Watch 2 EUR cheats

    You could try recreating the code as an Action Replay assembly code from the Japanese version first, and then port it to the EUR version afterward.
  5. Zetta_D

    Hacking Pokémon ORAS | Sango Plugin

    Yesterday, I noticed that it's possible to cut pretty much any 3D model x'D
  6. Zetta_D

    Hacking Pokémon ORAS | Sango Plugin

    I name all my plugins after the codenames that have been used internally for the games for years. You can even see them in the process list on Luma3DS. For ORAS it's “sango”, for XY it's “kujira”, for Majora Mask 3D it's “joker”, etc. x)
  7. Zetta_D

    Hacking Pokémon ORAS | Sango Plugin

    Here are a few filters: saturation, warm, cool, grayscale, sepia, threshold, negative, in addition to all RGB permutations and solid color overlays that can be applied.
  8. Zetta_D

    Hacking Tutorial How to Change Game Speed Independently of FPS (Example with Pokémon ORAS)

    It doesn’t crash because it’s not hooking the right function, so no, it’s useless. There will be the same issue on version 1.0 x)
  9. Zetta_D

    Hacking Tutorial How to Change Game Speed Independently of FPS (Example with Pokémon ORAS)

    I reproduced exactly the same code as in Pokémon ORAS, I hook the same function, etc., and I end up with this x') I’ll try to investigate when I have time.
  10. Zetta_D

    Hacking Tutorial How to Change Game Speed Independently of FPS (Example with Pokémon ORAS)

    I'll install the game when I have time and try to fix the code x)
  11. Zetta_D

    Hacking Pokémon ORAS | Sango Plugin

    I started getting interested in textures again so I can integrate them into future updates of the plugin, and I discovered that it’s possible to have invisible Pokémon. I’m also going to try to make it possible to modify the 3D model meshes in addition to the textures x) 1779031980 In...
  12. Zetta_D

    Hacking Tutorial How to Change Game Speed Independently of FPS (Example with Pokémon ORAS)

    Place niji-plugin.3gx in: /luma/plugins/0004000000164800/ Launch the game and enable the Game Speed cheat code, then press L or R in-game to change the game speed. I cannot test the cheat code myself, so please let me know if it worked x) Here is the plugin's source code: #include <3ds.h>...
  13. Zetta_D

    Hacking Tutorial How to Change Game Speed Independently of FPS (Example with Pokémon ORAS)

    There are access restrictions on your file; you should upload it to https://www.swisstransfer.com or another site.
  14. Zetta_D

    Hacking Tutorial How to Change Game Speed Independently of FPS (Example with Pokémon ORAS)

    Place this file: https://github.com/PabloMK7/CTRPluginFramework-BlankTemplate/releases/tag/v0.8.0 Into: luma/plugins/0004000000164800/ 1. Launch the game. 2. Press [Select] to open the plugin menu. 3. Go to Options > Gateways RAM Dumper. 4. Press [Start], then [Select], and enter a name for the...