From 8d58564569978a31cfddc7ddfc276d4c295a87ec Mon Sep 17 00:00:00 2001 From: Pawkkie <61265402+Pawkkie@users.noreply.github.com> Date: Thu, 30 May 2024 15:24:33 -0400 Subject: [PATCH] Test runner set mode (#4661) * Item icon table glitch * Test runner uses OPTIONS_BATTLE_STYLE_SET --- src/data/item_icon_table.h | 2 +- test/test_runner.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/data/item_icon_table.h b/src/data/item_icon_table.h index d3f5a12faa..8b13789179 100644 --- a/src/data/item_icon_table.h +++ b/src/data/item_icon_table.h @@ -1 +1 @@ - + diff --git a/test/test_runner.c b/test/test_runner.c index f5b7224523..9f29d6c7cf 100644 --- a/test/test_runner.c +++ b/test/test_runner.c @@ -124,6 +124,8 @@ top: gIntrTable[7] = Intr_Timer2; + gSaveBlock2Ptr->optionsBattleStyle = OPTIONS_BATTLE_STYLE_SET; + // The current test restarted the ROM (e.g. by jumping to NULL). if (sCurrentTest.address != 0) {