From 35e90b896d222077fdd285d4b73a8bfd1af96658 Mon Sep 17 00:00:00 2001 From: Pawkkie <61265402+Pawkkie@users.noreply.github.com> Date: Sun, 19 May 2024 04:13:14 -0400 Subject: [PATCH] Adjust description of FREE_MATCH_CALL (#4590) * Adjust description of FREE_MATCH_CALL * Shorten comment --- include/config/save.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/config/save.h b/include/config/save.h index bf89bae9fb..11836396af 100644 --- a/include/config/save.h +++ b/include/config/save.h @@ -5,7 +5,7 @@ #define FREE_EXTRA_SEEN_FLAGS_SAVEBLOCK1 FALSE // Free up unused Pokédex seen flags (52 bytes). #define FREE_TRAINER_HILL FALSE // Frees up Trainer Hill data (28 bytes). #define FREE_MYSTERY_EVENT_BUFFERS FALSE // Frees up ramScript (1104 bytes). -#define FREE_MATCH_CALL FALSE // Frees up match call and rematch data. (104 bytes). +#define FREE_MATCH_CALL FALSE // Frees up match call and rematch / VS Seeker data. (104 bytes). #define FREE_UNION_ROOM_CHAT FALSE // Frees up union room chat (212 bytes). #define FREE_ENIGMA_BERRY FALSE // Frees up E-Reader Enigma Berry data (52 bytes). #define FREE_LINK_BATTLE_RECORDS FALSE // Frees up link battle record data (88 bytes).