Search results

  1. Lionheartwolf

    ROM Hack Marvel Ultimate Alliance 3 Editor/Completed Save File

    Technically, you could make a cheat for it using the notes I left above, its not too difficult to search for. I just never got around to doing it myself, and I'm a bit too busy to do it at the moment. There is no official way or anything. Your only options are to use that save file, or search...
  2. Lionheartwolf

    ROM Hack Marvel Ultimate Alliance 3 Editor/Completed Save File

    So it was brought to my attention that there have been some bugged costumes for this game that were never restored. I went ahead and restored them. You guys will be the first to even see these since the devs made them. Thanks to @UnoOfTNG It was their savefile I used. Its the same file as...
  3. Lionheartwolf

    Hacking VitaCheat/FinalCheat Database

    Here is an update for Dragon's Crown cheats. The cheats I found for this game were horribly disorganized, and often used bad code/bad pointers that either didnt work, or would crash the game often. Thanks and Credit to @tomberyx because I did use some of his pointers for HP and Gold, but the...
  4. Lionheartwolf

    Hacking VitaCheat/FinalCheat Database

    I can test these out. I appreciate your help. Im not really here to step on any toes or anything. I don't really like tweaking other people's cheats unless I need to because it just doesnt work. Im just filling in some blanks I have come across looking for something new to do. Its always good...
  5. Lionheartwolf

    Hacking VitaCheat/FinalCheat Database

    I used seg0 because there were already B200 cheats for this game in the db that used it, they seemed stable enough, and I kept it for consistency. _V0 Yohoki: <---- this was the original creator $0000 00000000 00000000 _V0 * All 0 Star Offerings $B200 00000000 00000000 $4201 02B223C8 00000063...
  6. Lionheartwolf

    Hacking VitaCheat/FinalCheat Database

    Im not going to post a cheat file for this one because all of the Vitacheats made by others for this game work fine and Im not taking credit for their work but these cheats have been a long time coming, so just add these manually. # Title: Soul Sacrifice Delta # ID: PCSA00152 # Region: US #...
  7. Lionheartwolf

    Hacking VitaCheat/FinalCheat Database

    The Max value is 0x7F anything above yields the same results which are a bit unpredictable, it just chooses 4 effects at random. There just seems to be a hard limit of 4 which is fine. Some are redundant anyway (i.e. Slow or enraged enemies who are frozen dont move, oil just makes burn more...
  8. Lionheartwolf

    Hacking VitaCheat/FinalCheat Database

    I am trying to write a cheat for a game that has different status effects that you can give to an enemy, each status effect is saved as a different value in the same location so: Burn = 0x02 Freeze = 0x04 Shock = 0x08 Slow = 0x10 Oily = 0x20 Rage = 0x40 Similar to how Button...
  9. Lionheartwolf

    Hacking VitaCheat/FinalCheat Database

    Disregard last post
  10. Lionheartwolf

    ROM Hack Discussion Fire Emblem: Three Houses General Hacking

    So close but so far. You just needed to go back 1 page. https://github.com/ibnux/switch-cheat/blob/master/sxos/titles/010055D009F78000/cheats/89048449ba238c8c.txt
  11. Lionheartwolf

    ROM Hack Cheat Codes AMS and Sx Os, Add and Request

    The PS4 scene is pretty sloppy. I think everybody just uploads to PS4trainer now. (I do remember seeing some of your stuff there.) I don't know, I haven't shared any PS4 cheats since PS4cheater/PS4Reaper was a thing. I don't know what people use now.
  12. Lionheartwolf

    ROM Hack Pokemon Brilliant Diamond & Shining Pearl Cheat Database

    I would probably wait until at least the day one patch. All the private codes will be obsolete by the end of the week.
  13. Lionheartwolf

    ROM Hack Cheat Codes AMS and Sx Os, Add and Request

    Are they any good tutorials about this, I haven't heard about this or noticed it after updating.
  14. Lionheartwolf

    ROM Hack Cheat Codes AMS and Sx Os, Add and Request

    Can somebody look into Monster Train? The cheats on PC were a bit tricky and involved running scripts before you start a new run, which could be a little difficult to do on the Switch. Gold was also a little tricky so it was easier just to edit the store price to 1 coin. I don't have time to...
  15. Lionheartwolf

    ROM Hack Cheat Codes AMS and Sx Os, Add and Request

    You can still get into coop missions with a banned Switch (to test) im pretty sure. You just go into local coop (you need to have airplane mode off) and you can just play with a bot. That's what I do anyway. Im not sure if you can still play with anyone, but you should be able to at least do...
  16. Lionheartwolf

    ROM Hack Cheat Codes AMS and Sx Os, Add and Request

    Im not sure every code from 1.1.0 is the same, maybe just the bottle caps and money but not much else. Im pretty sure all the assembly cheats for inventory, (items do not decrease, item multiplier) damage (damage multiplier, part damage) no longer work. I also should warn you that your cheats...
  17. Lionheartwolf

    ROM Hack Cheat Codes AMS and Sx Os, Add and Request

    Does anybody have the updated cheats for MHS2? I haven't been around in forever, and I saw them being passed around but not posted. If you have to pm me thats fine.
  18. Lionheartwolf

    ROM Hack Cheat Codes AMS and Sx Os, Add and Request

    Is this game in English? Im waiting for the western release before I look into it.
  19. Lionheartwolf

    ROM Hack Cheat Codes AMS and Sx Os, Add and Request

    Nobody is proving a negative, im just offering insight on how the game stores its value for items. Take it or leave it. I got nothing to gain here, just sharing my knowledge.
  20. Lionheartwolf

    ROM Hack Cheat Codes AMS and Sx Os, Add and Request

    I agree always backup your saves before cheats but... In this case its not really that damaging. I looked through that entire section of memory and from my limited understanding it will just write the next new item you acquire to the next available address. (And there is more than enough to go...