diff --git a/player/player.c b/player/player.c index be9008f..52e40a9 100644 --- a/player/player.c +++ b/player/player.c @@ -101,7 +101,7 @@ int main(void) { display(); #ifdef __POCKETSTATION__ - if(PAD_STATUS & PAD_BUTTON) { + if(PadOnRelease & PAD_BUTTON) { loop = 0; break; }