mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-02-05 02:40:56 +01:00
pyramidWinStreas
This commit is contained in:
parent
361fa594b3
commit
a7e3da2301
@ -1403,7 +1403,7 @@ void GenerateBattlePyramidWildMon(void)
|
|||||||
#ifndef UBFIX
|
#ifndef UBFIX
|
||||||
if (gSaveBlock2Ptr->frontier.pyramidWinStreaks[lvl] >= 140)
|
if (gSaveBlock2Ptr->frontier.pyramidWinStreaks[lvl] >= 140)
|
||||||
#else
|
#else
|
||||||
if (gSaveBlock2Ptr->frontier.pyramidWinStreas[gSaveBlock2Ptr->frontier.lvlMode] >= 140)
|
if (gSaveBlock2Ptr->frontier.pyramidWinStreaks[gSaveBlock2Ptr->frontier.lvlMode] >= 140)
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
id = (Random() % 17) + 15;
|
id = (Random() % 17) + 15;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user