From 2c15471cecaef34ee5d5dd51d9799613b851c262 Mon Sep 17 00:00:00 2001 From: WhenGryphonsFly <84215159+WhenGryphonsFly@users.noreply.github.com> Date: Sun, 13 Aug 2023 15:05:18 -0500 Subject: [PATCH] Update permuter_settings.toml It was not, in fact, just the lack of -fprologue-bugfix --- permuter_settings.toml | 2 +- src/pokedex_end.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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) {