Skip to content

Instantly share code, notes, and snippets.

View ChampionLeake's full-sized avatar

ChampionLeake ChampionLeake

View GitHub Profile
#include <gba_console.h>
#include <gba_video.h>
#include <gba_interrupt.h>
#include <gba_systemcalls.h>
#include <stdio.h>
typedef unsigned char uint8;
typedef unsigned short uint16;
typedef unsigned int uint32;