diff options
author | Jonas Höglund <firefly@firefly.nu> | 2014-07-22 13:39:32 +0200 |
---|---|---|
committer | Jonas Höglund <firefly@firefly.nu> | 2014-07-22 13:39:32 +0200 |
commit | 7976019cd37f3446e14b626a4f9135e0941242e1 (patch) | |
tree | 22f5606b6c16e00c836bce2d5ef88ec68373461d /constants.asm | |
parent | 50e395ca9cbbb71593a80eb56750585c96cbb819 (diff) |
Add hardware & address constants, integrate into home bank
Diffstat (limited to 'constants.asm')
-rwxr-xr-x | constants.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm index b67f31a..bb678d8 100755 --- a/constants.asm +++ b/constants.asm @@ -6,3 +6,4 @@ INCLUDE "constants/deck_constants.asm" INCLUDE "constants/type_constants.asm" INCLUDE "constants/set_constants.asm" INCLUDE "constants/misc_constants.asm" +INCLUDE "constants/hardware_constants.asm" |