Document bugs and glitches

This commit is contained in:
Remy Oukaour
2017-12-12 20:15:07 -05:00
parent f0ab091254
commit 93c32e3580
8 changed files with 954 additions and 525 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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