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