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 /pokecrystal.asm | |
parent | 5f6ecb8d1ed1af55ba79e8db342c07368d7f6760 (diff) | |
parent | e11a56a1f654de05043eeefac0061e6d2c1b67ba (diff) |
Merge pull request #202 from yenatch/rgbasm-objects
makefile: support multiple rgbasm objects
Diffstat (limited to 'pokecrystal.asm')
-rw-r--r-- | pokecrystal.asm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pokecrystal.asm b/pokecrystal.asm index 0155e0ca9..f64d44e76 100644 --- a/pokecrystal.asm +++ b/pokecrystal.asm @@ -1,5 +1,3 @@ INCLUDE "wram.asm" INCLUDE "constants.asm" -INCLUDE "gbhw.asm" -INCLUDE "hram.asm" -INCLUDE "main.tx" +INCLUDE "main.asm" |