diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-01-22 10:21:06 -0600 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2021-01-22 10:26:43 -0600 |
commit | 10cda4ba81fc769083af75892aa45ff121653d7e (patch) | |
tree | 1a2d98f97df706f819530ef066103b2e1f948d11 /data/dungeon/SnowPath | |
parent | d010378f7280ee7ff2212d9ed8b38c2c201b5335 (diff) |
split out all dungeon floor id data
Diffstat (limited to 'data/dungeon/SnowPath')
-rw-r--r-- | data/dungeon/SnowPath/floor_id.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/data/dungeon/SnowPath/floor_id.inc b/data/dungeon/SnowPath/floor_id.inc new file mode 100644 index 0000000..fe8e0e2 --- /dev/null +++ b/data/dungeon/SnowPath/floor_id.inc @@ -0,0 +1,7 @@ +.global SnowPathFloorID +SnowPathFloorID: +.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 +.byte 0x00, 0x00, 0x00, 0x00, 0x65, 0x04, 0x0a, 0x02, 0x0a, 0x00, 0x7c, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00, 0x66, 0x04, 0x0b, 0x02, 0x0a, 0x00, 0x7c, 0x00, 0x01, 0x00, 0x02, 0x00 +.byte 0x03, 0x00, 0x00, 0x00, 0x67, 0x04, 0x0c, 0x02, 0x0a, 0x00, 0x7c, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00, 0x68, 0x04, 0x0d, 0x02, 0x0a, 0x00, 0x7d, 0x00, 0x01, 0x00, 0x02, 0x00 +.byte 0x03, 0x00, 0x00, 0x00 + |