diff options
| author | vulcandth <vulcandth@gmail.com> | 2022-09-11 00:05:04 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-11 01:05:04 -0400 |
| commit | 74cee737f6990fd770838eb8fe4d090028a76bd9 (patch) | |
| tree | 7fbeb06d9c35225f9b95915a6b31fa7322b1f09d /ram.asm | |
| parent | Link to the symbols branch (diff) | |
| download | pokeyellow-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.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ INCLUDE "constants.asm" -INCLUDE "macros/wram.asm" +INCLUDE "macros/ram.asm" INCLUDE "ram/vram.asm" |
