Label hidden block and com path code

This commit is contained in:
gamemasterplc 2024-01-16 20:38:55 -06:00
parent 6a973939d7
commit 8f30df6f7e
4 changed files with 48 additions and 47 deletions

View file

@ -92,7 +92,7 @@ s32 BoardSpaceWalkMiniEventExec(void)
return ret;
}
s16 BoardSpaceCountGet(s32 layer)
s32 BoardSpaceCountGet(s32 layer)
{
return spaceCnt[layer];
}