ccw/ch/vacationtexttrigger, ccw/ch/grublinhood documentation update

This commit is contained in:
Banjo Kazooie
2024-08-31 17:48:41 -05:00
parent 33745d334b
commit 131e422275
10 changed files with 88 additions and 62 deletions

View File

@@ -5,8 +5,6 @@
#include "core2/animctrl.h"
#include "animation.h"
extern u32 D_A0000238;
/* .code */
void animctrl_80286F90(AnimCtrl *this){
Animation *anim;

View File

@@ -1,3 +1,11 @@
/**
* @file anim/commoncache.c
* @brief This file controls a cache of common animations consisting of
* player move animations. This main difference between this cache and
* the normal anim/cache.c is that these assets default to persist even
* after they become stall, and are cleaned up much later in memory
* defragmentation.
*/
#include <ultra64.h>
#include "functions.h"
#include "variables.h"