diff options
-rw-r--r-- | berry_fix/payload/asm/libagbsyscall.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/berry_fix/payload/asm/libagbsyscall.s b/berry_fix/payload/asm/libagbsyscall.s index e20f370d0..ea8ef3e89 100644 --- a/berry_fix/payload/asm/libagbsyscall.s +++ b/berry_fix/payload/asm/libagbsyscall.s @@ -1,5 +1,5 @@ .include "asm/macros/function.inc" - .include "constants/gba_constants.inc" + .include "constants/gba_constants.inc" .syntax unified |