From 955b53047c6d2ddc223ed24191de98f4b4fee5e5 Mon Sep 17 00:00:00 2001 From: yenatch Date: Fri, 23 May 2014 15:25:16 -0700 Subject: More complete hardware constants. Rename joypad constants. --- constants.asm | 1 + 1 file changed, 1 insertion(+) (limited to 'constants.asm') diff --git a/constants.asm b/constants.asm index 7c51afcf..26356edd 100644 --- a/constants.asm +++ b/constants.asm @@ -6,6 +6,7 @@ INCLUDE "hram.asm" INCLUDE "constants/hardware_constants.asm" INCLUDE "constants/oam_constants.asm" +INCLUDE "constants/misc_constants.asm" INCLUDE "constants/wram_constants.asm" -- cgit v1.3.1-sl0p