aboutsummaryrefslogtreecommitdiffstats
path: root/ram.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2022-06-17 22:54:47 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2022-06-17 22:54:47 -0400
commitba15b4b44e33877f1c314910648c5a7d682c7c75 (patch)
tree980eac5aa02a20ca52b8362927850d470260e685 /ram.asm
parentRename `SLP` to `SLP_MASK` (#361) (diff)
downloadpokeyellow-ba15b4b44e33877f1c314910648c5a7d682c7c75.tar.gz
pokeyellow-ba15b4b44e33877f1c314910648c5a7d682c7c75.tar.xz
pokeyellow-ba15b4b44e33877f1c314910648c5a7d682c7c75.zip
Add a subdirectory for RAM files
Diffstat (limited to 'ram.asm')
-rw-r--r--ram.asm9
1 files changed, 9 insertions, 0 deletions
diff --git a/ram.asm b/ram.asm
new file mode 100644
index 00000000..24040b14
--- /dev/null
+++ b/ram.asm
@@ -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"