diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2020-10-29 11:46:35 -0500 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2020-10-29 11:46:35 -0500 |
commit | ab788bce63cf4a2901e3b813b4384cfee5417d26 (patch) | |
tree | a9e8f4e5bf3b55efd4ce3485eb29a9e215469f86 /data/dungeon/FrostyGrotto | |
parent | fed56ed5e0eae84c4af8ea3b07d4b3dfbda18e45 (diff) |
split out main story dungeon floor data
Diffstat (limited to 'data/dungeon/FrostyGrotto')
-rw-r--r-- | data/dungeon/FrostyGrotto/floor_id.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/data/dungeon/FrostyGrotto/floor_id.inc b/data/dungeon/FrostyGrotto/floor_id.inc new file mode 100644 index 0000000..cbeacd0 --- /dev/null +++ b/data/dungeon/FrostyGrotto/floor_id.inc @@ -0,0 +1,8 @@ +.global FrostyGrottoFloorID +FrostyGrottoFloorID: +.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 +.byte 0x66, 0x00, 0x46, 0x00, 0x03, 0x00, 0x1e, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x67, 0x00, 0x46, 0x00, 0x03, 0x00, 0x1e, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x68, 0x00, 0x46, 0x00, 0x03, 0x00, 0x1e, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x69, 0x00, 0x46, 0x00, 0x03, 0x00, 0x1f, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x6a, 0x00, 0x47, 0x00, 0x03, 0x00, 0x1f, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 |