1
0
Fork 0
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:
Nicholas Estelami 2020-05-26 12:53:53 -04:00 committed by GitHub
commit 88946f303b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
111 changed files with 3380 additions and 523 deletions

View file

@ -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 $< $@