diff --git a/Dockerfile b/Dockerfile index 3f7e23b..9c5ffca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,4 @@ ARG GROUP_ID ENV DEBIAN_FRONTEND="noninteractive" -RUN apt update && apt install -y build-essential python3-pip && pip install pandas requests openpyxl --break-system-packages +RUN apt update && apt install -y build-essential python3-pip python3-png && pip install pandas requests openpyxl --break-system-packages \ No newline at end of file diff --git a/Makefile b/Makefile index 2967c69..b959db5 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -BUILD_LANGS := japanese english french german italian spanisheu spanishla +BUILD_LANGS := japanese english french german italian spanishEU spanishLA BUILD_TYPES := release debug # defaults diff --git a/source/main.cpp b/source/main.cpp index 93fdefd..9c69ab7 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -467,7 +467,7 @@ static void __attribute__((noinline)) show_intro() { fade = abs(((get_frame_count() / 6) % 24) - 12); global_next_frame(); - start_pressed = key_hit(KEY_START) | key_hit(KEY_A) | true; + start_pressed = key_hit(KEY_START) | key_hit(KEY_A); REG_BLDALPHA = BLDA_BUILD(0b10000, fade); } } diff --git a/tools/payload-generator/Makefile b/tools/payload-generator/Makefile index a1de7be..bf978a4 100644 --- a/tools/payload-generator/Makefile +++ b/tools/payload-generator/Makefile @@ -1,5 +1,5 @@ -BUILD_LANGS := japanese english french german italian spanish-eu spanish-la +BUILD_LANGS := japanese english french german italian spanishEU spanishLA BUILD_TYPES := release debug # defaults