aab9678b02
In the Pokémon Storage System, even FONT_SMALL_NARROWER isn't sufficient to prevent clipping in all cases. e.g. Unremarkable Teacup clips. We have decided to accept that cost to make the rest of the user experience better, but downstream projects that don't like that trade-off can either a) alter the Pokémon Storage System UI, or b) set I_EXPANDED_ITEM_NAMES to FALSE.
9 lines
216 B
C
9 lines
216 B
C
#ifndef GUARD_CONFIG_TEST_H
|
|
#define GUARD_CONFIG_TEST_H
|
|
|
|
#undef B_EXPANDED_MOVE_NAMES
|
|
#define B_EXPANDED_MOVE_NAMES TRUE
|
|
#undef I_EXPANDED_ITEM_NAMES
|
|
#define I_EXPANDED_ITEM_NAMES TRUE
|
|
|
|
#endif // GUARD_CONFIG_TEST_H
|