mapgen: Fixed type in rotuine name
authorLukas Krickl <lukas@krickl.dev>
Fri, 1 Aug 2025 17:02:00 +0000 (19:02 +0200)
committerLukas Krickl <lukas@krickl.dev>
Fri, 1 Aug 2025 17:02:00 +0000 (19:02 +0200)
src/mapgen.s

index cb580b7ae527703f662ca96f0cdc8748a1ff08d1..3ee5a31a3f33fd3aaac8f8da595e87736dfc49d9 100644 (file)
@@ -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