You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Correct compatibility claims
This commit is contained in:
@@ -168,7 +168,7 @@ This bug existed for all battles in Gold and Silver, and was only fixed for sing
|
|||||||
|
|
||||||
## Moves with a 100% secondary effect chance will not trigger it in 1/256 uses
|
## Moves with a 100% secondary effect chance will not trigger it in 1/256 uses
|
||||||
|
|
||||||
*Fixing this bug will break compatibility with standard Pokémon Crystal for link battles.*
|
*Fixing this bug **may** break compatibility with standard Pokémon Crystal for link battles.*
|
||||||
|
|
||||||
([Video](https://www.youtube.com/watch?v=mHkyO5T5wZU&t=206))
|
([Video](https://www.youtube.com/watch?v=mHkyO5T5wZU&t=206))
|
||||||
|
|
||||||
@@ -194,7 +194,7 @@ This bug existed for all battles in Gold and Silver, and was only fixed for sing
|
|||||||
ret
|
ret
|
||||||
```
|
```
|
||||||
|
|
||||||
If you wish to keep compatibility with standard Pokémon Crystal, you can disable the fix during link battles by also applying the following edit in the same place:
|
**Compatibility preservation:** If you wish to keep compatibility with standard Pokémon Crystal, you can disable the fix during link battles by also applying the following edit in the same place:
|
||||||
|
|
||||||
```diff
|
```diff
|
||||||
+ ld a, [wLinkMode]
|
+ ld a, [wLinkMode]
|
||||||
|
Reference in New Issue
Block a user