Recent content by Martmists

  1. M

    ROM Hack Pokemon Legends Arceus Cheat Database

    I see a fair amount of these are patching exefs; Is there a list of symbols being worked on anywhere?
  2. M

    ROM Hack Luminescent Diamond - A ROM Hack Inspired by Renegade Platinum

    Adding some: 9, 10, 11 -> various stats (mainly used for tyrogue) 16 - beauty (used for feebas, maybe others) Also, the format for this is Evolution(method, methodArg(?), dexno, form, level) repeating It should also be noted that there's 560 entries despite there being only 493 pokemon in the...
  3. M

    ROM Hack Has anyone been able to get mods that have .lua files working in the new Binding of Isaac: Repentance update?

    I did some digging into this a few months ago, and there is no lua engine. None at all. You'd have to add your own in an exefs patch and hook it into the game's code, and more or less implement the entire API yourself. I have no clue why there's still .lua files in romfs but it's likely they...
  4. M

    ROM Hack Pokemon Brilliant Diamond & Shining Pearl Cheat Database

    On my system and someone elses it didn't work, so this one uses an alternative approach To quote the conversation: "This one (referring to the one by Falo) doesn't allow you to dig endlessly until you found the items you wanted, it makes it so that when hitting anything the tiles don't actually...
  5. M

    ROM Hack Pokemon Brilliant Diamond & Shining Pearl Cheat Database

    [Stop Wall Breaking While Mining (1.1.0 BD)] 040A0000 01EEF888 BD416260 Credit: Martmists
  6. M

    Homebrew RELEASE Tinleaf Installer - A No-Bullshit-No-Bullshit NSP/NSZ/XCI/XCZ Installer

    Opened an issue for this on github, but please try to educate yourself on how licenses work. You publicly admitted it's based on Awoo-Installer, so you must comply with the license. You decided to (re-)license your fork under Ms-PL, which is *not* compatible with GPLv3 (what Awoo-Installer...