From fed56ed5e0eae84c4af8ea3b07d4b3dfbda18e45 Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Wed, 28 Oct 2020 22:59:48 -0500 Subject: continue splitting dungeon floor id data by dungeon --- data/dungeon/SilentChasm/floor_id.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'data/dungeon/SilentChasm') diff --git a/data/dungeon/SilentChasm/floor_id.inc b/data/dungeon/SilentChasm/floor_id.inc index d8b8364..9c33efd 100644 --- a/data/dungeon/SilentChasm/floor_id.inc +++ b/data/dungeon/SilentChasm/floor_id.inc @@ -1,3 +1,5 @@ +.global SilentChasmFloorID +SilentChasmFloorID: .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x1e, 0x00, 0x16, 0x00, 0x01, 0x00, 0x0d, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 .byte 0x1f, 0x00, 0x16, 0x00, 0x01, 0x00, 0x0d, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 -- cgit v1.2.3