document: Nipper from TTC

This commit is contained in:
Bl00D4NGEL
2024-09-29 00:27:02 +02:00
parent ae0e7f6caf
commit bedd22fc40
5 changed files with 96 additions and 84 deletions

View File

@@ -22,21 +22,21 @@ ActorAnimationInfo TTC_LOCKUP_ANIMATIONS[6] ={
{ASSET_BC_ANIM_LOCKUP, 8000000.0f}
};
ActorInfo TTC_LOCKUP_ACTOR_LOCKUP_SLOW = {
ActorInfo TTC_LOCKUP_ACTOR_SLOW = {
MARKER_A4_LOCKUP_SLOW, ACTOR_151_LOCKUP_SLOW, ASSET_3D4_MODEL_LOCKUP,
1, TTC_LOCKUP_ANIMATIONS,
TTC_Lockup_updateFunc, func_80326224, TTC_Lockup_drawFunc,
2500, 0x366, 0.0f, 0
};
ActorInfo TTC_LOCKUP_ACTOR_LOCKUP_MEDIUM = {
ActorInfo TTC_LOCKUP_ACTOR_MEDIUM = {
MARKER_F6_LOCKUP_MEDIUM, ACTOR_152_LOCKUP_MEDIUM, ASSET_3D4_MODEL_LOCKUP,
1, TTC_LOCKUP_ANIMATIONS,
TTC_Lockup_updateFunc, func_80326224, TTC_Lockup_drawFunc,
2500, 0x366, 0.0f, 0
};
ActorInfo TTC_LOCKUP_ACTOR_LOCKUP_FAST = {
ActorInfo TTC_LOCKUP_ACTOR_FAST = {
MARKER_F7_LOCKUP_FAST, ACTOR_153_LOCKUP_FAST, ASSET_3D4_MODEL_LOCKUP,
1, TTC_LOCKUP_ANIMATIONS,
TTC_Lockup_updateFunc, func_80326224, TTC_Lockup_drawFunc,