diff options
Diffstat (limited to 'asm/ground_effect.s')
-rw-r--r-- | asm/ground_effect.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/ground_effect.s b/asm/ground_effect.s index 8591bbc..3610df8 100644 --- a/asm/ground_effect.s +++ b/asm/ground_effect.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 |