summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-10-10 08:43:47 -0700
committerYamaArashi <shadow962@live.com>2015-10-10 08:43:47 -0700
commit14a95252f805c04132eeb80ec9fe9186132bf60d (patch)
treeecaf7e98c2cb95a68605e597bb8c5218606ba6db
parentfd6e15b70a844ba646f3a39e9f248d429078e2e5 (diff)
create constants dir
-rw-r--r--asm/emerald.s2
-rw-r--r--constants/gba_constants.s (renamed from asm/defines.s)0
2 files changed, 1 insertions, 1 deletions
diff --git a/asm/emerald.s b/asm/emerald.s
index 791caacab..4f31e3f53 100644
--- a/asm/emerald.s
+++ b/asm/emerald.s
@@ -1,4 +1,4 @@
- .include "asm/defines.s"
+ .include "constants/gba_constants.s"
.include "asm/macros.s"
.syntax unified
diff --git a/asm/defines.s b/constants/gba_constants.s
index a4f3e3291..a4f3e3291 100644
--- a/asm/defines.s
+++ b/constants/gba_constants.s