diff options
Diffstat (limited to 'berry_fix/payload/asm/crt0.s')
-rw-r--r-- | berry_fix/payload/asm/crt0.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/berry_fix/payload/asm/crt0.s b/berry_fix/payload/asm/crt0.s index 66536914a..73da8a38f 100644 --- a/berry_fix/payload/asm/crt0.s +++ b/berry_fix/payload/asm/crt0.s @@ -1,6 +1,6 @@ - .include "asm/macros/asm.inc" - .include "asm/macros/function.inc" - .include "constants/gba_constants.inc" + .include "../../asm/macros/asm.inc" + .include "../../asm/macros/function.inc" + .include "../../constants/gba_constants.inc" .syntax unified |