Skip to content

Commit

Permalink
Fix the stats judge probably
Browse files Browse the repository at this point in the history
I don't know what this does but it seems like it works. Don't be mad pls
  • Loading branch information
itsdarsh committed Aug 30, 2021
1 parent 468c9dd commit a5e047e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions engine/events/judge_machine.asm
Expand Up @@ -827,6 +827,14 @@ DrawHighRadarLine:
.x_sorted
ldh [hSingleOpcode], a

; D = 2 * dx - dy
ldh a, [hDY]
ld l, a
ldh a, [hDX]
add a
sub l
ldh [hErr], a

; For y from c to e, draw a point at (b, y)
ld a, e
ldh [hChartLineCoord], a
Expand Down

0 comments on commit a5e047e

Please sign in to comment.