mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-02-21 11:43:37 +01:00
Merge pull request #177 from DizzyEggg/patch-1
Add a comment about one battle transition
This commit is contained in:
commit
852b858571
@ -2730,6 +2730,10 @@ static bool8 Phase2_ShredSplit_Func2(struct Task *task)
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
// This function never increments the state counter, because the loop condition
|
||||
// is always false, resulting in the game being stuck in an infinite loop.
|
||||
// It's possible this transition is only partially
|
||||
// done and the second part was left out.
|
||||
static bool8 Phase2_ShredSplit_Func3(struct Task *task)
|
||||
{
|
||||
u16 i;
|
||||
|
Loading…
x
Reference in New Issue
Block a user