mirror of
https://github.com/zeldaret/oot.git
synced 2025-10-19 04:59:53 +00:00
Decompiled 101 of the 110 scenes. (#153)
* Auto stash before rebase of "upstream/master" * A large number of scenes have been decompiled. * Fixed makefile * Decompiled around 40 scenes. * Removed old file Co-authored-by: Jack Walker <7463599+Jack-Walker@users.noreply.github.com>
This commit is contained in:
parent
442b15c79f
commit
88946f303b
111 changed files with 3380 additions and 523 deletions
6
Makefile
6
Makefile
|
@ -180,8 +180,8 @@ build/assets/%.o: assets/%.c
|
|||
build/src/overlays/%.o: src/overlays/%.c
|
||||
$(CC) -c $(CFLAGS) $(OPTFLAGS) -o $@ $^
|
||||
$(CC_CHECK) $^
|
||||
$(ZAP2) bovl $@ $^ $(@:.o=_reloc.s)
|
||||
$(AS) $(ASFLAGS) $(@:.o=_reloc.s) -o $(@:.o=_reloc.o)
|
||||
$(ZAP2) bovl -i $@ -cfg $^ -o $(@:.o=_reloc.s)
|
||||
-test -f $(@:.o=_reloc.s) && $(AS) $(ASFLAGS) $(@:.o=_reloc.s) -o $(@:.o=_reloc.o)
|
||||
@$(OBJDUMP) -d $@ > $(@:.o=.s)
|
||||
|
||||
build/src/%.o: src/%.c
|
||||
|
@ -223,4 +223,4 @@ build/src/%.o: src/%.c
|
|||
# $(ZAP2) btex ci4 $< $@
|
||||
|
||||
#build/assets/%.ci8: assets/%.ci8.png
|
||||
# $(ZAP2) btex ci8 $< $@
|
||||
# $(ZAP2) btex ci8 $< $@
|
Loading…
Add table
Add a link
Reference in a new issue