diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2016-11-01 12:20:17 -0500 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2016-11-01 12:20:17 -0500 |
commit | b4a39100c0e052bdab3cfa2da707072c2ee18115 (patch) | |
tree | dcea69ec49430f004c17ff71b77587cafd78c69a /asm/multiboot.s | |
parent | f09f9cef752c37e3cc0686573c1fdb29da842772 (diff) | |
parent | 6f0e42a91aeeedd64725ce57e3dad6a38421d8e9 (diff) |
Merge https://github.com/pret/pokeemerald
Diffstat (limited to 'asm/multiboot.s')
-rw-r--r-- | asm/multiboot.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/asm/multiboot.s b/asm/multiboot.s index 6d752c882..6af71ca8e 100644 --- a/asm/multiboot.s +++ b/asm/multiboot.s @@ -1,4 +1,5 @@ .include "asm/macros.inc" + .include "constants/constants.inc" .syntax unified |