Skip to content

Commit 9f976d8

Browse files
author
Niko
committed
comments
1 parent e542a9a commit 9f976d8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

decompile/General/MAIN/MainDB_00_GetClipSize.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
int DECOMP_MainDB_GetClipSize(u_int levelID, int numPlyrCurrGame)
44
{
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+
512
if(levelID == PAPU_PYRAMID || levelID == POLAR_PASS)
613
if (2 < numPlyrCurrGame)
714
return 2500;

0 commit comments

Comments
 (0)