diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/pokemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokemon.c b/src/pokemon.c index d9e404a83..f4150d5b6 100644 --- a/src/pokemon.c +++ b/src/pokemon.c @@ -136,7 +136,7 @@ const u8 gStatStageRatios[][2] = { 108, 120 }, }; -static const u8 filler = 0xFF; +static const u8 sFiller = _(""); static const u8 sHoldEffectToType[][2] = { |