Skip to content

Instantly share code, notes, and snippets.

View ConfusedLolo's full-sized avatar

Munar Yesen ConfusedLolo

View GitHub Profile
@ConfusedLolo
ConfusedLolo / TurnipPrices.cpp
Created April 14, 2020 02:42 — 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
{