From d1f02a8395e1daa36e49981ce8c548cfac9086e4 Mon Sep 17 00:00:00 2001 From: Eduardo Quezada Date: Fri, 19 Jan 2024 14:24:50 -0300 Subject: [PATCH] Centered follower sprite better in debug menu --- include/constants/pokemon_debug.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/constants/pokemon_debug.h b/include/constants/pokemon_debug.h index f92cd4941e..d68eab15d1 100644 --- a/include/constants/pokemon_debug.h +++ b/include/constants/pokemon_debug.h @@ -8,8 +8,8 @@ #define DEBUG_ICON_Y 144 #define DEBUG_MON_SHINY 0 #define DEBUG_MON_NORMAL 9 -#define DEBUG_FOLLOWER_X 192 -#define DEBUG_FOLLOWER_Y 144 +#define DEBUG_FOLLOWER_X 176 +#define DEBUG_FOLLOWER_Y 128 #define MODIFY_DIGITS_MAX 4 #define MODIFY_DIGITS_ARROW_X 129