junglejourney
changeset 223:b2057a7abd45 1.1.2
Fixed bug that could cause incorrect high score table ordering.
| author | David Boddie <david@boddie.org.uk> |
|---|---|
| date | Fri Jan 06 20:32:28 2012 +0100 |
| parents | 2becf2e12487 |
| children | 130973af1036 |
| files | mapcode.oph |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line diff
1.1 --- a/mapcode.oph Sun Nov 06 21:12:02 2011 +0100 1.2 +++ b/mapcode.oph Fri Jan 06 20:32:28 2012 +0100 1.3 @@ -5043,7 +5043,7 @@ 1.4 1.5 lda ($72),y 1.6 cmp ($70),y ; existing score less than current score? 1.7 - bmi check_high_scores_move_down 1.8 + bcc check_high_scores_move_down 1.9 beq check_high_scores_digits_next ; keep checking digits if equal 1.10 jmp check_high_scores_next 1.11
