Skip to content

Instantly share code, notes, and snippets.

View Plasmarobo's full-sized avatar

Austen Bartels Plasmarobo

View GitHub Profile
@Plasmarobo
Plasmarobo / TurnipPrices.cpp
Created April 7, 2020 13:34 — forked from Treeki/TurnipPrices.cpp
AC:NH turnip price calculator
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
// munged from https://github.com/simontime/Resead
namespace sead
{
class Random
{