From 610eb156c2dd06552b2312713cf6d169fdbf486a Mon Sep 17 00:00:00 2001 From: Lukas Krickl Date: Fri, 1 Aug 2025 19:02:00 +0200 Subject: [PATCH] mapgen: Fixed type in rotuine name --- src/mapgen.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mapgen.s b/src/mapgen.s index cb580b7..3ee5a31 100644 --- a/src/mapgen.s +++ b/src/mapgen.s @@ -485,7 +485,7 @@ mapgen_place_actors: ; move to next actor table entry push hl - call mapgent_unit_randomize_or_realod_position + call mapgent_unit_randomize_or_reaload_position ld hl, act_size add hl, de push hl @@ -504,7 +504,7 @@ mapgen_place_actors: ; inputs: ; de: actor table entry ; preserves all registers -mapgent_unit_randomize_or_realod_position: +mapgent_unit_randomize_or_reaload_position: push_all @retry: ld hl, act_pos_y -- 2.30.2