aboutsummaryrefslogtreecommitdiffstats
path: root/ram.asm
diff options
context:
space:
mode:
authorvulcandth <vulcandth@gmail.com>2022-09-11 00:05:04 -0500
committerGitHub <noreply@github.com>2022-09-11 01:05:04 -0400
commit74cee737f6990fd770838eb8fe4d090028a76bd9 (patch)
tree7fbeb06d9c35225f9b95915a6b31fa7322b1f09d /ram.asm
parentLink to the symbols branch (diff)
downloadpokeyellow-74cee737f6990fd770838eb8fe4d090028a76bd9.tar.gz
pokeyellow-74cee737f6990fd770838eb8fe4d090028a76bd9.tar.xz
pokeyellow-74cee737f6990fd770838eb8fe4d090028a76bd9.zip
Rename `macros/wram.asm` to `macros/ram.asm` (#388)
Diffstat (limited to 'ram.asm')
-rw-r--r--ram.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ram.asm b/ram.asm
index 24040b14..077ae799 100644
--- a/ram.asm
+++ b/ram.asm
@@ -1,6 +1,6 @@
INCLUDE "constants.asm"
-INCLUDE "macros/wram.asm"
+INCLUDE "macros/ram.asm"
INCLUDE "ram/vram.asm"