1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-03 06:24:30 +00:00

Decompile playback.c (#82)

* Decompile playback.c

* Remove rename_sym.sh

* Fixed for loop in pop_node_...

* Address krim's other issues

* Remove rename_sym again

* Address Roman's comments.

* Fix build and remove rename_sym another time.
This commit is contained in:
JoshDuMan 2020-04-21 04:19:33 -04:00 committed by GitHub
parent aecf375b84
commit e050319e07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 2658 additions and 2679 deletions

View file

@ -7,6 +7,7 @@
#include <ultra64/controller.h>
#include <z64light.h>
#include <z64actor.h>
#include <z64audio.h>
#include <z64object.h>
#include <z64cutscene.h>
#include <z64scene.h>