spidey-decomp/ps2gamefmv.cpp
2024-05-23 18:40:42 +02:00

16 lines
140 B
C++

#include "ps2gamefmv.h"
// @Ok
int GameFMV_GetNumMovies(void)
{
return 27;
}
// @Ok
int PShell_GetNumCostumePSXs(void)
{
return 10;
}