diff options
Diffstat (limited to 'data/dungeon')
-rw-r--r-- | data/dungeon/FrostyForest/floor_id.inc | 12 | ||||
-rw-r--r-- | data/dungeon/FrostyGrotto/floor_id.inc | 8 | ||||
-rw-r--r-- | data/dungeon/MagmaCavern/floor_id.inc | 26 | ||||
-rw-r--r-- | data/dungeon/MagmaCavernPit/floor_id.inc | 6 | ||||
-rw-r--r-- | data/dungeon/MtBlaze/floor_id.inc | 15 | ||||
-rw-r--r-- | data/dungeon/MtBlazePeak/floor_id.inc | 6 | ||||
-rw-r--r-- | data/dungeon/MtFreeze/floor_id.inc | 18 | ||||
-rw-r--r-- | data/dungeon/MtFreezePeak/floor_id.inc | 8 | ||||
-rw-r--r-- | data/dungeon/SkyTower/floor_id.inc | 28 | ||||
-rw-r--r-- | data/dungeon/SkyTowerSummit/floor_id.inc | 12 | ||||
-rw-r--r-- | data/dungeon/StormySea/floor_id.inc | 44 |
11 files changed, 183 insertions, 0 deletions
diff --git a/data/dungeon/FrostyForest/floor_id.inc b/data/dungeon/FrostyForest/floor_id.inc new file mode 100644 index 0000000..f60e676 --- /dev/null +++ b/data/dungeon/FrostyForest/floor_id.inc @@ -0,0 +1,12 @@ +.global FrostyForestFloorID +FrostyForestFloorID: +.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 +.byte 0x5d, 0x00, 0x40, 0x00, 0x03, 0x00, 0x1b, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x5e, 0x00, 0x40, 0x00, 0x03, 0x00, 0x1b, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x5f, 0x00, 0x41, 0x00, 0x03, 0x00, 0x1b, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x60, 0x00, 0x42, 0x00, 0x03, 0x00, 0x1d, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x61, 0x00, 0x43, 0x00, 0x03, 0x00, 0x1d, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x62, 0x00, 0x43, 0x00, 0x03, 0x00, 0x1d, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x63, 0x00, 0x44, 0x00, 0x03, 0x00, 0x1d, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x64, 0x00, 0x45, 0x00, 0x03, 0x00, 0x1d, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x65, 0x00, 0x45, 0x00, 0x03, 0x00, 0x1d, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 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 diff --git a/data/dungeon/MagmaCavern/floor_id.inc b/data/dungeon/MagmaCavern/floor_id.inc new file mode 100644 index 0000000..c9f36e0 --- /dev/null +++ b/data/dungeon/MagmaCavern/floor_id.inc @@ -0,0 +1,26 @@ +.global MagmaCavernFloorID +MagmaCavernFloorID: +.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 +.byte 0x7f, 0x00, 0x51, 0x00, 0x04, 0x00, 0x24, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x80, 0x00, 0x51, 0x00, 0x04, 0x00, 0x24, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x81, 0x00, 0x51, 0x00, 0x04, 0x00, 0x24, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x82, 0x00, 0x52, 0x00, 0x04, 0x00, 0x26, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x83, 0x00, 0x53, 0x00, 0x04, 0x00, 0x26, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x84, 0x00, 0x53, 0x00, 0x04, 0x00, 0x26, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x85, 0x00, 0x54, 0x00, 0x04, 0x00, 0x26, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x86, 0x00, 0x55, 0x00, 0x04, 0x00, 0x26, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x87, 0x00, 0x56, 0x00, 0x04, 0x00, 0x26, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x88, 0x00, 0x56, 0x00, 0x04, 0x00, 0x27, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x89, 0x00, 0x57, 0x00, 0x04, 0x00, 0x27, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x8a, 0x00, 0x58, 0x00, 0x04, 0x00, 0x27, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x8b, 0x00, 0x59, 0x00, 0x04, 0x00, 0x27, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x8c, 0x00, 0x5a, 0x00, 0x04, 0x00, 0x27, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x8d, 0x00, 0x5b, 0x00, 0x04, 0x00, 0x27, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x8e, 0x00, 0x5b, 0x00, 0x04, 0x00, 0x27, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x8f, 0x00, 0x5b, 0x00, 0x04, 0x00, 0x27, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x90, 0x00, 0x5b, 0x00, 0x04, 0x00, 0x27, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x91, 0x00, 0x5b, 0x00, 0x04, 0x00, 0x27, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x92, 0x00, 0x5b, 0x00, 0x04, 0x00, 0x27, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x93, 0x00, 0x5c, 0x00, 0x04, 0x00, 0x27, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x94, 0x00, 0x5d, 0x00, 0x04, 0x00, 0x27, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x95, 0x00, 0x5d, 0x00, 0x04, 0x00, 0x27, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 diff --git a/data/dungeon/MagmaCavernPit/floor_id.inc b/data/dungeon/MagmaCavernPit/floor_id.inc new file mode 100644 index 0000000..13927d9 --- /dev/null +++ b/data/dungeon/MagmaCavernPit/floor_id.inc @@ -0,0 +1,6 @@ +.global MagmaCavernPitFloorID +MagmaCavernPitFloorID: +.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 +.byte 0x96, 0x00, 0x5e, 0x00, 0x03, 0x00, 0x28, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x97, 0x00, 0x5f, 0x00, 0x03, 0x00, 0x28, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x98, 0x00, 0x60, 0x00, 0x03, 0x00, 0x28, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 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 diff --git a/data/dungeon/MtBlazePeak/floor_id.inc b/data/dungeon/MtBlazePeak/floor_id.inc new file mode 100644 index 0000000..e422275 --- /dev/null +++ b/data/dungeon/MtBlazePeak/floor_id.inc @@ -0,0 +1,6 @@ +.global MtBlazePeakFloorID +MtBlazePeakFloorID: +.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 +.byte 0x5a, 0x00, 0x3e, 0x00, 0x01, 0x00, 0x1a, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x5b, 0x00, 0x3e, 0x00, 0x01, 0x00, 0x1a, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x5c, 0x00, 0x3f, 0x00, 0x01, 0x00, 0x1a, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 diff --git a/data/dungeon/MtFreeze/floor_id.inc b/data/dungeon/MtFreeze/floor_id.inc new file mode 100644 index 0000000..de26c2c --- /dev/null +++ b/data/dungeon/MtFreeze/floor_id.inc @@ -0,0 +1,18 @@ +.global MtFreezeFloorID +MtFreezeFloorID: +.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 +.byte 0x6b, 0x00, 0x48, 0x00, 0x03, 0x00, 0x20, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x6c, 0x00, 0x48, 0x00, 0x03, 0x00, 0x20, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x6d, 0x00, 0x49, 0x00, 0x03, 0x00, 0x20, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x6e, 0x00, 0x49, 0x00, 0x03, 0x00, 0x21, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x6f, 0x00, 0x49, 0x00, 0x03, 0x00, 0x21, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x70, 0x00, 0x4a, 0x00, 0x03, 0x00, 0x21, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x71, 0x00, 0x4b, 0x00, 0x03, 0x00, 0x21, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x72, 0x00, 0x4c, 0x00, 0x03, 0x00, 0x21, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x73, 0x00, 0x4c, 0x00, 0x03, 0x00, 0x21, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x74, 0x00, 0x4c, 0x00, 0x03, 0x00, 0x21, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x75, 0x00, 0x4c, 0x00, 0x03, 0x00, 0x21, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x76, 0x00, 0x4d, 0x00, 0x03, 0x00, 0x21, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x77, 0x00, 0x4e, 0x00, 0x03, 0x00, 0x21, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x78, 0x00, 0x4e, 0x00, 0x03, 0x00, 0x21, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x79, 0x00, 0x4e, 0x00, 0x03, 0x00, 0x21, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 diff --git a/data/dungeon/MtFreezePeak/floor_id.inc b/data/dungeon/MtFreezePeak/floor_id.inc new file mode 100644 index 0000000..b8f3914 --- /dev/null +++ b/data/dungeon/MtFreezePeak/floor_id.inc @@ -0,0 +1,8 @@ +.global MtFreezePeakFloorID +MtFreezePeakFloorID: +.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 +.byte 0x7a, 0x00, 0x4f, 0x00, 0x03, 0x00, 0x22, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x7b, 0x00, 0x4f, 0x00, 0x03, 0x00, 0x22, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x7c, 0x00, 0x4f, 0x00, 0x03, 0x00, 0x22, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x7d, 0x00, 0x4f, 0x00, 0x03, 0x00, 0x23, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x7e, 0x00, 0x50, 0x00, 0x03, 0x00, 0x23, 0x00, 0x1c, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 diff --git a/data/dungeon/SkyTower/floor_id.inc b/data/dungeon/SkyTower/floor_id.inc new file mode 100644 index 0000000..518b6ac --- /dev/null +++ b/data/dungeon/SkyTower/floor_id.inc @@ -0,0 +1,28 @@ +.global SkyTowerFloorID +SkyTowerFloorID: +.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 +.byte 0x99, 0x00, 0x61, 0x00, 0x00, 0x00, 0x29, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x9a, 0x00, 0x61, 0x00, 0x00, 0x00, 0x29, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x9b, 0x00, 0x61, 0x00, 0x00, 0x00, 0x29, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x9c, 0x00, 0x61, 0x00, 0x00, 0x00, 0x2a, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x9d, 0x00, 0x61, 0x00, 0x00, 0x00, 0x2a, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x9e, 0x00, 0x62, 0x00, 0x00, 0x00, 0x2a, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0x9f, 0x00, 0x63, 0x00, 0x00, 0x00, 0x2a, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xa0, 0x00, 0x63, 0x00, 0x00, 0x00, 0x2a, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xa1, 0x00, 0x64, 0x00, 0x00, 0x00, 0x2a, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xa2, 0x00, 0x65, 0x00, 0x00, 0x00, 0x2a, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xa3, 0x00, 0x65, 0x00, 0x00, 0x00, 0x2a, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xa4, 0x00, 0x66, 0x00, 0x00, 0x00, 0x2a, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xa5, 0x00, 0x66, 0x00, 0x00, 0x00, 0x2a, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xa6, 0x00, 0x66, 0x00, 0x00, 0x00, 0x2a, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xa7, 0x00, 0x67, 0x00, 0x00, 0x00, 0x2a, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xa8, 0x00, 0x67, 0x00, 0x00, 0x00, 0x2a, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xa9, 0x00, 0x68, 0x00, 0x00, 0x00, 0x2a, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xaa, 0x00, 0x69, 0x00, 0x00, 0x00, 0x2a, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xab, 0x00, 0x69, 0x00, 0x00, 0x00, 0x2a, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xac, 0x00, 0x6a, 0x00, 0x00, 0x00, 0x2a, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xad, 0x00, 0x6b, 0x00, 0x00, 0x00, 0x2a, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xae, 0x00, 0x6c, 0x00, 0x00, 0x00, 0x2a, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xaf, 0x00, 0x6c, 0x00, 0x00, 0x00, 0x2a, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xb0, 0x00, 0x6d, 0x00, 0x00, 0x00, 0x2a, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xb1, 0x00, 0x6d, 0x00, 0x00, 0x00, 0x2a, 0x00, 0x25, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 diff --git a/data/dungeon/SkyTowerSummit/floor_id.inc b/data/dungeon/SkyTowerSummit/floor_id.inc new file mode 100644 index 0000000..5ef95cc --- /dev/null +++ b/data/dungeon/SkyTowerSummit/floor_id.inc @@ -0,0 +1,12 @@ +.global SkyTowerSummitFloorID +SkyTowerSummitFloorID: +.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 +.byte 0xb2, 0x00, 0x6e, 0x00, 0x05, 0x00, 0x2b, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xb3, 0x00, 0x6e, 0x00, 0x05, 0x00, 0x2b, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xb4, 0x00, 0x6e, 0x00, 0x05, 0x00, 0x2b, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xb5, 0x00, 0x6e, 0x00, 0x05, 0x00, 0x2c, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xb6, 0x00, 0x6e, 0x00, 0x05, 0x00, 0x2c, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xb7, 0x00, 0x6e, 0x00, 0x05, 0x00, 0x2c, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xb8, 0x00, 0x6e, 0x00, 0x05, 0x00, 0x2c, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xb9, 0x00, 0x6e, 0x00, 0x05, 0x00, 0x2c, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xba, 0x00, 0x6f, 0x00, 0x05, 0x00, 0x2c, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 diff --git a/data/dungeon/StormySea/floor_id.inc b/data/dungeon/StormySea/floor_id.inc new file mode 100644 index 0000000..1abd215 --- /dev/null +++ b/data/dungeon/StormySea/floor_id.inc @@ -0,0 +1,44 @@ +.global StormySeaFloorID +StormySeaFloorID: +.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 +.byte 0xbb, 0x00, 0x70, 0x00, 0x04, 0x00, 0x2d, 0x00, 0x01, 0x00, 0x2e, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xbc, 0x00, 0x70, 0x00, 0x04, 0x00, 0x2d, 0x00, 0x01, 0x00, 0x2e, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xbd, 0x00, 0x70, 0x00, 0x04, 0x00, 0x2d, 0x00, 0x01, 0x00, 0x2e, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xbe, 0x00, 0x70, 0x00, 0x04, 0x00, 0x2d, 0x00, 0x01, 0x00, 0x2e, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xbf, 0x00, 0x70, 0x00, 0x04, 0x00, 0x2d, 0x00, 0x01, 0x00, 0x2e, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xc0, 0x00, 0x71, 0x00, 0x04, 0x00, 0x2d, 0x00, 0x01, 0x00, 0x2e, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xc1, 0x00, 0x71, 0x00, 0x04, 0x00, 0x2d, 0x00, 0x01, 0x00, 0x2e, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xc2, 0x00, 0x71, 0x00, 0x04, 0x00, 0x2d, 0x00, 0x01, 0x00, 0x2e, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xc3, 0x00, 0x72, 0x00, 0x04, 0x00, 0x2d, 0x00, 0x01, 0x00, 0x2e, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xc4, 0x00, 0x73, 0x00, 0x04, 0x00, 0x2f, 0x00, 0x01, 0x00, 0x2e, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xc5, 0x00, 0x74, 0x00, 0x04, 0x00, 0x2f, 0x00, 0x01, 0x00, 0x2e, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xc6, 0x00, 0x74, 0x00, 0x04, 0x00, 0x2f, 0x00, 0x01, 0x00, 0x2e, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xc7, 0x00, 0x74, 0x00, 0x04, 0x00, 0x2f, 0x00, 0x01, 0x00, 0x2e, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xc8, 0x00, 0x74, 0x00, 0x04, 0x00, 0x2f, 0x00, 0x01, 0x00, 0x2e, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xc9, 0x00, 0x75, 0x00, 0x04, 0x00, 0x2f, 0x00, 0x01, 0x00, 0x2e, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xca, 0x00, 0x75, 0x00, 0x04, 0x00, 0x2f, 0x00, 0x01, 0x00, 0x2e, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xcb, 0x00, 0x75, 0x00, 0x04, 0x00, 0x2f, 0x00, 0x01, 0x00, 0x2e, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xcc, 0x00, 0x76, 0x00, 0x04, 0x00, 0x2f, 0x00, 0x01, 0x00, 0x2e, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xcd, 0x00, 0x76, 0x00, 0x04, 0x00, 0x2f, 0x00, 0x01, 0x00, 0x2e, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xce, 0x00, 0x77, 0x00, 0x04, 0x00, 0x2f, 0x00, 0x01, 0x00, 0x2e, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xcf, 0x00, 0x77, 0x00, 0x04, 0x00, 0x30, 0x00, 0x01, 0x00, 0x2e, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xd0, 0x00, 0x77, 0x00, 0x04, 0x00, 0x30, 0x00, 0x01, 0x00, 0x2e, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xd1, 0x00, 0x77, 0x00, 0x04, 0x00, 0x30, 0x00, 0x01, 0x00, 0x2e, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xd2, 0x00, 0x77, 0x00, 0x04, 0x00, 0x30, 0x00, 0x01, 0x00, 0x2e, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xd3, 0x00, 0x78, 0x00, 0x04, 0x00, 0x30, 0x00, 0x01, 0x00, 0x2e, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xd4, 0x00, 0x78, 0x00, 0x04, 0x00, 0x30, 0x00, 0x01, 0x00, 0x2e, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xd5, 0x00, 0x79, 0x00, 0x04, 0x00, 0x30, 0x00, 0x01, 0x00, 0x2e, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xd6, 0x00, 0x7a, 0x00, 0x04, 0x00, 0x30, 0x00, 0x01, 0x00, 0x2e, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xd7, 0x00, 0x7a, 0x00, 0x04, 0x00, 0x30, 0x00, 0x01, 0x00, 0x2e, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xd8, 0x00, 0x7b, 0x00, 0x04, 0x00, 0x30, 0x00, 0x01, 0x00, 0x2e, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xd9, 0x00, 0x7c, 0x00, 0x04, 0x00, 0x31, 0x00, 0x01, 0x00, 0x2e, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xda, 0x00, 0x7c, 0x00, 0x04, 0x00, 0x31, 0x00, 0x01, 0x00, 0x2e, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xdb, 0x00, 0x7c, 0x00, 0x04, 0x00, 0x31, 0x00, 0x01, 0x00, 0x2e, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xdc, 0x00, 0x7d, 0x00, 0x04, 0x00, 0x31, 0x00, 0x01, 0x00, 0x2e, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xdd, 0x00, 0x7e, 0x00, 0x04, 0x00, 0x31, 0x00, 0x01, 0x00, 0x2e, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xde, 0x00, 0x7e, 0x00, 0x04, 0x00, 0x31, 0x00, 0x01, 0x00, 0x2e, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xdf, 0x00, 0x7e, 0x00, 0x04, 0x00, 0x31, 0x00, 0x01, 0x00, 0x2e, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xe0, 0x00, 0x7e, 0x00, 0x04, 0x00, 0x31, 0x00, 0x01, 0x00, 0x2e, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xe1, 0x00, 0x7e, 0x00, 0x04, 0x00, 0x31, 0x00, 0x01, 0x00, 0x2e, 0x00, 0x03, 0x00, 0x00, 0x00 +.byte 0xe2, 0x00, 0x7f, 0x00, 0x04, 0x00, 0x31, 0x00, 0x01, 0x00, 0x2e, 0x00, 0x03, 0x00, 0x00, 0x00 + |