diff options
| author | Seth Barberee <seth.barberee@gmail.com> | 2020-10-28 22:59:48 -0500 |
|---|---|---|
| committer | Seth Barberee <seth.barberee@gmail.com> | 2020-10-28 22:59:48 -0500 |
| commit | fed56ed5e0eae84c4af8ea3b07d4b3dfbda18e45 (patch) | |
| tree | 4abdda2555c65e033d90d4396a3959d77f7fb067 /data/dungeon/GreatCanyon | |
| parent | bad9c1bf1f0260db29a2762f92ea21b3280ca114 (diff) | |
continue splitting dungeon floor id data by dungeon
Diffstat (limited to 'data/dungeon/GreatCanyon')
| -rw-r--r-- | data/dungeon/GreatCanyon/floor_id.inc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/data/dungeon/GreatCanyon/floor_id.inc b/data/dungeon/GreatCanyon/floor_id.inc new file mode 100644 index 0000000..8b2a674 --- /dev/null +++ b/data/dungeon/GreatCanyon/floor_id.inc @@ -0,0 +1,15 @@ +.global GreatCanyonFloorID +GreatCanyonFloorID: +.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 +.byte 0x34, 0x00, 0x27, 0x00, 0x03, 0x00, 0x12, 0x00, 0x13, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x35, 0x00, 0x27, 0x00, 0x03, 0x00, 0x12, 0x00, 0x13, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x36, 0x00, 0x27, 0x00, 0x03, 0x00, 0x12, 0x00, 0x13, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x37, 0x00, 0x28, 0x00, 0x03, 0x00, 0x14, 0x00, 0x13, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x38, 0x00, 0x29, 0x00, 0x03, 0x00, 0x14, 0x00, 0x13, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x39, 0x00, 0x2a, 0x00, 0x03, 0x00, 0x14, 0x00, 0x13, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x3a, 0x00, 0x2b, 0x00, 0x03, 0x00, 0x14, 0x00, 0x13, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x3b, 0x00, 0x2c, 0x00, 0x03, 0x00, 0x14, 0x00, 0x13, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x3c, 0x00, 0x2d, 0x00, 0x03, 0x00, 0x14, 0x00, 0x13, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x3d, 0x00, 0x2e, 0x00, 0x03, 0x00, 0x14, 0x00, 0x13, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x3e, 0x00, 0x2e, 0x00, 0x03, 0x00, 0x14, 0x00, 0x13, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x3f, 0x00, 0x2f, 0x00, 0x03, 0x00, 0x14, 0x00, 0x13, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 |
