This commit is contained in:
Dragorn421 2025-05-22 19:03:04 +02:00
parent b3ecd5ea86
commit 4d4c306c40
No known key found for this signature in database
GPG Key ID: 381AEBAF3D429335
1 changed files with 2 additions and 1 deletions

View File

@ -235,7 +235,8 @@ void ObjWarp2block_Init(Actor* thisx, PlayState* play2) {
ObjWarp2block_SetInactive(this);
}
PRINTF(T("時のブロック(ワープ2)", "Time Block (Warp 2)") " (<arg> %04xH <type> color:%d range:%d)\n",
PRINTF(T("時のブロック(ワープ2) (<arg> %04xH <type> color:%d range:%d)\n",
"Time Block (Warp 2) (<arg> %04xH <type> color:%d range:%d)\n"),
PARAMS_GET_U(this->dyna.actor.params, 0, 16), this->dyna.actor.home.rot.z & 7,
PARAMS_GET_U(this->dyna.actor.params, 11, 3));
}