document various assets, bsStoredState.c, and stateTimers.c
This commit is contained in:
@@ -29,7 +29,7 @@ void __chnapper_setState(Actor *this, s32 next_state){
|
||||
local->unk4 = 0.0f;
|
||||
actor_collisionOff(this);
|
||||
if(next_state == 1)
|
||||
func_80335924(this->unk148, ASSET_A3_ANIM_NAPPER_SLEEPING, 0.2f, 2.5f);
|
||||
func_80335924(this->unk148, ASSET_A3_ANIM_NAPPER_ASLEEP, 0.2f, 2.5f);
|
||||
|
||||
if(next_state == 2){
|
||||
func_80335924(this->unk148, ASSET_A4_ANIM_NAPPER_AWAKE, 0.2f, 5.0f);
|
||||
@@ -39,7 +39,7 @@ void __chnapper_setState(Actor *this, s32 next_state){
|
||||
}
|
||||
|
||||
if(next_state == 3){
|
||||
func_80335924(this->unk148, 0xA5, 0.2f, 1.5f);
|
||||
func_80335924(this->unk148, ASSET_A5_ANIM_NAPPER_WALK, 0.2f, 1.5f);
|
||||
func_80335A8C(this->unk148, 2);
|
||||
func_8030E484(SFX_41_MUMBO_ERGHHH);
|
||||
}
|
||||
@@ -50,7 +50,7 @@ void __chnapper_setState(Actor *this, s32 next_state){
|
||||
}
|
||||
|
||||
if(next_state == 5){
|
||||
func_80335924(this->unk148, 0xA6, 2.0f, 4.0f);
|
||||
func_80335924(this->unk148, ASSET_A6_ANIM_NAPPER_ALERT, 2.0f, 4.0f);
|
||||
actor_collisionOn(this);
|
||||
local->jiggy_marker->collidable = FALSE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user