Skip to content

Instantly share code, notes, and snippets.

View IIpepeII's full-sized avatar

Péter Szarka IIpepeII

View GitHub Profile
@IIpepeII
IIpepeII / NestopiaExtractor.php
Created June 8, 2022 09:12 — forked from halfmanhalfdonut/NestopiaExtractor.php
Stat Extractor for Tecmo Super Bowl (NES)
<?php
class NestopiaExtractor {
//private vars for storage of stats
var $home;
var $away;
//hex locations for stats
const SCORE_LOC = 0x3CD;