Rename all si_funcs to evt_funcs (#403)

* resolve #397

* fix libultra

* Match func_80144E4C (#406)

* Update hud_element.c

* Update hud_element.h

* Update hud_element.h

* Delete func_80144E4C.s

* Trigger funcs (#405)

* remove old tools, fix warnings

* almost match si_handle_print_debug_var

* si_goto_end_loop and warnings

* is_trigger_bound and create_trigger

* Cleanup + matching 2 non-matchings

* update_triggers (trigger.c complete)

* fix warnings

* PR comments, m2ctx.py fix

* combine PR #398 with #403

* More entity decomp (#402)

* More entity decomp

* cleanup

* Vec3f instead of 3 floats in structE307C0

* resolve #397

* fix libultra

* combine PR #398 with #403

* decompile evt_goto_end_loop

Co-authored-by: JoshDuMan <40190173+JoshDuMan@users.noreply.github.com>
Co-authored-by: Ethan Roseman <ethteck@gmail.com>
Co-authored-by: JaThePlayer <50085307+JaThePlayer@users.noreply.github.com>
This commit is contained in:
Alexander Faßbender
2021-08-29 16:34:42 +02:00
committed by GitHub
parent 4554a46d39
commit afab424519
194 changed files with 10817 additions and 10598 deletions

View File

@@ -2,7 +2,7 @@
#define _SCRIPT_API_BATTLE_H_
#include "common_structs.h"
#include "si.h"
#include "evt.h"
#include "script_api/common.h"

View File

@@ -2,7 +2,7 @@
#define _SCRIPT_API_COMMON_H_
#include "common_structs.h"
#include "si.h"
#include "evt.h"
ApiStatus FadeBackgroundToBlack(Evt* script, s32 isInitialCall);
ApiStatus UnfadeBackgroundFromBlack(Evt* script, s32 isInitialCall);

View File

@@ -2,7 +2,7 @@
#define _SCRIPT_API_MAP_H_
#include "common_structs.h"
#include "si.h"
#include "evt.h"
#include "script_api/common.h"