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/DarknightRelic | |
parent | d010378f7280ee7ff2212d9ed8b38c2c201b5335 (diff) |
split out all dungeon floor id data
Diffstat (limited to 'data/dungeon/DarknightRelic')
-rw-r--r-- | data/dungeon/DarknightRelic/floor_id.inc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/data/dungeon/DarknightRelic/floor_id.inc b/data/dungeon/DarknightRelic/floor_id.inc new file mode 100644 index 0000000..329a762 --- /dev/null +++ b/data/dungeon/DarknightRelic/floor_id.inc @@ -0,0 +1,19 @@ +.global DarknightRelicFloorID +DarknightRelicFloorID: +.byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 +.byte 0xb6, 0x03, 0xbb, 0x01, 0x07, 0x00, 0x6b, 0x00, 0x6c, 0x00, 0x2e, 0x00, 0x6d, 0x00, 0x00, 0x00 +.byte 0xb7, 0x03, 0xbb, 0x01, 0x07, 0x00, 0x6b, 0x00, 0x6c, 0x00, 0x2e, 0x00, 0x6d, 0x00, 0x00, 0x00 +.byte 0xb8, 0x03, 0xbb, 0x01, 0x07, 0x00, 0x6b, 0x00, 0x6c, 0x00, 0x2e, 0x00, 0x6d, 0x00, 0x00, 0x00 +.byte 0xb9, 0x03, 0xbb, 0x01, 0x07, 0x00, 0x6e, 0x00, 0x6c, 0x00, 0x2e, 0x00, 0x6d, 0x00, 0x00, 0x00 +.byte 0xba, 0x03, 0xbb, 0x01, 0x07, 0x00, 0x6e, 0x00, 0x6c, 0x00, 0x2e, 0x00, 0x6d, 0x00, 0x00, 0x00 +.byte 0xbb, 0x03, 0xbc, 0x01, 0x07, 0x00, 0x6e, 0x00, 0x6c, 0x00, 0x2e, 0x00, 0x6d, 0x00, 0x00, 0x00 +.byte 0xbc, 0x03, 0xbd, 0x01, 0x07, 0x00, 0x6e, 0x00, 0x6c, 0x00, 0x2e, 0x00, 0x6d, 0x00, 0x00, 0x00 +.byte 0xbd, 0x03, 0xbd, 0x01, 0x07, 0x00, 0x6e, 0x00, 0x6c, 0x00, 0x2e, 0x00, 0x6d, 0x00, 0x00, 0x00 +.byte 0xbe, 0x03, 0xbd, 0x01, 0x07, 0x00, 0x6e, 0x00, 0x6c, 0x00, 0x2e, 0x00, 0x6d, 0x00, 0x00, 0x00 +.byte 0xbf, 0x03, 0xbd, 0x01, 0x08, 0x00, 0x6e, 0x00, 0x6c, 0x00, 0x2e, 0x00, 0x6d, 0x00, 0x00, 0x00 +.byte 0xc0, 0x03, 0xbe, 0x01, 0x08, 0x00, 0x6e, 0x00, 0x6c, 0x00, 0x2e, 0x00, 0x6d, 0x00, 0x00, 0x00 +.byte 0xc1, 0x03, 0xbf, 0x01, 0x08, 0x00, 0x6e, 0x00, 0x6c, 0x00, 0x2e, 0x00, 0x6d, 0x00, 0x00, 0x00 +.byte 0xc2, 0x03, 0xbf, 0x01, 0x08, 0x00, 0x6e, 0x00, 0x6c, 0x00, 0x2e, 0x00, 0x6d, 0x00, 0x00, 0x00 +.byte 0xc3, 0x03, 0xbf, 0x01, 0x08, 0x00, 0x6e, 0x00, 0x6c, 0x00, 0x2e, 0x00, 0x6d, 0x00, 0x00, 0x00 +.byte 0xc4, 0x03, 0xbf, 0x01, 0x08, 0x00, 0x6e, 0x00, 0x6c, 0x00, 0x2e, 0x00, 0x6d, 0x00, 0x00, 0x00 + |