diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-26 13:41:07 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-26 13:41:07 -0400 |
commit | 3a1259dbe647e8acfa62632890deda5ac7524423 (patch) | |
tree | aaf01ea7fa8466305cb4c634a45002fac6b3e0ab /arm9 | |
parent | a4d6c2b4f773a1da564799c6f64d683611e1bd8e (diff) |
Label symbols in arm7_rom.s; quiet mwasmarm_patcher; SHA1 checksums for arm7, arm9 binaries
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 |