From 1c7f4b4f790b2f5f7a0fd3813531edfd957d3abb Mon Sep 17 00:00:00 2001 From: Lukas Krickl Date: Sun, 15 Dec 2024 19:07:55 +0100 Subject: [PATCH] Removed unused map function --- src/map.s | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/map.s b/src/map.s index 675cfbd..258d510 100644 --- a/src/map.s +++ b/src/map.s @@ -49,13 +49,6 @@ room_load_from: call room_load_actors ret - ; sets the current room - ; inputs: - ; de: ptr to room struct - ; sets curr_room entries - ; as expected by room loader -room_set_curr: - ret ; loads actors from ; [curr_room_init_act] -- 2.30.2