diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2018-03-31 14:03:53 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2018-03-31 14:03:53 -0400 |
commit | 20f41da2d2538c81d53ece27d17ead845a40ccd5 (patch) | |
tree | 73c658c963e2f84d9e0364847703389870437e4d /include | |
parent | b157c6a19ee965593073488f4a77de3ce11cdf93 (diff) |
Still more renaming of vars
Diffstat (limited to 'include')
-rw-r--r-- | include/contest.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/contest.h b/include/contest.h index b5a1ed5a6..86a5ea4d7 100644 --- a/include/contest.h +++ b/include/contest.h @@ -445,6 +445,6 @@ void SetContestantEffectStringID2(u8 a, u8 b); void MakeContestantNervous(u8 p); bool8 Contest_IsMonsTurnDisabled(u8 a); bool8 sub_80B214C(u8 a); -void sub_80B141C(u8 a, u8 b); +void SetStartledString(u8 a, u8 b); #endif // GUARD_CONTEST_H |