# HG changeset patch # User David Boddie # Date 1325878348 -3600 # Node ID b2057a7abd452b797ae12f36a2fff1c889d873b1 # Parent 2becf2e12487126a4d0b9a254d2a3fe9c5683a88 Fixed bug that could cause incorrect high score table ordering. diff -r 2becf2e12487 -r b2057a7abd45 mapcode.oph --- a/mapcode.oph Sun Nov 06 21:12:02 2011 +0100 +++ b/mapcode.oph Fri Jan 06 20:32:28 2012 +0100 @@ -5043,7 +5043,7 @@ lda ($72),y cmp ($70),y ; existing score less than current score? - bmi check_high_scores_move_down + bcc check_high_scores_move_down beq check_high_scores_digits_next ; keep checking digits if equal jmp check_high_scores_next