Add a subdirectory for RAM files

Fixes #920
This commit is contained in:
Rangi
2022-06-17 22:54:52 -04:00
parent 5dd6985e8f
commit 4db344db89
6 changed files with 10 additions and 14 deletions

9
ram.asm Normal file
View File

@@ -0,0 +1,9 @@
INCLUDE "constants.asm"
INCLUDE "macros/wram.asm"
INCLUDE "ram/vram.asm"
INCLUDE "ram/wram.asm"
INCLUDE "ram/sram.asm"
INCLUDE "ram/hram.asm"