Recent content by DeathChaos

  1. DeathChaos

    Hacking ROM Hack Pokemon Scarlet & Violet Cheat Database

    I'm no stranger to doing a bit of code patching, so a code that just sets all raid as not captured seems like it'd work the best, I assume something like this would have a "getter" that could be easily patched to always return 0? Problem is finding it of course.
  2. DeathChaos

    Hacking ROM Hack Pokemon Scarlet & Violet Cheat Database

    Kind of a weird question, but has anyone figured out where in memory (or in the save?) the game needs to be edited to "unset" the special raid pokemon caught flags? I.E. I know I can save inject the raid data for Walking Wake, but I've already caught one, which means I cannot catch any more...
  3. DeathChaos

    ROM Hack Translation Ar nosurge Deluxe English Patch Proof of Concept

    This is incredibly funny, how do you even mess this up.
  4. DeathChaos

    ROM Hack Translation Ar nosurge Deluxe English Patch Proof of Concept

    The game is in theory fully completeable with the current state of the patch, so please do let me know if any weird issues and/or crashes pop up.
  5. DeathChaos

    ROM Hack Translation Ar nosurge Deluxe English Patch Proof of Concept

    EDIT: Mod Link moved to first post.
  6. DeathChaos

    ROM Hack Translation Ar nosurge Deluxe English Patch Proof of Concept

    I've decided it would be better to share it in a more publicly available manner in case more people show interest in the current progress. I've created a page for the game and submitted the mod to nexusmods, although for the time being it is pending approval. Here is the link to the mod post...
  7. DeathChaos

    ROM Hack Translation Ar nosurge Deluxe English Patch Proof of Concept

    Well, let's just say a LOT of other things happened (the unavoidable IRL kind) that got very much in the way of this, so it kind of fell into the wayside for the past couple of years after the brunt of the initial progress. That being said, I'm looking to hopefully at the very least release...
  8. DeathChaos

    Tutorial How to Search the FPS Codes using EdiZon-SE

    Is there any way for me to reliably find any of these 2 functions in ghidra regardless of game? I can do method 2 via cheats easily enough, but these cheats only work on Switch and not for people who use emulator, so patching the exefs directly would be the best method.
  9. DeathChaos

    ROM Hack Translation Ar nosurge Deluxe English Patch Proof of Concept

    For anyone interested, I was able to fully port over the English audio from the Vita version by unpacking the audio files, converting to KT's switch format and then repacking everything. Oh well, I didn't particularly do it for any reason other than my friend saying they'd like it, it is what...
  10. DeathChaos

    ROM Hack Translation Ar nosurge Deluxe English Patch Proof of Concept

    While I don't have a lot of experience in either of those things, I have done my fair share of reverse engineering and suffering with other platforms such as PS3, so I am no stranger to this.
  11. DeathChaos

    ROM Hack Translation Ar nosurge Deluxe English Patch Proof of Concept

    Proof of Concept that this is possible, albeit a bit more work than you would think it is. By borrowing the dialogue text from the vita version, we can have English dialogue on the Switch version, however, without assembly patching all the UI text will be Japanese and you will also run into...
  12. DeathChaos

    any interest in modding/hacking FEW: Three Hopes?

    He was a playable character in Three Houses so that just carried over as they reused a majority of that game as a "base" to build this one. You'll notice things like food preferences and such from FETH still carried over for the non playable folks like Hanneman.
  13. DeathChaos

    ROM Hack Pokemon Brilliant Diamond & Shining Pearl Cheat Database

    Took the liberty of updating a bunch of cheats found in the 1.1.1 pearl txt in the first post Everything should be working, I hope. If there's a crash please do let me know, I had to update the off section of the walk through walls cheat because the functions it branched to were further...
  14. DeathChaos

    ROM Hack Pokemon Brilliant Diamond & Shining Pearl Cheat Database

    oh it's update time again, i'll work on updating some stuff for pearl later today
  15. DeathChaos

    Hacking ROM Hack Aogami - Shin Megami Tensei V Save Editor

    Is there any chance of getting a tiny window to simply directly enter the demon ID instead of using the drop down list? Would be useful for people who want to add specific demons not on the list without hex editing (like, say, custom demons). Edit: I made the changes myself locally, not sure...