Recent content by igor1201

  1. I

    ROM Hack Suggestion Pokemon Quest editor?

    Hey guys, I made it work here (macOS and 5.1.0) by rebooting the switch twice before running the game (i.e.: backup save, reboot, restore modified save, reboot again, start game)
  2. I

    ROM Hack Suggestion Pokemon Quest editor?

    Yeah, didn't work on W10 as well... I'm only trying to edit the tickets count. It doesn't work when editing the json nor running the script to do so
  3. I

    ROM Hack Suggestion Pokemon Quest editor?

    I'll try tomorrow on W10
  4. I

    ROM Hack Suggestion Pokemon Quest editor?

    I wasn't able to re-import the save back to switch usong checkpoint. Pokémon Quest now loads forever, and never starts. I've tried to edit the save file on a macOS, and I'm on v5.1.0
  5. I

    Homebrew WIP Code Swich Homebrew using Rust

    Yes, it aims to be a template to a rust project on switch. That's amazing! I've been looking for switch homebrew with rust but didn't find your repo I'm really new to Rust/low-level development, but the possibility to code non-C/C++ to switch got my attention. I'll definitely take a look into...
  6. I

    Homebrew WIP Code Swich Homebrew using Rust

    Hello guys, I've recently started hacking with Homebrew on Switch (using libnx) and thought it'd be good if we could use Rust (rust-lang . org) to create our projects. So I've been gluing together a hacky approach to compile Rust code to Switch. Hope it is useful to someone! github . com /...