Adjust description of FREE_MATCH_CALL (#4590)
* Adjust description of FREE_MATCH_CALL * Shorten comment
This commit is contained in:
parent
b7fc2b447a
commit
35e90b896d
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
#define FREE_EXTRA_SEEN_FLAGS_SAVEBLOCK1 FALSE // Free up unused Pokédex seen flags (52 bytes).
|
#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_TRAINER_HILL FALSE // Frees up Trainer Hill data (28 bytes).
|
||||||
#define FREE_MYSTERY_EVENT_BUFFERS FALSE // Frees up ramScript (1104 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_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_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).
|
#define FREE_LINK_BATTLE_RECORDS FALSE // Frees up link battle record data (88 bytes).
|
||||||
|
|
Loading…
Reference in a new issue