diff options
author | YamaArashi <shadow962@live.com> | 2015-10-10 08:43:47 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-10-10 08:43:47 -0700 |
commit | 14a95252f805c04132eeb80ec9fe9186132bf60d (patch) | |
tree | ecaf7e98c2cb95a68605e597bb8c5218606ba6db | |
parent | fd6e15b70a844ba646f3a39e9f248d429078e2e5 (diff) |
create constants dir
-rw-r--r-- | asm/emerald.s | 2 | ||||
-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 |