Name a bunch of stuff

This commit is contained in:
Arceveti
2021-09-13 19:57:26 -07:00
parent 0ffdab82ce
commit 423e42d697
101 changed files with 1165 additions and 1332 deletions

View File

@@ -1499,7 +1499,7 @@ const BehaviorScript bhvBouncingFireball[] = {
OR_INT(oFlags, (OBJ_FLAG_COMPUTE_DIST_TO_MARIO | OBJ_FLAG_UPDATE_GFX_POS_AND_ANGLE)),
DISABLE_RENDERING(),
BEGIN_LOOP(),
CALL_NATIVE(bhv_bouncing_fireball_loop),
CALL_NATIVE(bhv_bouncing_fireball_spawner_loop),
END_LOOP(),
};
@@ -2500,7 +2500,7 @@ const BehaviorScript bhvPenguinBaby[] = {
BREAK(),
};
const BehaviorScript bhvUnused20E0[] = {
const BehaviorScript bhvSmallPenguinReturned[] = {
BEGIN(OBJ_LIST_GENACTOR),
BREAK(),
};