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 bugs and glitches
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1006,7 +1006,7 @@ LoveBallMultiplier:
|
||||
pop de
|
||||
cp d
|
||||
pop bc
|
||||
ret nz ; for the intended effect, this should be “ret z”
|
||||
ret nz ; for the intended effect, this should be "ret z"
|
||||
|
||||
sla b
|
||||
jr c, .max
|
||||
@@ -1044,7 +1044,7 @@ FastBallMultiplier:
|
||||
cp -1
|
||||
jr z, .next
|
||||
cp c
|
||||
jr nz, .next ; for the intended effect, this should be “jr nz, .loop”
|
||||
jr nz, .next ; for the intended effect, this should be "jr nz, .loop"
|
||||
sla b
|
||||
jr c, .max
|
||||
|
||||
|
||||
Reference in New Issue
Block a user