diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-12-20 17:31:22 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-20 17:31:22 -0600 |
commit | 74b7676ae2d188bdc979e9b337534748c41a5d61 (patch) | |
tree | 7838ca3c7546e7167e7a39478884598b448b3ccd /asm/code_8045A00.s | |
parent | 3e84c8e11ba8b2ec8b9006d3fa5e4f87c4fcc8ad (diff) | |
parent | 010d641899be44eb7fc5f458d819c332e092d03f (diff) |
Merge pull request #86 from mid-kid/master
More disassembly and dependency generation fixes...
Diffstat (limited to 'asm/code_8045A00.s')
-rw-r--r-- | asm/code_8045A00.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/code_8045A00.s b/asm/code_8045A00.s index 3731a1a..529fb22 100644 --- a/asm/code_8045A00.s +++ b/asm/code_8045A00.s @@ -1,5 +1,5 @@ - .include "constants/gba_constants.inc" - .include "asm/macros.inc" + #include "asm/constants/gba_constants.inc" + #include "asm/macros.inc" .syntax unified |