summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorExpoSeed <>2021-05-15 15:59:54 -0500
committerExpoSeed <>2021-05-15 15:59:54 -0500
commita7e3da2301aa7913f2437fe2152efcec6e96faef (patch)
tree79e3819ea798c409d5903ae252cc97609eba581c /src
parent361fa594b30005edaa8aef5f6b02ac8b15149cba (diff)
pyramidWinStreas
Diffstat (limited to 'src')
-rw-r--r--src/battle_pyramid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_pyramid.c b/src/battle_pyramid.c
index 8eb09bb8d..50efeecb4 100644
--- a/src/battle_pyramid.c
+++ b/src/battle_pyramid.c
@@ -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;