Skip to content

Commit

Permalink
progress
Browse files Browse the repository at this point in the history
  • Loading branch information
Niko committed Mar 10, 2023
1 parent 1408346 commit a4c4335
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions psx-modding-toolchain/games/CrashTeamRacing/ghidra/COLL.c
Original file line number Diff line number Diff line change
Expand Up @@ -934,6 +934,7 @@ void FUN_8001d944(int param_1,int param_2)
// if you are not being mask grabbed
(*(char *)(param_2 + 0x376) != '\x05') &&

// if not already on killplane
((*(ushort *)(param_2 + 0xaa) & 1) == 0)
) &&

Expand Down

0 comments on commit a4c4335

Please sign in to comment.