From d113d5efd94867c2aec1cdd5197cfa29ccbad230 Mon Sep 17 00:00:00 2001 From: TheXaman <48356183+TheXaman@users.noreply.github.com> Date: Mon, 13 Dec 2021 18:56:50 +0100 Subject: [PATCH] Update include/battle_bg.h Co-authored-by: LOuroboros --- include/battle_bg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/battle_bg.h b/include/battle_bg.h index cfa69a92ac..075159148d 100644 --- a/include/battle_bg.h +++ b/include/battle_bg.h @@ -1,7 +1,7 @@ #ifndef GUARD_BATTLE_BG_H #define GUARD_BATTLE_BG_H -#if P_ENABLE_DEBUG +#if P_ENABLE_DEBUG == TRUE struct BattleBackground { const void *tileset;