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

@@ -44,7 +44,7 @@ ActorAnimationInfo TTC_BLUBBER_ACTOR_ANIMATIONS[6] = {
{ASSET_B8_ANIM_BLUBBER_RUN, 0.8f}
};
ActorInfo TTC_BLUBBER_ACTOR_INFO = {
ActorInfo TTC_BLUBBER_ACTOR = {
MARKER_A3_BLUBBER, ACTOR_115_BLUBBER, ASSET_370_MODEL_BLUBBER,
0x1, TTC_BLUBBER_ACTOR_ANIMATIONS,
TTC_Blubber_updateFunc, TTC_Blubber_update2Func, TTC_Blubber_drawFunc,