dolphin did

This commit is contained in:
MX
2023-06-09 14:14:05 +03:00
parent e9fc5f62a5
commit 53f6205766
19 changed files with 24 additions and 24 deletions

View File

@@ -389,7 +389,7 @@ int32_t tetris_game_app() {
uint8_t downRepeatCounter = 0;
// Call dolphin deed on game start
DOLPHIN_DEED(DolphinDeedPluginGameStart);
dolphin_deed(DolphinDeedPluginGameStart);
for(bool processing = true; processing;) {
// This 10U implicitly sets the game loop speed. downRepeatCounter relies on this value