diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2020-10-28 22:59:48 -0500 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2020-10-28 22:59:48 -0500 |
commit | fed56ed5e0eae84c4af8ea3b07d4b3dfbda18e45 (patch) | |
tree | 4abdda2555c65e033d90d4396a3959d77f7fb067 /data/dungeon/MtThunder | |
parent | bad9c1bf1f0260db29a2762f92ea21b3280ca114 (diff) |
continue splitting dungeon floor id data by dungeon
Diffstat (limited to 'data/dungeon/MtThunder')
-rw-r--r-- | data/dungeon/MtThunder/floor_id.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/dungeon/MtThunder/floor_id.inc b/data/dungeon/MtThunder/floor_id.inc index 52ac7fa..08aafe5 100644 --- a/data/dungeon/MtThunder/floor_id.inc +++ b/data/dungeon/MtThunder/floor_id.inc @@ -1,3 +1,5 @@ +.global MtThunderFloorID +MtThunderFloorID: .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 .byte 0x27, 0x00, 0x1d, 0x00, 0x01, 0x00, 0x0f, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 .byte 0x28, 0x00, 0x1e, 0x00, 0x01, 0x00, 0x0f, 0x00, 0x01, 0x00, 0x02, 0x00, 0x03, 0x00, 0x00, 0x00 |