Skip to content

Commit

Permalink
stop mpColl_80046904 from inlining its helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
BR- committed Feb 15, 2024
1 parent 292f8b4 commit b9a5d4e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/melee/mp/mpcoll.c
Original file line number Diff line number Diff line change
Expand Up @@ -1084,6 +1084,8 @@ void mpColl_80043C6C(CollData* arg0, s32 arg1, s32 arg2)
#define CollisionFlagAir_PlatformPassCallback 0x2
#define CollisionFlagAir_CanGrabLedge 0x4

#pragma push
#pragma dont_inline on
bool mpColl_80046904(CollData* coll, u32 flags)
{ // Physics_CollisionAirCallback
s32 sp24;
Expand Down Expand Up @@ -1376,6 +1378,7 @@ bool mpColl_80046904(CollData* coll, u32 flags)
}
return touched_floor;
}
#pragma pop

bool mpColl_8004730C(CollData* cdata, ftCollisionBox* arg1)
{
Expand Down

0 comments on commit b9a5d4e

Please sign in to comment.