Merge branch banjo-kazooie:master into documentation

This commit is contained in:
Cyrus Kashef
2024-09-01 00:00:26 +00:00
11 changed files with 89 additions and 63 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"