You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Document two more bugs
This commit is contained in:
@@ -452,6 +452,10 @@ ParkBall: ; e8a2
|
||||
ld a, [hl]
|
||||
push af
|
||||
set SUBSTATUS_TRANSFORMED, [hl]
|
||||
|
||||
; This code is buggy. Any wild Pokémon that has Transformed will be
|
||||
; caught as a Ditto, even if it was something else like Mew.
|
||||
; To fix, do not set [TempEnemyMonSpecies] to DITTO.
|
||||
bit SUBSTATUS_TRANSFORMED, a
|
||||
jr nz, .ditto
|
||||
jr .not_ditto
|
||||
|
||||
Reference in New Issue
Block a user