mirror of https://github.com/zeldaret/tmc.git
Action enum in mazaalBossObject
This commit is contained in:
parent
13e7c6a5ee
commit
5a9bf6dd82
|
|
@ -80,7 +80,7 @@ void MazaalBossObject_Action0(MazaalBossObjectEntity* this) {
|
|||
gRoomControls.camera_target = super;
|
||||
sub_080809D4();
|
||||
} else {
|
||||
super->action = 1;
|
||||
super->action = MAZAAL_BOSS_OBJECT_ACTION_1;
|
||||
super->actionDelay = 30;
|
||||
super->frameIndex = gRoomTransition.field_0x38;
|
||||
super->spritePriority.b0 = 7;
|
||||
|
|
|
|||
Loading…
Reference in New Issue