mirror of
https://github.com/pret/pokepinballrs.git
synced 2026-03-21 17:24:13 -05:00
Update permuter_settings.toml
It was not, in fact, just the lack of -fprologue-bugfix
This commit is contained in:
parent
24a95e8084
commit
2c15471cec
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
#include "global.h"
|
||||
#include "main.h"
|
||||
|
||||
// -fprologue-bugfix
|
||||
#ifdef NONMATCHING
|
||||
void ResetPokedex(void)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user