We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62ee574 commit 30af90eCopy full SHA for 30af90e
1 file changed
ASM/c/main.c
@@ -49,6 +49,9 @@ void before_game_state_update() {
49
manage_music_changes();
50
manage_uninvert_yaxis();
51
display_misc_messages();
52
+#if DEBUG_MODE
53
+ manage_debug_inputs();
54
+#endif
55
}
56
57
void after_game_state_update() {
0 commit comments