diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-07-14 12:22:44 +0800 |
---|---|---|
committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-07-14 12:22:44 +0800 |
commit | 277726fd5e8c6da021206deeecb163f40073ff3c (patch) | |
tree | 83118f5e14dc7c2248a259f09a0e42213cfa0ce0 /src | |
parent | 6e2ae504b86d0b72c797d441d7ea204bc7d5e2d3 (diff) |
interpret filler with empty agbstring
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] = { |