Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 857 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 857 Bytes

Turnips

Turnip prices previewer for Animal Crossing: New Horizons.

DISLAIMER: This reads data from your save. I am not responsible for any data loss, consider backing up before use.

Compiling

Building needs a working devkitA64 environment, with packages libnx,deko3d and switch-glm installed (sudo (dkp-)pacman -S switch-dev).

$ git clone --recursive https://github.com/averne/Turnips.git
$ cd Turnips
$ make -j$(nproc)

Output will be located in out/.

Credits

  • The NHSE project for save decrypting/parsing.
  • The FTPD project for the deko3d imgui backend.
  • u/Kyek for the background and logo assets.