From: Lukas Krickl Date: Sun, 15 Dec 2024 18:07:55 +0000 (+0100) Subject: Removed unused map function X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=1c7f4b4f790b2f5f7a0fd3813531edfd957d3abb;p=gbrg%2F.git Removed unused map function --- 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]