diff --git a/.gitignore b/.gitignore index a4e80f0..b4786b0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,8 @@ /.vscode -/.idea +/.idea /build /.vs -_codeql_detected_source_root +_codeql_detected_source_root *.sln *.vcxproj* /balatro-gba/x64/** @@ -12,3 +12,4 @@ _codeql_detected_source_root doc tests/util/.vscode tests/util/build +audio/*.bak diff --git a/audio/main_theme.xm b/audio/main_theme.xm index 1fd7d4d..e129d5c 100644 Binary files a/audio/main_theme.xm and b/audio/main_theme.xm differ