1
0

Implement GSPOIT

This commit is contained in:
otya128
2016-12-12 22:34:25 +09:00
parent e51b8fa282
commit ab4dcc491f
2 changed files with 19 additions and 4 deletions

View File

@@ -534,6 +534,10 @@ class BuiltinFunction
throw new TypeMismatch("GPUTCHR", 3);
}
}
static int GSPOIT(PetitComputer p, int x, int y)
{
return p.graphic.gspoit(p.graphic.useGRP, x, y);
}
static void BGMPLAY(PetitComputer p, int music)
{
}