projects
/
gbrg
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96a6f2f
)
mapgen: Fixed type in rotuine name
author
Lukas Krickl
<lukas@krickl.dev>
Fri, 1 Aug 2025 17:02:00 +0000
(19:02 +0200)
committer
Lukas Krickl
<lukas@krickl.dev>
Fri, 1 Aug 2025 17:02:00 +0000
(19:02 +0200)
src/mapgen.s
patch
|
blob
|
history
diff --git
a/src/mapgen.s
b/src/mapgen.s
index cb580b7ae527703f662ca96f0cdc8748a1ff08d1..3ee5a31a3f33fd3aaac8f8da595e87736dfc49d9 100644
(file)
--- 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_realo
a
d_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_realo
a
d_position:
push_all
@retry:
ld hl, act_pos_y