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. --- pokeblue.asm | 1 - 1 file changed, 1 deletion(-) (limited to 'pokeblue.asm') diff --git a/pokeblue.asm b/pokeblue.asm index 10dcf979..3fcef980 100644 --- a/pokeblue.asm +++ b/pokeblue.asm @@ -1,3 +1,2 @@ INCLUDE "blue.asm" -INCLUDE "wram.asm" INCLUDE "main.asm" -- cgit v1.2.3