From c413e72d215c26c6bce1f300fde9ca9fae8694fe Mon Sep 17 00:00:00 2001 From: Lukas Krickl Date: Mon, 30 Dec 2024 08:27:05 +0100 Subject: [PATCH] Added wram defs --- src/wram.s | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/wram.s b/src/wram.s index de1c042..c8b7b1b 100644 --- a/src/wram.s +++ b/src/wram.s @@ -137,6 +137,9 @@ curr_room_actor_table: .adv 2 ; ptr to exits curr_room_exits: .adv 2 + ; the floors (levels) the player has beaten already +floor: .adv 1 + ; total size of a room including the struct header ; tiles, flags, actors and exits ; rooms are always in the order specified here: -- 2.30.2