Skip to content

Commit

Permalink
add animReunitingFamiliesEnd1 and animReunitingFamiliesEnd2
Browse files Browse the repository at this point in the history
  • Loading branch information
headshot2017 committed Feb 21, 2024
1 parent 450a617 commit 40619aa
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions mario_cj_anims.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,16 @@ void animJustBusiness(const int& marioId)
// Big Smoke talking to CJ before entering the building in Just Business
}

void animReunitingFamiliesEnd1(const int& marioId)
{
// animation after finishing "Reuniting the Families"
}

void animReunitingFamiliesEnd2(const int& marioId)
{
// animation after finishing "Reuniting the Families"
}

void animCribUseSwitch(const int& marioId)
{
// seen during the OG Loc mission, when ringing the bell at Freddy's house
Expand Down Expand Up @@ -343,6 +353,8 @@ std::unordered_map<std::string, ConvertedAnim> cjAnimKeys =

// missions
{"JST_BUISNESS", {animJustBusiness, false}},
{"END_SC1_PLY", {animReunitingFamiliesEnd1, false}},
{"END_SC2_PLY", {animReunitingFamiliesEnd2, false}},

// misc
{"CRIB_USE_SWITCH", {animCribUseSwitch, false}},
Expand Down

0 comments on commit 40619aa

Please sign in to comment.