aboutsummaryrefslogtreecommitdiff
path: root/entity/utils.gbasm
diff options
context:
space:
mode:
authorAstatin <[email protected]>2025-05-02 14:07:14 +0200
committerAstatin <[email protected]>2025-05-02 14:07:14 +0200
commitf51e51ebdfc71a429fd1a4ef359f9d8ce52fb1d2 (patch)
tree6a9fbde65c0ac14e4b87c463343187d1428ecd2f /entity/utils.gbasm
parente322573ecc55a821506e5313e3b9994e1b58745e (diff)
Fix fimshes and give them a placeholder items to drop
Diffstat (limited to 'entity/utils.gbasm')
-rw-r--r--entity/utils.gbasm4
1 files changed, 0 insertions, 4 deletions
diff --git a/entity/utils.gbasm b/entity/utils.gbasm
index 592b473..944faa8 100644
--- a/entity/utils.gbasm
+++ b/entity/utils.gbasm
@@ -108,10 +108,6 @@ Entity_idx_to_entity_list_ptr: ; loaded idx in A, return in BC
RET
Spawn_object: ; Texture in D, XY in BC, jump table thingy in E
- CALL =RNG_Step
- AND $03
- CP $00
- JR NZ, =.skip_spawn_loot
PUSH HL
CALL =Find_Free_Object_slot
LD A, $80