From f11da419b6a0233b5affaba1a5ddb234f676178f Mon Sep 17 00:00:00 2001 From: dbalatoni13 <40299962+dbalatoni13@users.noreply.github.com> Date: Mon, 14 Apr 2025 17:57:37 +0200 Subject: [PATCH] Fix PAL build --- src/game/board/shop.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/game/board/shop.c b/src/game/board/shop.c index 5378fbef..f790efb1 100755 --- a/src/game/board/shop.c +++ b/src/game/board/shop.c @@ -984,6 +984,7 @@ static void CreateShopItemChoice(s32 arg0, s32 arg1) ItemChoiceWork *var_r31; s16 spC; #if VERSION_PAL + s16 i; for (i = 0; i < 6; i++) { cursorPosTbl[i][0] = 190; }