From: Lukas Krickl Date: Mon, 30 Dec 2024 07:27:05 +0000 (+0100) Subject: Added wram defs X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=c413e72d215c26c6bce1f300fde9ca9fae8694fe;p=gbrg%2F.git Added wram defs --- 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: