From c49dd99a986b58a9a19f6e53c6e132aa5c18c1de Mon Sep 17 00:00:00 2001 From: yenatch Date: Mon, 27 Jan 2014 17:09:09 -0500 Subject: 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. --- constants.asm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'constants.asm') 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" -- cgit v1.2.3