Skip to content

Commit 0abf9ac

Browse files
committed
Added basic support for Mario in the Multiverse
1 parent 9185674 commit 0abf9ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MIPSInterpreter/DecompManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ static bool IsVAddr(uint addr)
8585

8686
static bool IsBZeroSize(int size)
8787
{
88-
return size > 0 && size < 0x1000;
88+
return size > 0 && size <= 0x8000;
8989
}
9090

9191
public DecompManager(uint[] mem)

0 commit comments

Comments
 (0)