From a5e047efb88d864d5c43dffbbc62602bab111c00 Mon Sep 17 00:00:00 2001 From: Darsh <55897426+itsdarsh@users.noreply.github.com> Date: Mon, 30 Aug 2021 19:52:44 -0400 Subject: [PATCH] Fix the stats judge probably I don't know what this does but it seems like it works. Don't be mad pls --- engine/events/judge_machine.asm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/engine/events/judge_machine.asm b/engine/events/judge_machine.asm index 1508dac540..820dd124d4 100644 --- a/engine/events/judge_machine.asm +++ b/engine/events/judge_machine.asm @@ -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