diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-01-16 13:05:26 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-01-16 13:05:26 -0500 |
commit | fba3fc738ab42b938ebfc02fc88cbc88e7686590 (patch) | |
tree | 9b93a90ecace9ffd9df8dc14bb2d6314ade6b163 /src/pokemon.c | |
parent | fad367402892e1c25634c4448936d84a621c341c (diff) |
Document Pokemon Tower scripts
Diffstat (limited to 'src/pokemon.c')
-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 39019421c..1270a25ed 100644 --- a/src/pokemon.c +++ b/src/pokemon.c @@ -6059,7 +6059,7 @@ bool8 CheckBattleTypeGhost(struct Pokemon *mon, u8 battlerId) { GetMonData(mon, MON_DATA_NICKNAME, buffer); StringGetEnd10(buffer); - if (!StringCompare(buffer, gUnknown_841D148)) + if (!StringCompare(buffer, gText_Ghost)) return TRUE; } return FALSE; |