From faca2fbef623b99596c3a77d94cd89fcb5450146 Mon Sep 17 00:00:00 2001 From: Eduardo Quezada D'Ottone Date: Fri, 3 Dec 2021 20:24:10 -0300 Subject: [PATCH] Adjusted Front pic coords so they align to single battle --- src/pokemon_debug.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pokemon_debug.c b/src/pokemon_debug.c index 406fe239b..1c5060f92 100644 --- a/src/pokemon_debug.c +++ b/src/pokemon_debug.c @@ -35,8 +35,8 @@ #include "constants/items.h" //Defines -#define DEBUG_MON_X 140 -#define DEBUG_MON_Y 14 +#define DEBUG_MON_X 137 +#define DEBUG_MON_Y 18 #define DEBUG_MON_BACK_X 32 #define DEBUG_MON_BACK_Y 50 #define DEBUG_ICON_X 158