diff options
Diffstat (limited to 'arm9')
-rw-r--r-- | arm9/Makefile | 4 | ||||
-rw-r--r-- | arm9/asm/crt0.s | 7 |
2 files changed, 6 insertions, 5 deletions
diff --git a/arm9/Makefile b/arm9/Makefile index d97cfb95..5b12cbb8 100644 --- a/arm9/Makefile +++ b/arm9/Makefile @@ -89,7 +89,7 @@ LDFLAGS = -map -nodead -w off -proc v5te -interworking -map -symtab -m _start SHA1SUM = sha1sum JSONPROC = $(TOOLS_DIR)/jsonproc/jsonproc GFX = $(TOOLS_DIR)/nitrogfx/nitrogfx -MWASMARM_PATCHER = $(TOOLS_DIR)/mwasmarm_patcher/mwasmarm_patcher$(EXE) +MWASMARM_PATCHER = $(TOOLS_DIR)/mwasmarm_patcher/mwasmarm_patcher$(EXE) -q TOOLDIRS = $(filter-out $(TOOLS_DIR)/mwccarm,$(wildcard $(TOOLS_DIR)/*)) TOOLBASE = $(TOOLDIRS:$(TOOLS_DIR)/%=%) @@ -112,7 +112,7 @@ endif MAKEFLAGS += --no-print-directory all: $(ROM) - # @$(SHA1SUM) -c $(TARGET).sha1 + @$(SHA1SUM) -c $(TARGET).sha1 clean: mostlyclean make -C $(TOOLS_DIR)/mwasmarm_patcher clean diff --git a/arm9/asm/crt0.s b/arm9/asm/crt0.s index 709bd5f3..fd955dab 100644 --- a/arm9/asm/crt0.s +++ b/arm9/asm/crt0.s @@ -262,9 +262,10 @@ _start_ModuleParams: .word SDK_STATIC_BSS_START .word SDK_STATIC_BSS_END - .word 0x00000000 - .ascii "1u" ; 31 75 - .byte 0x02, 0x03 + .balign 16, 0 + + ; .version + .word 0x03027531 .word 0xdec00621 .byte 0xde, 0xc0, 0x06, 0x21 |