diff options
Diffstat (limited to 'asm/ground_map.s')
-rw-r--r-- | asm/ground_map.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/ground_map.s b/asm/ground_map.s index 43ad583..204fda8 100644 --- a/asm/ground_map.s +++ b/asm/ground_map.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 |