diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-06-14 22:01:31 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-06-14 22:01:31 -0400 |
commit | 200bdcb5c2c34f18ca8ccb667642080441feb97f (patch) | |
tree | ed504cfb57480f0a9c6d8af9aded8e5300f16a3d /src/credits.c | |
parent | 8219bb53d59c426de31c43ec3a045b61d7108798 (diff) | |
parent | 817f20d2275d29a2d1976fa2e1281a15b0c45630 (diff) |
Merge branch 'master' of github.com:pret/pokeruby
Diffstat (limited to 'src/credits.c')
-rw-r--r-- | src/credits.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/credits.c b/src/credits.c index 5af2d1e3c..c8de577fc 100644 --- a/src/credits.c +++ b/src/credits.c @@ -1585,7 +1585,7 @@ static void sub_81458DC(void) { for (dexNum = 1, seenTypesCount = 0; dexNum < 386; dexNum++) { - if (sub_8090D90(dexNum, 1)) + if (GetNationalPokedexFlag(dexNum, 1)) { unk201C000->unk90[seenTypesCount] = dexNum; seenTypesCount++; |