We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e542a9a commit 9f976d8Copy full SHA for 9f976d8
decompile/General/MAIN/MainDB_00_GetClipSize.c
@@ -2,6 +2,13 @@
2
3
int DECOMP_MainDB_GetClipSize(u_int levelID, int numPlyrCurrGame)
4
{
5
+
6
+ /*
7
+ Breakpoint 800aa790
8
+ $s7/r23 is pointer to start Clip Buffer (buffer start)
9
+ $t8/r24 is pointer to curr Clip Buffer (last write)
10
+ */
11
12
if(levelID == PAPU_PYRAMID || levelID == POLAR_PASS)
13
if (2 < numPlyrCurrGame)
14
return 2500;
0 commit comments