mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-08-08 11:18:13 -05:00
This uses catch-all files like main.asm to reduce the total quantity and size of build objects (from 1.1 GB to 70 MB). --------- Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
5 lines
92 B
NASM
5 lines
92 B
NASM
INCLUDE "ram/vram.asm"
|
|
INCLUDE "ram/wram.asm"
|
|
INCLUDE "ram/sram.asm"
|
|
INCLUDE "ram/hram.asm"
|