From 34b92ba87aa2b10b80961dc96a1e78e293b3e159 Mon Sep 17 00:00:00 2001 From: Lukas Krickl Date: Tue, 16 Sep 2025 12:07:48 +0200 Subject: [PATCH] removed BREAK --- src/mapgen.s | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mapgen.s b/src/mapgen.s index 7bad57e..fc3a0e1 100644 --- a/src/mapgen.s +++ b/src/mapgen.s @@ -590,7 +590,6 @@ mapgen_unit_randomize_position: cp a, 0 jr nz, @retry REL - BREAK ; write y and x positions ld a, b ld [hl+], a -- 2.30.2