diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-10-17 17:51:35 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-10-17 21:32:09 -0400 |
commit | f2e0c9ec9d6333813ca37edbb944ff333770679e (patch) | |
tree | 60b077e2f0105aea6cbbac65965427c780bd97b4 /gflib | |
parent | 371a13e9f9a44ba3959789361f3fc4a825fee9ab (diff) |
Some pokedex clean up
Diffstat (limited to 'gflib')
-rw-r--r-- | gflib/text.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gflib/text.h b/gflib/text.h index f71cd557f..8871ba2f1 100644 --- a/gflib/text.h +++ b/gflib/text.h @@ -71,7 +71,7 @@ // #define CHAR_i_ACUTE 0x6F // -#define CHAR_GENDERLESS 0x77 // Empty space for lack of gender icon +#define CHAR_SPACER 0x77 // Empty space // #define CHAR_UP_ARROW 0x79 #define CHAR_DOWN_ARROW 0x7A |