1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-04 06:54:33 +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
parent 442b15c79f
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

@ -2063,4 +2063,4 @@ void Cutscene_SetSegment(GlobalContext* globalCtx, u32 segment) {
} else {
globalCtx->csCtx.segment = (void*)segment;
}
}
}