diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2020-10-22 10:52:57 -0500 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2020-10-22 10:52:57 -0500 |
commit | 787c832231fb65a431435b0d64a5c939b9c15fe2 (patch) | |
tree | d70c604583c89566404819fdeb4ac3abf001cf81 /data/dungeon/ThunderwaveCave | |
parent | f8ae7ddc9670c90474d757875dbf0cc10bd161a7 (diff) |
start moving dungeon data to respective directories
Diffstat (limited to 'data/dungeon/ThunderwaveCave')
-rw-r--r-- | data/dungeon/ThunderwaveCave/floor_id.inc | 6 | ||||
-rw-r--r-- | data/dungeon/ThunderwaveCave/main_data.inc | 5 |
2 files changed, 11 insertions, 0 deletions
diff --git a/data/dungeon/ThunderwaveCave/floor_id.inc b/data/dungeon/ThunderwaveCave/floor_id.inc new file mode 100644 index 0000000..bf3cc8a --- /dev/null +++ b/data/dungeon/ThunderwaveCave/floor_id.inc @@ -0,0 +1,6 @@ +.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 +.byte 0x03, 0x00, 0x02, 0x00, 0x01, 0x00, 0x06, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x04, 0x00, 0x02, 0x00, 0x01, 0x00, 0x06, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x05, 0x00, 0x03, 0x00, 0x01, 0x00, 0x06, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x06, 0x00, 0x04, 0x00, 0x01, 0x00, 0x07, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x07, 0x00, 0x04, 0x00, 0x01, 0x00, 0x07, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 diff --git a/data/dungeon/ThunderwaveCave/main_data.inc b/data/dungeon/ThunderwaveCave/main_data.inc new file mode 100644 index 0000000..4f11c8c --- /dev/null +++ b/data/dungeon/ThunderwaveCave/main_data.inc @@ -0,0 +1,5 @@ +.byte 0x0b, 0x07, 0x32, 0x02, 0x00, 0x0f, 0x04, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x04, 0x03, 0x01, 0x00, 0x05, 0x00, 0x0a, 0x00, 0x02, 0x02, 0x00, 0x00, 0x00 +.byte 0x0b, 0x07, 0x32, 0x02, 0x00, 0x0f, 0x04, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x04, 0x03, 0x02, 0x00, 0x05, 0x00, 0x0a, 0x00, 0x02, 0x02, 0x00, 0x00, 0x00 +.byte 0x0b, 0x08, 0x32, 0x02, 0x00, 0x0f, 0x04, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x05, 0x03, 0x03, 0x00, 0x05, 0x00, 0x0a, 0x00, 0x02, 0x02, 0x00, 0x00, 0x00 +.byte 0x0b, 0x08, 0x32, 0x02, 0x00, 0x0f, 0x04, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x05, 0x03, 0x04, 0x00, 0x05, 0x00, 0x0a, 0x00, 0x02, 0x02, 0x00, 0x00, 0x00 +.byte 0x0b, 0x08, 0x32, 0x02, 0x00, 0x0f, 0x04, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x05, 0x03, 0x05, 0x00, 0x05, 0x00, 0x0a, 0x00, 0x02, 0x02, 0x00, 0x00, 0x00 |