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