diff options
author | PokeCodec <doremylover456@gmail.com> | 2020-08-20 10:49:53 -0400 |
---|---|---|
committer | PokeCodec <67983839+PokeCodec@users.noreply.github.com> | 2020-09-04 19:49:53 -0400 |
commit | 608da287c1ecc593ac7b7f2c793114c99a032d04 (patch) | |
tree | 6763982dd922866175b056678a71160b3351d5e2 /src/match_call.c | |
parent | aa841047a39cc943e9cd3f53c69d45f49c2dfdb0 (diff) |
Create Macros and refactor
Diffstat (limited to 'src/match_call.c')
-rw-r--r-- | src/match_call.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/match_call.c b/src/match_call.c index aaf6f29d2..c02cc6c39 100644 --- a/src/match_call.c +++ b/src/match_call.c @@ -1774,7 +1774,7 @@ static int GetNumOwnedBadges(void) static bool32 sub_8196D74(int matchCallId) { int dayCount; - int otId; + u32 otId; u16 easyChatWord; int numRematchTrainersFought; int var0, var1, var2; |