From f51e51ebdfc71a429fd1a4ef359f9d8ce52fb1d2 Mon Sep 17 00:00:00 2001 From: Astatin Date: Fri, 2 May 2025 14:07:14 +0200 Subject: Fix fimshes and give them a placeholder items to drop --- entity/utils.gbasm | 4 ---- 1 file changed, 4 deletions(-) (limited to 'entity/utils.gbasm') 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 -- cgit v1.2.3-70-g09d2