rename animctrl to anctrl to match source debug string and tooie naming

rename `rumbleManager` to `bamotor`
This commit is contained in:
banjo.decomp
2024-10-30 19:51:58 -05:00
parent aa181c3bd9
commit 4c3d4df97b
134 changed files with 1588 additions and 1587 deletions

View File

@@ -2553,7 +2553,7 @@ enum item_e
ITEM_2B_UNKNOWN = 0x2B //uses jiggy model
};
enum animctrl_direction_e
enum anctrl_direction_e
{
mvmt_dir_forwards = 1
};