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