Recent content by iSharingan

  1. 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...
  2. 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)
  3. 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
  4. 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)
  5. 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...
  6. 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...
  7. 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
  8. 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...
  9. iSharingan

    ROM Hack [Database] CTRPF AR CHEAT CODES

    it should work (that being a conditional for when you press L), but you don't need the second line (D3 offset setting) when written that way - or if you choose to keep the line, you can use it to set the address as an offset so you can reuse the format for other codes: [C.B. PHIALS TOGGLE L EUR...
  10. iSharingan

    ROM Hack [Database] CTRPF AR CHEAT CODES

    sounds more like a bad pointer. you'd either need to give it a button conditional or have the code rewritten with a better pointer found that said, charge blade is quite easy to fill phails on and to charge red shield with. learn the weapon more and you won't need those codes at all
  11. iSharingan

    ROM Hack [Database] CTRPF AR CHEAT CODES

    Depends on if your phone can run it or not - although most likely can't (windows phones never really caught on and they tend to be low spec on top of that). Ancient concept as it is, public libraries often have PCs you can use - though some sort of external storage device like an SD card may be...
  12. iSharingan

    ROM Hack [Database] CTRPF AR CHEAT CODES

    you're better off using the 4U save editor for that with a relic weapon. Heres a spreadsheet with the values you'll need to edit your own (though due to its age a lot of the images for sharpness bars have broken. then best two are the last two in the column. 0x1F is a small bit of red next to a...
  13. iSharingan

    ROM Hack RELEASE MHGU Save Editor

    did you actually load into the game or did you stop at the save select screen's preview? The preview before loading isn't edited by the tool, but once you save in-game again it'll update that (and your bane on the guild card)
  14. iSharingan

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

    same as the threat title: AMS seems to mean Atmosphere (the home-brew method used on an actual switch). The first code is also a pointer code (likely using some atmosphere-added code types that don't work on SX-OS or emulator) whereas the second uses assembly (ASM) instruction altering codes