memmaker / gameboy

A small demo project: Using the RGBDS assembler to create a Game Boy ROM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gameboy

A small demo project: Using the RGBDS assembler to create a Game Boy ROM

Usage

Install RGBDS in your PATH: https://rgbds.gbdev.io/

You can then call compile.bat with an .ASM file as an argument, eg. compile.bat 01-Background.asm

This should create a .GB rom.

About

A small demo project: Using the RGBDS assembler to create a Game Boy ROM


Languages

Language:Assembly 99.6%Language:Batchfile 0.4%