diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-09-10 22:47:24 -0700 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-09-10 22:47:24 -0700 |
commit | 18656332b7b4ca67461d4cd4b6b8282d3bc7ab0c (patch) | |
tree | c5edf9bb9811384df6994e85f49d082921223d4f /constants.asm | |
parent | 5f6ecb8d1ed1af55ba79e8db342c07368d7f6760 (diff) | |
parent | e11a56a1f654de05043eeefac0061e6d2c1b67ba (diff) |
Merge pull request #202 from yenatch/rgbasm-objects
makefile: support multiple rgbasm objects
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 3 |
1 files changed, 3 insertions, 0 deletions
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" |