mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-22 06:52:03 +00:00
Match entity actors O-T (#1826)
This commit is contained in:
parent
cdd24f2ac6
commit
c86bf5011b
23 changed files with 243 additions and 134 deletions
|
@ -137,6 +137,7 @@ s32 func_80AF26A0(EnRu2* this) {
|
|||
return params & 0xFF;
|
||||
}
|
||||
|
||||
#if OOT_DEBUG
|
||||
void func_80AF26AC(EnRu2* this) {
|
||||
this->action = 7;
|
||||
this->drawConfig = 0;
|
||||
|
@ -164,6 +165,7 @@ void func_80AF26D0(EnRu2* this, PlayState* play) {
|
|||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
void func_80AF2744(EnRu2* this, PlayState* play) {
|
||||
Actor_UpdateBgCheckInfo(play, &this->actor, 75.0f, 30.0f, 30.0f, UPDBGCHECKINFO_FLAG_2);
|
||||
|
@ -450,7 +452,9 @@ void func_80AF30AC(EnRu2* this, PlayState* play) {
|
|||
|
||||
void func_80AF3144(EnRu2* this, PlayState* play) {
|
||||
func_80AF2F04(this, play);
|
||||
#if OOT_DEBUG
|
||||
func_80AF26D0(this, play);
|
||||
#endif
|
||||
}
|
||||
|
||||
void func_80AF3174(EnRu2* this, PlayState* play) {
|
||||
|
@ -458,7 +462,9 @@ void func_80AF3174(EnRu2* this, PlayState* play) {
|
|||
EnRu2_UpdateSkelAnime(this);
|
||||
func_80AF2608(this);
|
||||
func_80AF2F58(this, play);
|
||||
#if OOT_DEBUG
|
||||
func_80AF26D0(this, play);
|
||||
#endif
|
||||
}
|
||||
|
||||
void func_80AF31C8(EnRu2* this, PlayState* play) {
|
||||
|
@ -466,7 +472,9 @@ void func_80AF31C8(EnRu2* this, PlayState* play) {
|
|||
EnRu2_UpdateSkelAnime(this);
|
||||
func_80AF2608(this);
|
||||
func_80AF30AC(this, play);
|
||||
#if OOT_DEBUG
|
||||
func_80AF26D0(this, play);
|
||||
#endif
|
||||
}
|
||||
|
||||
void func_80AF321C(EnRu2* this, PlayState* play) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue