Recent content by iSharingan

  1. iSharingan

    ROM Hack WIP Hyrule Warriors Savegame Editor

    not sure why you'd want 0 exp (unless you mean reverting to lower levels, but that's not advised due to how hearts from level up work). Scenarios also have a damage cap based on difficulty so even amassing a large amount of attack power with a cheat or level 255 character won't help as much as...
  2. iSharingan

    ROM Hack WIP Hyrule Warriors Savegame Editor

    that can be edited in the save with a hex editor and the offsets needed to find the data (which should be posted earlier in this thread) - or you can just use the codes I wrote for that purpose, found here
  3. iSharingan

    ROM Hack RELEASE XC2SaveNetThingy: A Xenoblade Chronicles 2 Save Editor

    for those wondering, yes this tool still works with v3.0.0 saves, but like the Massive Melee Mythra aux core, the new costume items are not coded into the editor - but if you know the hexadecimal ID they can be manually added to your save and will function as normal in-game. legitimately...
  4. iSharingan

    ROM Hack Question Xenoblade Chronicles 2 v2.1.0 Cheats

    adding to pspmaster's updated codes, here's a few more I was working on for v3.0.0 (TID: 0100E95004038000 BID: 12A2634F01346F21): [ZR+B Moonjump (v3.0.0)] 80000202 580F0000 00EA4878 580F1000 00000058 580F1000 000000A8 780F0000 00000044 540E2F00 00000000 94AEE100 40000000 A4EF0000 20000000...
  5. iSharingan

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

    seeing as I don't have the game, no.
  6. iSharingan

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

    Updated my codes, the old KaitoB codes I previously updated for 2.1 and a few others to v3.0.0 for Xenoblade Chronicles 2 (TID: 0100E95004038000 BID: 12A2634F01346F21): [ZR+B Moonjump (v3.0.0)] 80000202 580F0000 00EA4878 580F1000 00000058 580F1000 000000A8 780F0000 00000044 540E2F00 00000000...
  7. iSharingan

    ROM Hack RELEASE MHGU Save Editor

    the reason for that is importing cats from another save f***s up equipment slots. Basically the cat data stores which slot from the equipment box is equipped to the cat, but not directly what that piece of equipment is. By default, all 3 slots are set to slot 0 (top left corner of the page 1)...
  8. iSharingan

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

    I'd anticipate it would be checking for a specific number of perfects. a code that adds together the goods/misses/perfects and puts them all on perfect and sets good/miss to 0 should work, but the code may rely on Atmosphere code register addition that SX-OS format codes would not support...
  9. iSharingan

    ROM Hack LBX Little Battlers Experience(USA) Hacking request

    The code requires CTRPF-AR specific commands not supported by the basic AR code format. If you're not using Nanquitas' blank CTRPF plugin with AR code support, it won't work (not on the cheat list in the Luma menu, not on emulator. it must be the CTRPFAR plugin)
  10. iSharingan

    ROM Hack [Database] CTRPF AR CHEAT CODES

    before finalizing that code, test it in other dungeons. In most LoZ games each dungeon tracks keys separately
  11. iSharingan

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

    a crafted potion with fortify restoration over 2000% (crafted after several loops so the percentage on the effect is that high)
  12. iSharingan

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

    its more about getting the multipliers right and reaching a certain Alchemy level/taking certain perks. generally you need 4 decently high Alchemy enchants on armor pieces (might be possible with less, but depends on the percentage buffs. you can cycle stock at most "general store" type shops to...
  13. iSharingan

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

    The restoration potion loop glitch can let you make insanely powerful potions - and the Fortify Restoration effect (note only applies to the Potion effect version. Armor enchants by the same name only reduce mana cost of restoration school spells) will affect the strength of equipment...
  14. iSharingan

    ROM Hack Another MH4U Save Editor

    you seem to misunderstand the purpose of this tool. this is for modifying save data, not data in the game's memory while running. If you want to modify relic weapons, equipment, or items this will do that, but it won't help you find/make cheat codes
  15. iSharingan

    ROM Hack [Database] CTRPF AR CHEAT CODES

    not on hand, but you can look them up just as easily as I could if I were to link them also "pointer patching" isn't really a thing. Either the game updates (not a concern now that 3DS support is basically retired) and you need to find the new starting address for an old version's pointer (very...