summaryrefslogtreecommitdiff
path: root/includes.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-10-10 03:24:02 -0400
committeryenatch <yenatch@gmail.com>2013-11-20 06:35:10 -0500
commitf6706ecb0908ac5a11ba12672299fea8266ee26b (patch)
treee2e23b6ba558050e803ddaa8e9dc15f9a4a5a27e /includes.asm
parent34aac15db084e7649bf347b66e85afca95a46e0a (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 'includes.asm')
-rw-r--r--includes.asm2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes.asm b/includes.asm
new file mode 100644
index 000000000..ce581fd02
--- /dev/null
+++ b/includes.asm
@@ -0,0 +1,2 @@
+INCLUDE "globals.asm"
+INCLUDE "constants.asm"