IllegalLeft / gba

GBA programs written in C.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repo just holds a bunch of my GBA demo programs. I just be doin' some GBAz. Toncin' away.

first

Just a cool demo that copies the key register and paints it across the whole screen for psychadelic colours.

screenshot of first

map

Simple tile map demo. Tiles pulled from Super Mario Bros. 2 for GBA.

screenshot of map

rpgmap

Combination of a simple map and an object in the center of the screen. Similar to your typical RPG. Sprites ripped from Dragon Warrior for SNES. L/R to switch characters. D-Pad to move.

screenshot of rpgmap

sprite

Simple sprite demo

screenshot of sprite

spriter

Simple sprite demo take #2

screenshot of spriter

sprites

Simple sprite demo with 3 different sprites. Sprites ripped from Dragon Warrior for SNES. L/R to switch sprite. D-Pad to move. A to disable sprite.

screenshot of sprites

template

Simple template.

xor

Unfinished X's and O's

About

GBA programs written in C.


Languages

Language:C 82.1%Language:Makefile 17.9%Language:C++ 0.0%