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 /constants.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 'constants.asm')
-rw-r--r-- | constants.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm index 2d5b3d9b..3496aa6a 100644 --- a/constants.asm +++ b/constants.asm @@ -9,6 +9,8 @@ INCLUDE "hram.asm" INCLUDE "constants/hardware_constants.asm" INCLUDE "constants/oam_constants.asm" +INCLUDE "constants/wram_constants.asm" + INCLUDE "constants/pokemon_constants.asm" INCLUDE "constants/pokedex_constants.asm" INCLUDE "constants/trainer_constants.asm" |