Merge pull request #1734 from WhenGryphonsFly/clean__battledomebugfix
Fix BUGFIX return statement in battle_dome.c
This commit is contained in:
+1
-1
@@ -2763,7 +2763,7 @@ static int GetTypeEffectivenessPoints(int move, int targetSpecies, int mode)
|
|||||||
{
|
{
|
||||||
typePower = 8;
|
typePower = 8;
|
||||||
#ifdef BUGFIX
|
#ifdef BUGFIX
|
||||||
return;
|
return typePower;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user