diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-25 21:00:56 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-25 21:00:56 -0400 |
commit | 4b97511982ecdecbac166218b86e786c5cb6718b (patch) | |
tree | e4e60b7093473aab2dc3ddf94966d5a4816b9768 /arm9/asm/macros.inc | |
parent | f08350ee4d2b7568fba5a1b72eb7278812f7adcc (diff) |
Split arm9 compilation to subdir
Diffstat (limited to 'arm9/asm/macros.inc')
-rw-r--r-- | arm9/asm/macros.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arm9/asm/macros.inc b/arm9/asm/macros.inc new file mode 100644 index 00000000..156b2b09 --- /dev/null +++ b/arm9/asm/macros.inc @@ -0,0 +1 @@ + .include "asm/macros/function.inc" |