Search results

  1. M

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

    I love you. You don't know how many things I tried. Tried to look everywhere and attempted all the nonsense that chatgpt fed me. It even says that your version won't work, but it does. Thank you.
  2. M

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

    I have a code 01100000 78E574F8 00000001 that constantly writes the value 1 into address 78E574F8. I need to make this only happen when the same address' value is 30 (i.e. when the value is 30, change to 1). I have tried innumerable things to get this to work, but nothing seems to be it. Can...
  3. M

    Record inputs and play them back

    For certain games, I've never been able to. Tried async as well, like this: import asyncio import socket async def send_command(writer, content): content += '\r\n' writer.write(content.encode()) await writer.drain() async def press_a_sequence(ip, port): reader, writer =...
  4. M

    Record inputs and play them back

    On a modded Nintendo Switch, what's the current best way to record Pro Controller inputs and play them back? I have successfully used sys-botbase to create my input script files and play them, but it has two shortcomings: -Some games (MK8, Mario Maker 2, Indies) don't connect to it, and the...
  5. M

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

    Hello friendly friends of GBAtemp. Its me again requesting "Always have Star" for MARIO MAKER 2. Yes, the dead game Mario Maker 2 that nobody plays anymore and it's why I keep getting ignored when I request. Why am I requesting it again, then? Well, simply because I've gone insane the past few...
  6. M

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

    These do not work in the latest update. Someone please make "Star Power Up Always On" for the latest update, as well as "Always have Key"
  7. M

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

    I'd like "always have star" cheat for Mario Maker 2, latest update. Someone apparently made one in the past, but it's not working for me: [Star Power Up - Always On] 04100000 905053B0 0000020C I'm on: TID: 01009B90006DC000 BID: c2dc405ac414c37c Would highly appreciate.
  8. M

    Anyone I can commission to create Mario Maker 2 mods?

    Paid commissions, but the mods may be a bit challenging, such as hitbox visualization, visualizing whether pipes are enterable, visualizing enemy health, etc
  9. M

    Request Mario Maker 2 Hitbox Mod

    Hi, I don't know if there's a "correct" place to post this, I'd love to request or do a paid commission for anyone who could create a Mario Maker 2 hitbox mod akin to some that exist in Smash or other games. The goal would be to, in real time, overlay the enemy's and hazard's hitboxes to...