mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-04-26 10:25:49 -05:00
Fix batle dome streak thresholds (#9257)
This commit is contained in:
parent
3494d6b064
commit
eb68d746e2
|
|
@ -138,7 +138,7 @@ const struct FrontierBrain gFrontierBrainInfo[NUM_FRONTIER_FACILITIES] =
|
||||||
COMPOUND_STRING("My DOME ACE title isn't just for show!") //Gold
|
COMPOUND_STRING("My DOME ACE title isn't just for show!") //Gold
|
||||||
},
|
},
|
||||||
.battledBit = {1 << 2, 1 << 3},
|
.battledBit = {1 << 2, 1 << 3},
|
||||||
.streakAppearances = {1, 2, 5, 0},
|
.streakAppearances = {4, 9, 5, 0},
|
||||||
},
|
},
|
||||||
[FRONTIER_FACILITY_PALACE] =
|
[FRONTIER_FACILITY_PALACE] =
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user