mirror of
https://github.com/zeldaret/mm.git
synced 2026-08-10 19:16:40 -04:00
Use per-function ASM blocks
This commit is contained in:
@@ -104,6 +104,12 @@ build/baserom/boot: boot.bin
|
||||
build/comp/code.yaz0: code.bin
|
||||
python3 yaz0.py -i $< -o $@
|
||||
|
||||
disasm:
|
||||
# python3 disasm.py
|
||||
@while read -r file; do \
|
||||
python3 ./tools/split_asm.py ./asm/$$file.asm ./asm/nonmatching/$$file; \
|
||||
done < ./tables/files_with_nonmatching.txt
|
||||
|
||||
# Recipes
|
||||
|
||||
build/baserom/%: baserom/%
|
||||
|
||||
Reference in New Issue
Block a user