diff --git a/game.cpp b/game.cpp index 197dcc7..1e67b07 100644 --- a/game.cpp +++ b/game.cpp @@ -2,7 +2,7 @@ void init() { - jInit("pixels", 320, 240, 2); + jInit("tutorial_paleta", 320, 240, 2); jSetPal(0, 0x00000000); jSetPal(1, 0xffff0000); jSetPal(2, 0xffffffff);