mirror of
https://github.com/zeldaret/tmc
synced 2026-08-01 00:08:54 -04:00
naming work
This commit is contained in:
@@ -17,8 +17,8 @@ void sub_0808F658(Entity* this) {
|
||||
this->frameIndex = this->type;
|
||||
this->direction = 8;
|
||||
this->speed = gUnk_08121EB0[this->type];
|
||||
this->field_0x78.HWORD = gRoomControls.roomOriginX - 0x60;
|
||||
this->field_0x7a.HWORD = gRoomControls.roomOriginX + gRoomControls.width + 0x60;
|
||||
this->field_0x78.HWORD = gRoomControls.origin_x - 0x60;
|
||||
this->field_0x7a.HWORD = gRoomControls.origin_x + gRoomControls.width + 0x60;
|
||||
this->animationState = 0;
|
||||
this->x.HALF.HI += (Random() & 0xf) << 4;
|
||||
this->actionDelay = 0;
|
||||
|
||||
Reference in New Issue
Block a user