diff options
author | yenatch <yenatch@gmail.com> | 2017-06-14 22:01:02 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-14 22:01:02 -0400 |
commit | 817f20d2275d29a2d1976fa2e1281a15b0c45630 (patch) | |
tree | 91ee5276494ed423b3c3cd1344a9d0444a418dee /src/easy_chat.c | |
parent | daf3212ee1f2e790441c6c4651559c8aee5472b2 (diff) | |
parent | 07080a6e5921f7844decac66ac36e2a5296ff778 (diff) |
Merge pull request #320 from ProjectRevoTPP/master
finish decompiling player_pc.c
Diffstat (limited to 'src/easy_chat.c')
-rw-r--r-- | src/easy_chat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/easy_chat.c b/src/easy_chat.c index b0168d3bc..e43ba751f 100644 --- a/src/easy_chat.c +++ b/src/easy_chat.c @@ -471,7 +471,7 @@ static u16 sub_80EB9D8(void) { { const u16 dexNum = SpeciesToNationalPokedexNum(*speciesList); - const u8 local2 = sub_8090D90(dexNum, 0); + const u8 local2 = GetNationalPokedexFlag(dexNum, 0); if (local2) { |