diff options
author | yenatch <yenatch@gmail.com> | 2014-05-23 15:25:16 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-05-23 15:25:16 -0700 |
commit | 955b53047c6d2ddc223ed24191de98f4b4fee5e5 (patch) | |
tree | 7f31cb4865bd4f4709ea99b6e15b34c581d28a5a /constants.asm | |
parent | 61dbfa440bd83b8bb490ec7e1c44ea6f0aed66df (diff) |
More complete hardware constants. Rename joypad constants.
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 1 |
1 files changed, 1 insertions, 0 deletions
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" |