From 018cf26767647d233f939bc791a64d3b5d6e3bd1 Mon Sep 17 00:00:00 2001 From: yenatch Date: Tue, 10 Sep 2013 02:16:15 -0400 Subject: move gbhw.asm and hram.asm to constants.asm they're constants, so they have no business in pokecrystal.asm --- constants.asm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'constants.asm') diff --git a/constants.asm b/constants.asm index 84d93f9dd..817268e9f 100644 --- a/constants.asm +++ b/constants.asm @@ -6,6 +6,9 @@ else VERSION EQU 1 endc +INCLUDE "gbhw.asm" +INCLUDE "hram.asm" + INCLUDE "constants/pokemon_constants.asm" INCLUDE "constants/move_constants.asm" INCLUDE "constants/battle_constants.asm" -- cgit v1.2.3