mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-14 19:10:25 +00:00
Match retail demo actors (#1745)
* Match GetCue functions * Match retail demo actors * Add redundant parentheses around kREG(X) == Y in z_demo_gt.c * Remove goto in DemoEffect_DrawLightEffect * Rename "dl" * Comment on possible array * Use the word "fake" * Remove redundant return
This commit is contained in:
parent
5c3a722aca
commit
33d8044e45
18 changed files with 161 additions and 83 deletions
|
@ -165,7 +165,9 @@ void func_809782A0(DemoGeff* this, PlayState* play) {
|
|||
void func_80978308(DemoGeff* this, PlayState* play) {
|
||||
func_809781FC(this, play);
|
||||
func_809782A0(this, play);
|
||||
#if OOT_DEBUG
|
||||
func_80978030(this, play);
|
||||
#endif
|
||||
}
|
||||
|
||||
void func_80978344(DemoGeff* this, PlayState* play) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue