diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/crt0.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crt0.s b/src/crt0.s index 15698972d..e876c4c10 100644 --- a/src/crt0.s +++ b/src/crt0.s @@ -1,3 +1,4 @@ + .include "constants/global.h" .include "constants/gba_constants.inc" .include "constants/misc_constants.inc" .include "constants/version.inc" |