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/MtBlaze | |
| parent | fed56ed5e0eae84c4af8ea3b07d4b3dfbda18e45 (diff) | |
split out main story dungeon floor data
Diffstat (limited to 'data/dungeon/MtBlaze')
| -rw-r--r-- | data/dungeon/MtBlaze/floor_id.inc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/data/dungeon/MtBlaze/floor_id.inc b/data/dungeon/MtBlaze/floor_id.inc new file mode 100644 index 0000000..4e81403 --- /dev/null +++ b/data/dungeon/MtBlaze/floor_id.inc @@ -0,0 +1,15 @@ +.global MtBlazeFloorID +MtBlazeFloorID: +.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 +.byte 0x4e, 0x00, 0x37, 0x00, 0x03, 0x00, 0x18, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x4f, 0x00, 0x37, 0x00, 0x03, 0x00, 0x18, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x50, 0x00, 0x37, 0x00, 0x03, 0x00, 0x18, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x51, 0x00, 0x38, 0x00, 0x03, 0x00, 0x19, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x52, 0x00, 0x39, 0x00, 0x03, 0x00, 0x19, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x53, 0x00, 0x3a, 0x00, 0x03, 0x00, 0x19, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x54, 0x00, 0x3b, 0x00, 0x03, 0x00, 0x19, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x55, 0x00, 0x3c, 0x00, 0x03, 0x00, 0x19, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x56, 0x00, 0x3c, 0x00, 0x03, 0x00, 0x19, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x57, 0x00, 0x3d, 0x00, 0x03, 0x00, 0x19, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x58, 0x00, 0x3d, 0x00, 0x03, 0x00, 0x19, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x59, 0x00, 0x3d, 0x00, 0x03, 0x00, 0x19, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 |
