From: Lukas Krickl Date: Fri, 1 Aug 2025 17:02:00 +0000 (+0200) Subject: mapgen: Fixed type in rotuine name X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=610eb156c2dd06552b2312713cf6d169fdbf486a;p=gbrg%2F.git mapgen: Fixed type in rotuine name --- 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