diff options
author | camthesaxman <cameronghall@cox.net> | 2017-06-15 01:31:19 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-06-15 01:31:19 -0500 |
commit | 8c5d8a550780ec370f340ad2537c5ec418740839 (patch) | |
tree | b2763c4d325426183f9f7d9aefc27d0e2d9c9d9a /src/credits.c | |
parent | 86a26c9282f03c751fc67e7da6e0d4014f69a688 (diff) | |
parent | 6f4bf2cb0535b1a7dc72029c65d93e3ebdb19f95 (diff) |
fix merge conflicts
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++; |