mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-23 23:41:24 +00:00
Match even more retail actors (#1720)
* Match even more actors
* Add macro for DebugDisplay_AddObject
* Prefer OOT_DEBUG &&
* Better EnReeba_Stunned match
* Revert "Add macro for DebugDisplay_AddObject"
This reverts commit 8197823abb
.
* Prefer OOT_DEBUG && some more
* Reformatting
* Add fake match comment
This commit is contained in:
parent
1ba2d6d0f9
commit
b32d0a91ed
26 changed files with 217 additions and 179 deletions
|
@ -31,9 +31,7 @@ ActorInit End_Title_InitVars = {
|
|||
void EndTitle_Init(Actor* thisx, PlayState* play) {
|
||||
EndTitle* this = (EndTitle*)thisx;
|
||||
|
||||
this->endAlpha = 0;
|
||||
this->tlozAlpha = 0;
|
||||
this->ootAlpha = 0;
|
||||
this->endAlpha = this->tlozAlpha = this->ootAlpha = 0;
|
||||
if (this->actor.params == 1) {
|
||||
this->actor.draw = EndTitle_DrawNintendoLogo;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue