1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-09 00:00:44 +00:00

Decompile graph.c

- decompile `graph.c` (2 non-matchings left)
- decompile `z_game_dlftbls.c`
- add noop macros in `gbi.h`
This commit is contained in:
Random 2020-04-04 18:12:59 +02:00
parent b96c016948
commit f818fb5299
685 changed files with 3310 additions and 3503 deletions

View file

@ -26,7 +26,7 @@ static void Opening_Update(OpeningContext* this) {
func_80803C5C(this);
}
static void Opening_Destroy(OpeningContext* this) {
void Opening_Destroy(OpeningContext* this) {
}
void Opening_Init(OpeningContext* this) {