Remove a bunch of unused/messy stuff

This commit is contained in:
Arceveti
2021-09-25 09:31:45 -07:00
parent 05db3dbae2
commit 332d22489f
107 changed files with 97 additions and 1227 deletions

View File

@@ -3422,7 +3422,6 @@ const BehaviorScript bhvYellowBall[] = {
BREAK(),
};
UNUSED static const u64 behavior_data_unused_0 = 0;
const BehaviorScript bhvMario[] = {
BEGIN(OBJ_LIST_PLAYER),
SET_INT(oIntangibleTimer, 0),
@@ -3516,7 +3515,6 @@ const BehaviorScript bhvSwimmingWarp[] = {
BREAK(),
};
UNUSED static const u64 behavior_data_unused_1 = 0;
const BehaviorScript bhvRandomAnimatedTexture[] = {
BEGIN(OBJ_LIST_LEVEL),
OR_INT(oFlags, OBJ_FLAG_UPDATE_GFX_POS_AND_ANGLE),