diff options
author | yenatch <yenatch@gmail.com> | 2013-10-10 03:24:02 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-11-20 06:35:10 -0500 |
commit | f6706ecb0908ac5a11ba12672299fea8266ee26b (patch) | |
tree | e2e23b6ba558050e803ddaa8e9dc15f9a4a5a27e /pokecrystal.asm | |
parent | 34aac15db084e7649bf347b66e85afca95a46e0a (diff) |
finally compile multiple objects
pokecrystal.asm doesnt really make sense now so its gone
add includes.asm so objects have a standard include set
Diffstat (limited to 'pokecrystal.asm')
-rw-r--r-- | pokecrystal.asm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/pokecrystal.asm b/pokecrystal.asm deleted file mode 100644 index 495b02178..000000000 --- a/pokecrystal.asm +++ /dev/null @@ -1,5 +0,0 @@ -INCLUDE "globals.asm" - -INCLUDE "constants.asm" -INCLUDE "wram.asm" -INCLUDE "main.asm" |