Files
Binx/src/home.asm
ISSOtm 843e58dcac Remove raster FX lib from boilerplate
It's not as needed and barebones as the rest of the boilerplate, and at least one person has been confused about it.
2019-02-16 11:06:11 +01:00

11 lines
175 B
NASM

INCLUDE "constants.asm"
INCLUDE "macros.asm"
INCLUDE "home/vectors.asm"
INCLUDE "home/header.asm"
INCLUDE "home/utils.asm"
INCLUDE "home/sgb.asm"
INCLUDE "home/unpb16.asm"