diff options
author | yenatch <yenatch@gmail.com> | 2014-01-27 17:09:09 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-01-27 17:09:09 -0500 |
commit | c49dd99a986b58a9a19f6e53c6e132aa5c18c1de (patch) | |
tree | c52f97df411d435f433f82ecb9a21ea8cd79e8a0 /pokered.asm | |
parent | 2b961ceaf41c88edf4625d66aa35acf1dada825e (diff) |
Split wram.asm from poke{red,blue}.o into wram.o
wram.asm still defines some constants. They're moved into constants/wram_constants.asm.
Diffstat (limited to 'pokered.asm')
-rw-r--r-- | pokered.asm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pokered.asm b/pokered.asm index 827b6019..ff8de04f 100644 --- a/pokered.asm +++ b/pokered.asm @@ -1,3 +1,2 @@ INCLUDE "red.asm" -INCLUDE "wram.asm" INCLUDE "main.asm" |