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/TinyWoods/main_data.inc | |
parent | f8ae7ddc9670c90474d757875dbf0cc10bd161a7 (diff) |
start moving dungeon data to respective directories
Diffstat (limited to 'data/dungeon/TinyWoods/main_data.inc')
-rw-r--r-- | data/dungeon/TinyWoods/main_data.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/dungeon/TinyWoods/main_data.inc b/data/dungeon/TinyWoods/main_data.inc new file mode 100644 index 0000000..c0f59d7 --- /dev/null +++ b/data/dungeon/TinyWoods/main_data.inc @@ -0,0 +1,3 @@ +.byte 0x01, 0x05, 0x0e, 0x01, 0x00, 0x0f, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x01, 0x00, 0x05, 0x00, 0x00, 0x00, 0x01, 0x01, 0x00, 0x00, 0x00 +.byte 0x01, 0x06, 0x0e, 0x01, 0x00, 0x0f, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x02, 0x00, 0x05, 0x00, 0x00, 0x00, 0x01, 0x01, 0x00, 0x00, 0x00 +.byte 0x01, 0x06, 0x0e, 0x01, 0x00, 0x0f, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x03, 0x00, 0x05, 0x00, 0x00, 0x00, 0x01, 0x01, 0x00, 0x00, 0x00 |