Fix #709 miscellaneous issues

This commit is contained in:
Rangi
2020-04-16 09:30:50 -04:00
parent 3540578cb3
commit 58b377f25b
8 changed files with 15 additions and 14 deletions

View File

@@ -23,13 +23,13 @@ _GiveOddEgg:
.not_done
; Break when [hRandom] <= de.
ldh a, [hRandom + 1]
ldh a, [hRandomSub]
cp d
jr c, .done
jr z, .ok
jr .next
.ok
ldh a, [hRandom + 0]
ldh a, [hRandomAdd]
cp e
jr c, .done
jr z, .done