diff --git a/permuter_settings.toml b/permuter_settings.toml index 68bf65e..f73a118 100644 --- a/permuter_settings.toml +++ b/permuter_settings.toml @@ -1,3 +1,3 @@ compiler_type = "gcc" -compiler_command = "tools/agbcc/bin/agbcc -mthumb-interwork -Wimplicit -Wparentheses -Werror -O2 -fhex-asm -o /dev/stdout | arm-none-eabi-as -mcpu=arm7tdmi" +compiler_command = "tools/agbcc/bin/agbcc -mthumb-interwork -Wimplicit -Wparentheses -Werror -O2 -fhex-asm -fprologue-bugfix -o /dev/stdout | arm-none-eabi-as -mcpu=arm7tdmi" assembler_command = "arm-none-eabi-as -mcpu=arm7tdmi" diff --git a/src/pokedex_end.c b/src/pokedex_end.c index 6998d2d..ab17c4d 100644 --- a/src/pokedex_end.c +++ b/src/pokedex_end.c @@ -1,7 +1,6 @@ #include "global.h" #include "main.h" -// -fprologue-bugfix #ifdef NONMATCHING void ResetPokedex(void) {