diff --git a/OTRExporter/rom_info.py b/OTRExporter/rom_info.py index 59c02f9e3d..8bf471cf0a 100644 --- a/OTRExporter/rom_info.py +++ b/OTRExporter/rom_info.py @@ -35,6 +35,7 @@ class RomVersion: ROM_INFO_TABLE = dict() ROM_INFO_TABLE[Checksums.OOT_PAL_GC] = RomVersion("CFG/filelists/gamecube_pal.txt", 0x7170, "GC_NMQ_PAL_F") +ROM_INFO_TABLE[Checksums.OOT_PAL_MQ] = RomVersion("CFG/filelists/gamecube_pal.txt", 0x7170, "GC_MQ_PAL_F") ROM_INFO_TABLE[Checksums.OOT_PAL_GC_DBG1] = RomVersion("CFG/filelists/dbg.txt", 0x12F70, "GC_NMQ_D") ROM_INFO_TABLE[Checksums.OOT_PAL_GC_MQ_DBG] = RomVersion("CFG/filelists/dbg.txt", 0x12F70, "GC_MQ_D") ROM_INFO_TABLE[Checksums.OOT_PAL_11] = RomVersion("CFG/filelists/pal_oot.txt", 0x7950, "N64_PAL_11") diff --git a/docs/supportedHashes.json b/docs/supportedHashes.json index a138e882cc..70198f29fb 100644 --- a/docs/supportedHashes.json +++ b/docs/supportedHashes.json @@ -7,6 +7,10 @@ "name": "PAL GC", "sha1": "0227d7c0074f2d0ac935631990da8ec5914597b4" }, + { + "name": "PAL MQ", + "sha1": "f46239439f59a2a594ef83cf68ef65043b1bffe2" + }, { "name": "PAL GC (Debug)", "sha1": "cee6bc3c2a634b41728f2af8da54d9bf8cc14099" diff --git a/scripts/linux/appimage/soh.sh b/scripts/linux/appimage/soh.sh index d53a0ff222..b69490912e 100644 --- a/scripts/linux/appimage/soh.sh +++ b/scripts/linux/appimage/soh.sh @@ -31,7 +31,7 @@ while [[ (! -e "$SHIP_HOME"/oot.otr) || (! -e "$SHIP_HOME"/oot-mq.otr) ]]; do cd "$ASSETDIR" ROMHASH=$(sha1sum -b "$ASSETDIR"/tmp/rom.z64 | awk '{ print $1 }') - # Remap v64 and n64 hashes to their z64 has equivalent + # Remap v64 and n64 hashes to their z64 hash equivalent # ZAPD will handle converting the data into z64 format case "$ROMHASH" in a9059b56e761c9034fbe02fe4c24985aaa835dac) # v64 @@ -52,6 +52,12 @@ while [[ (! -e "$SHIP_HOME"/oot.otr) || (! -e "$SHIP_HOME"/oot-mq.otr) ]]; do 24c73d378b0620a380ce5ef9f2b186c6c157a68b) # n64 ROMHASH=cfbb98d392e4a9d39da8285d10cbef3974c2f012 ;; + 8ebf2e29313f44f2d49e5b4191971d09919e8e48) # v64 + ROMHASH=f46239439f59a2a594ef83cf68ef65043b1bffe2 + ;; + 4264bf7b875737b8fae77d52322a5099d051fc11) # n64 + ROMHASH=f46239439f59a2a594ef83cf68ef65043b1bffe2 + ;; 973bc6fe56010a8d646166a1182a81b4f13b8cf9) # v64 ROMHASH=50bebedad9e0f10746a52b07239e47fa6c284d03 ;; @@ -101,6 +107,14 @@ while [[ (! -e "$SHIP_HOME"/oot.otr) || (! -e "$SHIP_HOME"/oot-mq.otr) ]]; do continue fi ;; + f46239439f59a2a594ef83cf68ef65043b1bffe2) + if [[ ! -e "$SHIP_HOME"/oot-mq.otr ]]; then + ROM=GC_MQ_PAL_F + OTRNAME="oot-mq.otr" + else + continue + fi + ;; 50bebedad9e0f10746a52b07239e47fa6c284d03) if [[ ! -e "$SHIP_HOME"/oot-mq.otr ]]; then ROM=GC_MQ_D diff --git a/soh/assets/extractor/Config_GC_MQ_PAL_F.xml b/soh/assets/extractor/Config_GC_MQ_PAL_F.xml new file mode 100644 index 0000000000..7c53369954 --- /dev/null +++ b/soh/assets/extractor/Config_GC_MQ_PAL_F.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/audio/Audio.xml b/soh/assets/xml/GC_MQ_PAL_F/audio/Audio.xml new file mode 100644 index 0000000000..91521bf945 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/audio/Audio.xml @@ -0,0 +1,1558 @@ + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/code/fbdemo_circle.xml b/soh/assets/xml/GC_MQ_PAL_F/code/fbdemo_circle.xml new file mode 100644 index 0000000000..600b541ce6 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/code/fbdemo_circle.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/code/fbdemo_triforce.xml b/soh/assets/xml/GC_MQ_PAL_F/code/fbdemo_triforce.xml new file mode 100644 index 0000000000..2edaff4f34 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/code/fbdemo_triforce.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/code/fbdemo_wipe1.xml b/soh/assets/xml/GC_MQ_PAL_F/code/fbdemo_wipe1.xml new file mode 100644 index 0000000000..06f31d7c13 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/code/fbdemo_wipe1.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/misc/link_animetion.xml b/soh/assets/xml/GC_MQ_PAL_F/misc/link_animetion.xml new file mode 100644 index 0000000000..9de1e92d36 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/misc/link_animetion.xml @@ -0,0 +1,577 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/gameplay_dangeon_keep.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/gameplay_dangeon_keep.xml new file mode 100644 index 0000000000..5b1a9050d9 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/gameplay_dangeon_keep.xml @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/gameplay_field_keep.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/gameplay_field_keep.xml new file mode 100644 index 0000000000..011e8f7fc7 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/gameplay_field_keep.xml @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/gameplay_keep.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/gameplay_keep.xml new file mode 100644 index 0000000000..5ffc52f655 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/gameplay_keep.xml @@ -0,0 +1,973 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_Bb.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_Bb.xml new file mode 100644 index 0000000000..5d04bde451 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_Bb.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_ahg.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ahg.xml new file mode 100644 index 0000000000..4d37b1b110 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ahg.xml @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_am.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_am.xml new file mode 100644 index 0000000000..b70c70d709 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_am.xml @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_ane.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ane.xml new file mode 100644 index 0000000000..1e29b351e0 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ane.xml @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_ani.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ani.xml new file mode 100644 index 0000000000..c70621c6f9 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ani.xml @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_anubice.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_anubice.xml new file mode 100644 index 0000000000..fb029586ba --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_anubice.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_aob.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_aob.xml new file mode 100644 index 0000000000..e6202d0cf9 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_aob.xml @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_b_heart.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_b_heart.xml new file mode 100644 index 0000000000..00f7cd6773 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_b_heart.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_bba.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_bba.xml new file mode 100644 index 0000000000..ccc5c21365 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_bba.xml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_bdan_objects.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_bdan_objects.xml new file mode 100644 index 0000000000..dcd56d3856 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_bdan_objects.xml @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_bdoor.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_bdoor.xml new file mode 100644 index 0000000000..a092f0c23b --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_bdoor.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_bg.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_bg.xml new file mode 100644 index 0000000000..791226b71d --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_bg.xml @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_bigokuta.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_bigokuta.xml new file mode 100644 index 0000000000..1c7d39e319 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_bigokuta.xml @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_bird.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_bird.xml new file mode 100644 index 0000000000..167a5022dc --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_bird.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_bji.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_bji.xml new file mode 100644 index 0000000000..c665b6b001 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_bji.xml @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_bl.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_bl.xml new file mode 100644 index 0000000000..1c2ef4ec63 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_bl.xml @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_blkobj.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_blkobj.xml new file mode 100644 index 0000000000..345a8ebd9d --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_blkobj.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_bob.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_bob.xml new file mode 100644 index 0000000000..289e994e47 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_bob.xml @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_boj.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_boj.xml new file mode 100644 index 0000000000..4be4764ab5 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_boj.xml @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_bombf.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_bombf.xml new file mode 100644 index 0000000000..83e60248d1 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_bombf.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_bombiwa.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_bombiwa.xml new file mode 100644 index 0000000000..26ab6b4f33 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_bombiwa.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_bowl.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_bowl.xml new file mode 100644 index 0000000000..ffe6d43db7 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_bowl.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_box.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_box.xml new file mode 100644 index 0000000000..106d2d3356 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_box.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_brob.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_brob.xml new file mode 100644 index 0000000000..718dcd5617 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_brob.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_bubble.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_bubble.xml new file mode 100644 index 0000000000..f5de186920 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_bubble.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_bv.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_bv.xml new file mode 100644 index 0000000000..f8ffddaeeb --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_bv.xml @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_bw.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_bw.xml new file mode 100644 index 0000000000..6fd39fbb1c --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_bw.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_bwall.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_bwall.xml new file mode 100644 index 0000000000..d4f43ddc14 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_bwall.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_bxa.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_bxa.xml new file mode 100644 index 0000000000..fb78c117e0 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_bxa.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_cne.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_cne.xml new file mode 100644 index 0000000000..0c14d0bc54 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_cne.xml @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_cob.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_cob.xml new file mode 100644 index 0000000000..ba051cfa74 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_cob.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_cow.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_cow.xml new file mode 100644 index 0000000000..5d067c329f --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_cow.xml @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_crow.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_crow.xml new file mode 100644 index 0000000000..77337c6445 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_crow.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_cs.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_cs.xml new file mode 100644 index 0000000000..83804ccaf4 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_cs.xml @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_d_elevator.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_d_elevator.xml new file mode 100644 index 0000000000..6be59c154b --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_d_elevator.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_d_hsblock.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_d_hsblock.xml new file mode 100644 index 0000000000..4bb50c2b4f --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_d_hsblock.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_d_lift.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_d_lift.xml new file mode 100644 index 0000000000..2912385190 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_d_lift.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_daiku.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_daiku.xml new file mode 100644 index 0000000000..1524c7a26c --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_daiku.xml @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_ddan_objects.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ddan_objects.xml new file mode 100644 index 0000000000..3fc563b96f --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ddan_objects.xml @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_dekubaba.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_dekubaba.xml new file mode 100644 index 0000000000..7202a833fc --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_dekubaba.xml @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_dekujr.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_dekujr.xml new file mode 100644 index 0000000000..e906bf61c4 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_dekujr.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_dekunuts.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_dekunuts.xml new file mode 100644 index 0000000000..5fceef4165 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_dekunuts.xml @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_demo_6k.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_demo_6k.xml new file mode 100644 index 0000000000..73058d5e46 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_demo_6k.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_demo_kekkai.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_demo_kekkai.xml new file mode 100644 index 0000000000..aa54bc2eef --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_demo_kekkai.xml @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_demo_tre_lgt.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_demo_tre_lgt.xml new file mode 100644 index 0000000000..9ea19012b7 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_demo_tre_lgt.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_dh.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_dh.xml new file mode 100644 index 0000000000..7a52d7dbe7 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_dh.xml @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_dnk.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_dnk.xml new file mode 100644 index 0000000000..3bce343048 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_dnk.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_dns.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_dns.xml new file mode 100644 index 0000000000..8b78ffcf20 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_dns.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_dodojr.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_dodojr.xml new file mode 100644 index 0000000000..4dfd7d6e45 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_dodojr.xml @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_dodongo.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_dodongo.xml new file mode 100644 index 0000000000..779e20e9dc --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_dodongo.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_dog.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_dog.xml new file mode 100644 index 0000000000..ef00442b60 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_dog.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_door_gerudo.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_door_gerudo.xml new file mode 100644 index 0000000000..2f17262041 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_door_gerudo.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_door_killer.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_door_killer.xml new file mode 100644 index 0000000000..a37f590d60 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_door_killer.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_ds.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ds.xml new file mode 100644 index 0000000000..0413a9e2e8 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ds.xml @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_ds2.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ds2.xml new file mode 100644 index 0000000000..683bcc68d4 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ds2.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_du.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_du.xml new file mode 100644 index 0000000000..44bbd1aa04 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_du.xml @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_dy_obj.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_dy_obj.xml new file mode 100644 index 0000000000..5e792edb50 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_dy_obj.xml @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_ec.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ec.xml new file mode 100644 index 0000000000..7ec83e284d --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ec.xml @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_efc_crystal_light.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_efc_crystal_light.xml new file mode 100644 index 0000000000..9215b6a394 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_efc_crystal_light.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_efc_doughnut.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_efc_doughnut.xml new file mode 100644 index 0000000000..7f12c56f53 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_efc_doughnut.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_efc_erupc.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_efc_erupc.xml new file mode 100644 index 0000000000..800d9535f1 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_efc_erupc.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_efc_fire_ball.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_efc_fire_ball.xml new file mode 100644 index 0000000000..2fc65b16ff --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_efc_fire_ball.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_efc_flash.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_efc_flash.xml new file mode 100644 index 0000000000..5f962f162b --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_efc_flash.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_efc_lgt_shower.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_efc_lgt_shower.xml new file mode 100644 index 0000000000..67ef5ce7e0 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_efc_lgt_shower.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_efc_star_field.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_efc_star_field.xml new file mode 100644 index 0000000000..00b47c460f --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_efc_star_field.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_efc_tw.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_efc_tw.xml new file mode 100644 index 0000000000..de53765696 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_efc_tw.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_ei.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ei.xml new file mode 100644 index 0000000000..e4132491f4 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ei.xml @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_fa.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_fa.xml new file mode 100644 index 0000000000..2f1bf9a5e8 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_fa.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_fd.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_fd.xml new file mode 100644 index 0000000000..a1c51c7248 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_fd.xml @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_fd2.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_fd2.xml new file mode 100644 index 0000000000..44b5f5f9c1 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_fd2.xml @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_fhg.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_fhg.xml new file mode 100644 index 0000000000..e159e25049 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_fhg.xml @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_fire.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_fire.xml new file mode 100644 index 0000000000..49bf620cb8 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_fire.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_firefly.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_firefly.xml new file mode 100644 index 0000000000..8c26a43418 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_firefly.xml @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_fish.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_fish.xml new file mode 100644 index 0000000000..f5ad4f6da0 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_fish.xml @@ -0,0 +1,180 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_fr.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_fr.xml new file mode 100644 index 0000000000..25ee2ad42e --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_fr.xml @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_fu.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_fu.xml new file mode 100644 index 0000000000..82c449e3de --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_fu.xml @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_fw.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_fw.xml new file mode 100644 index 0000000000..ee9821d263 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_fw.xml @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_fz.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_fz.xml new file mode 100644 index 0000000000..dad6fec5ce --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_fz.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_ganon.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ganon.xml new file mode 100644 index 0000000000..27c36a5f2f --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ganon.xml @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_ganon2.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ganon2.xml new file mode 100644 index 0000000000..93f3a05e5e --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ganon2.xml @@ -0,0 +1,174 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_ganon_anime1.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ganon_anime1.xml new file mode 100644 index 0000000000..b1016299bc --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ganon_anime1.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_ganon_anime2.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ganon_anime2.xml new file mode 100644 index 0000000000..180e5995c5 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ganon_anime2.xml @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_ganon_anime3.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ganon_anime3.xml new file mode 100644 index 0000000000..be4c4dcb15 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ganon_anime3.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_ganon_objects.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ganon_objects.xml new file mode 100644 index 0000000000..5e32610ffc --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ganon_objects.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_ge1.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ge1.xml new file mode 100644 index 0000000000..79e0768b81 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ge1.xml @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_geff.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_geff.xml new file mode 100644 index 0000000000..f0667743b0 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_geff.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_geldb.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_geldb.xml new file mode 100644 index 0000000000..49b12ef2e5 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_geldb.xml @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_arrow.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_arrow.xml new file mode 100644 index 0000000000..4b58787a9d --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_arrow.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_arrowcase.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_arrowcase.xml new file mode 100644 index 0000000000..267b0a734d --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_arrowcase.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_bean.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_bean.xml new file mode 100644 index 0000000000..e74247816f --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_bean.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_bomb_1.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_bomb_1.xml new file mode 100644 index 0000000000..bae86c11d8 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_bomb_1.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_bomb_2.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_bomb_2.xml new file mode 100644 index 0000000000..1400c4a4d4 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_bomb_2.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_bombpouch.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_bombpouch.xml new file mode 100644 index 0000000000..07134748c3 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_bombpouch.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_boomerang.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_boomerang.xml new file mode 100644 index 0000000000..3c1a0fe7fc --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_boomerang.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_boots_2.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_boots_2.xml new file mode 100644 index 0000000000..3bcb6a47ae --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_boots_2.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_bosskey.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_bosskey.xml new file mode 100644 index 0000000000..e5e4bc86c9 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_bosskey.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_bottle.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_bottle.xml new file mode 100644 index 0000000000..3b0884a03f --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_bottle.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_bottle_letter.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_bottle_letter.xml new file mode 100644 index 0000000000..443219caf5 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_bottle_letter.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_bow.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_bow.xml new file mode 100644 index 0000000000..946e9c4965 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_bow.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_bracelet.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_bracelet.xml new file mode 100644 index 0000000000..5a0b62a60a --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_bracelet.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_brokensword.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_brokensword.xml new file mode 100644 index 0000000000..408741ac54 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_brokensword.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_butterfly.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_butterfly.xml new file mode 100644 index 0000000000..7b60a77247 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_butterfly.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_clothes.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_clothes.xml new file mode 100644 index 0000000000..3f897b6d13 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_clothes.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_coin.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_coin.xml new file mode 100644 index 0000000000..22e29f255f --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_coin.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_compass.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_compass.xml new file mode 100644 index 0000000000..076229b11e --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_compass.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_dekupouch.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_dekupouch.xml new file mode 100644 index 0000000000..8925e6fa5f --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_dekupouch.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_egg.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_egg.xml new file mode 100644 index 0000000000..2b2e2847db --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_egg.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_eye_lotion.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_eye_lotion.xml new file mode 100644 index 0000000000..5128c5f6ff --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_eye_lotion.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_fire.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_fire.xml new file mode 100644 index 0000000000..4bfd76a7c5 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_fire.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_fish.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_fish.xml new file mode 100644 index 0000000000..edb39dc297 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_fish.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_frog.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_frog.xml new file mode 100644 index 0000000000..a656c306bd --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_frog.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_gerudo.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_gerudo.xml new file mode 100644 index 0000000000..d65daee8e0 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_gerudo.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_gerudomask.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_gerudomask.xml new file mode 100644 index 0000000000..cfcb878d9b --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_gerudomask.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_ghost.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_ghost.xml new file mode 100644 index 0000000000..795f0cfd10 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_ghost.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_glasses.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_glasses.xml new file mode 100644 index 0000000000..63d32ab5ac --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_glasses.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_gloves.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_gloves.xml new file mode 100644 index 0000000000..0e1c4259d5 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_gloves.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_goddess.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_goddess.xml new file mode 100644 index 0000000000..50cbdd8918 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_goddess.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_golonmask.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_golonmask.xml new file mode 100644 index 0000000000..844d90e714 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_golonmask.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_grass.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_grass.xml new file mode 100644 index 0000000000..ae7834201a --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_grass.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_hammer.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_hammer.xml new file mode 100644 index 0000000000..feb5c8659d --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_hammer.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_heart.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_heart.xml new file mode 100644 index 0000000000..48e78b1b5c --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_heart.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_hearts.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_hearts.xml new file mode 100644 index 0000000000..d2e763e631 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_hearts.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_hookshot.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_hookshot.xml new file mode 100644 index 0000000000..a6b3b0fdac --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_hookshot.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_hoverboots.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_hoverboots.xml new file mode 100644 index 0000000000..6d41df8fd0 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_hoverboots.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_insect.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_insect.xml new file mode 100644 index 0000000000..7af5b5b3b2 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_insect.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_jewel.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_jewel.xml new file mode 100644 index 0000000000..e83c651164 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_jewel.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_key.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_key.xml new file mode 100644 index 0000000000..a37d45a71c --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_key.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_ki_tan_mask.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_ki_tan_mask.xml new file mode 100644 index 0000000000..46eff7d3e2 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_ki_tan_mask.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_letter.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_letter.xml new file mode 100644 index 0000000000..bea8683390 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_letter.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_liquid.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_liquid.xml new file mode 100644 index 0000000000..18a5c3d7a2 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_liquid.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_longsword.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_longsword.xml new file mode 100644 index 0000000000..7161e42e38 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_longsword.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_m_arrow.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_m_arrow.xml new file mode 100644 index 0000000000..0fd659ae95 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_m_arrow.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_magicpot.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_magicpot.xml new file mode 100644 index 0000000000..7623e6353e --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_magicpot.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_map.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_map.xml new file mode 100644 index 0000000000..471c1dab97 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_map.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_medal.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_medal.xml new file mode 100644 index 0000000000..28e5b1e683 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_medal.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_melody.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_melody.xml new file mode 100644 index 0000000000..b01fca9538 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_melody.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_milk.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_milk.xml new file mode 100644 index 0000000000..a3e223b3e6 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_milk.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_mushroom.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_mushroom.xml new file mode 100644 index 0000000000..5b19bca743 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_mushroom.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_niwatori.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_niwatori.xml new file mode 100644 index 0000000000..c8389f62c2 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_niwatori.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_nuts.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_nuts.xml new file mode 100644 index 0000000000..c59903c43d --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_nuts.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_ocarina.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_ocarina.xml new file mode 100644 index 0000000000..82607677d3 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_ocarina.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_ocarina_0.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_ocarina_0.xml new file mode 100644 index 0000000000..2c5f70d984 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_ocarina_0.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_pachinko.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_pachinko.xml new file mode 100644 index 0000000000..5f808baf92 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_pachinko.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_powder.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_powder.xml new file mode 100644 index 0000000000..fb7dc0155d --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_powder.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_prescription.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_prescription.xml new file mode 100644 index 0000000000..75ae7eb2b7 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_prescription.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_purse.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_purse.xml new file mode 100644 index 0000000000..054731dec7 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_purse.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_rabit_mask.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_rabit_mask.xml new file mode 100644 index 0000000000..9d4eb9487f --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_rabit_mask.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_redead_mask.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_redead_mask.xml new file mode 100644 index 0000000000..7de08487f8 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_redead_mask.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_rupy.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_rupy.xml new file mode 100644 index 0000000000..0a1af96d0f --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_rupy.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_saw.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_saw.xml new file mode 100644 index 0000000000..dcc038b7c1 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_saw.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_scale.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_scale.xml new file mode 100644 index 0000000000..1cf5de5b99 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_scale.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_seed.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_seed.xml new file mode 100644 index 0000000000..82c15c82d2 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_seed.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_shield_1.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_shield_1.xml new file mode 100644 index 0000000000..2f11e3f6d8 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_shield_1.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_shield_2.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_shield_2.xml new file mode 100644 index 0000000000..176ae025fe --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_shield_2.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_shield_3.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_shield_3.xml new file mode 100644 index 0000000000..8d1e5dafd4 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_shield_3.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_skj_mask.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_skj_mask.xml new file mode 100644 index 0000000000..e6c90f76f1 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_skj_mask.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_soldout.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_soldout.xml new file mode 100644 index 0000000000..a15b1253e3 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_soldout.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_soul.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_soul.xml new file mode 100644 index 0000000000..a68178eba5 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_soul.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_stick.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_stick.xml new file mode 100644 index 0000000000..fed89f4659 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_stick.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_sutaru.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_sutaru.xml new file mode 100644 index 0000000000..a2606afbe3 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_sutaru.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_sword_1.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_sword_1.xml new file mode 100644 index 0000000000..e1119abca0 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_sword_1.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_ticketstone.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_ticketstone.xml new file mode 100644 index 0000000000..73bf888d10 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_ticketstone.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_truth_mask.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_truth_mask.xml new file mode 100644 index 0000000000..3b4edf3dee --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_truth_mask.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_zoramask.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_zoramask.xml new file mode 100644 index 0000000000..e3b1ab10ec --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gi_zoramask.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gj.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gj.xml new file mode 100644 index 0000000000..ee6dab74f8 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gj.xml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gjyo_objects.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gjyo_objects.xml new file mode 100644 index 0000000000..ea4f8444fb --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gjyo_objects.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gla.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gla.xml new file mode 100644 index 0000000000..499a3720d1 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gla.xml @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gm.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gm.xml new file mode 100644 index 0000000000..91b10cc428 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gm.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gnd.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gnd.xml new file mode 100644 index 0000000000..3ae3b57f3d --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gnd.xml @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gnd_magic.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gnd_magic.xml new file mode 100644 index 0000000000..a88d419d7a --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gnd_magic.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gndd.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gndd.xml new file mode 100644 index 0000000000..8bf5d770c4 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gndd.xml @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_god_lgt.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_god_lgt.xml new file mode 100644 index 0000000000..60df9e4693 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_god_lgt.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gol.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gol.xml new file mode 100644 index 0000000000..7e04508cb6 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gol.xml @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_goma.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_goma.xml new file mode 100644 index 0000000000..e7a6d0a544 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_goma.xml @@ -0,0 +1,169 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_goroiwa.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_goroiwa.xml new file mode 100644 index 0000000000..5d406e9578 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_goroiwa.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gr.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gr.xml new file mode 100644 index 0000000000..5f7360ae57 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gr.xml @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gs.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gs.xml new file mode 100644 index 0000000000..145be16653 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gs.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_gt.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gt.xml new file mode 100644 index 0000000000..1d79d4e39e --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_gt.xml @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_haka.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_haka.xml new file mode 100644 index 0000000000..f6b263c375 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_haka.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_haka_door.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_haka_door.xml new file mode 100644 index 0000000000..1376d03569 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_haka_door.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_haka_objects.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_haka_objects.xml new file mode 100644 index 0000000000..3ca6d27c08 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_haka_objects.xml @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_hakach_objects.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_hakach_objects.xml new file mode 100644 index 0000000000..0de02aaf15 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_hakach_objects.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_hata.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_hata.xml new file mode 100644 index 0000000000..b0324c3be3 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_hata.xml @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_heavy_object.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_heavy_object.xml new file mode 100644 index 0000000000..ecc7953211 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_heavy_object.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_hidan_objects.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_hidan_objects.xml new file mode 100644 index 0000000000..f41c0ee5ef --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_hidan_objects.xml @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_hintnuts.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_hintnuts.xml new file mode 100644 index 0000000000..a7290f3955 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_hintnuts.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_hni.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_hni.xml new file mode 100644 index 0000000000..6b317eb7a6 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_hni.xml @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_horse.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_horse.xml new file mode 100644 index 0000000000..74619e5977 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_horse.xml @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_horse_ganon.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_horse_ganon.xml new file mode 100644 index 0000000000..0a55462e25 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_horse_ganon.xml @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_horse_link_child.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_horse_link_child.xml new file mode 100644 index 0000000000..146c564f55 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_horse_link_child.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_horse_normal.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_horse_normal.xml new file mode 100644 index 0000000000..2facab39c5 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_horse_normal.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_horse_zelda.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_horse_zelda.xml new file mode 100644 index 0000000000..af270c6585 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_horse_zelda.xml @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_hs.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_hs.xml new file mode 100644 index 0000000000..cf5d06e1a2 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_hs.xml @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_human.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_human.xml new file mode 100644 index 0000000000..05795cb332 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_human.xml @@ -0,0 +1,216 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_ice_objects.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ice_objects.xml new file mode 100644 index 0000000000..c7d059d709 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ice_objects.xml @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_ik.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ik.xml new file mode 100644 index 0000000000..8a6028f7c0 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ik.xml @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_im.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_im.xml new file mode 100644 index 0000000000..a628a113a4 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_im.xml @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_in.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_in.xml new file mode 100644 index 0000000000..84c1140475 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_in.xml @@ -0,0 +1,142 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_ingate.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ingate.xml new file mode 100644 index 0000000000..e6be42bebf --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ingate.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_jj.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_jj.xml new file mode 100644 index 0000000000..62bae8cb91 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_jj.xml @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_js.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_js.xml new file mode 100644 index 0000000000..ff7bd3efa1 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_js.xml @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_jya_door.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_jya_door.xml new file mode 100644 index 0000000000..60a7b37886 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_jya_door.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_jya_iron.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_jya_iron.xml new file mode 100644 index 0000000000..c6f6773c6a --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_jya_iron.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_jya_obj.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_jya_obj.xml new file mode 100644 index 0000000000..a1f19b8066 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_jya_obj.xml @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_ka.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ka.xml new file mode 100644 index 0000000000..eb952732b4 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ka.xml @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_kanban.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_kanban.xml new file mode 100644 index 0000000000..9ffc7a2ceb --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_kanban.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_kibako2.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_kibako2.xml new file mode 100644 index 0000000000..a701b294de --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_kibako2.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_kingdodongo.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_kingdodongo.xml new file mode 100644 index 0000000000..9b104b3ea9 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_kingdodongo.xml @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_km1.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_km1.xml new file mode 100644 index 0000000000..0a918a798e --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_km1.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_kusa.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_kusa.xml new file mode 100644 index 0000000000..67291a5543 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_kusa.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_kw1.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_kw1.xml new file mode 100644 index 0000000000..eab561b1fb --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_kw1.xml @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_kz.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_kz.xml new file mode 100644 index 0000000000..4624fefdb6 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_kz.xml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_light_ring.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_light_ring.xml new file mode 100644 index 0000000000..babe7d2aa7 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_light_ring.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_lightbox.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_lightbox.xml new file mode 100644 index 0000000000..552a79d7c7 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_lightbox.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_lightswitch.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_lightswitch.xml new file mode 100644 index 0000000000..cfd5dcfb40 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_lightswitch.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_link_boy.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_link_boy.xml new file mode 100644 index 0000000000..02075c9999 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_link_boy.xml @@ -0,0 +1,282 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_link_child.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_link_child.xml new file mode 100644 index 0000000000..0de4003731 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_link_child.xml @@ -0,0 +1,225 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_ma1.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ma1.xml new file mode 100644 index 0000000000..63eeb38950 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ma1.xml @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_ma2.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ma2.xml new file mode 100644 index 0000000000..ce5910fb80 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ma2.xml @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_mag.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_mag.xml new file mode 100644 index 0000000000..d528754db3 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_mag.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_mamenoki.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_mamenoki.xml new file mode 100644 index 0000000000..819d890225 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_mamenoki.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_mastergolon.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_mastergolon.xml new file mode 100644 index 0000000000..6dd9d16592 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_mastergolon.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_masterkokiri.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_masterkokiri.xml new file mode 100644 index 0000000000..af5a9ec153 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_masterkokiri.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_masterkokirihead.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_masterkokirihead.xml new file mode 100644 index 0000000000..c64aa1c49e --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_masterkokirihead.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_masterzoora.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_masterzoora.xml new file mode 100644 index 0000000000..2c703274e1 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_masterzoora.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_mb.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_mb.xml new file mode 100644 index 0000000000..23c0930c02 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_mb.xml @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_md.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_md.xml new file mode 100644 index 0000000000..0c80fb780b --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_md.xml @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_medal.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_medal.xml new file mode 100644 index 0000000000..533872a551 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_medal.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_menkuri_objects.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_menkuri_objects.xml new file mode 100644 index 0000000000..4c2b51df5b --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_menkuri_objects.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_mir_ray.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_mir_ray.xml new file mode 100644 index 0000000000..2acc9391ab --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_mir_ray.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_mizu_objects.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_mizu_objects.xml new file mode 100644 index 0000000000..5a18b95cfe --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_mizu_objects.xml @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_mjin.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_mjin.xml new file mode 100644 index 0000000000..daf9b05412 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_mjin.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_mjin_dark.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_mjin_dark.xml new file mode 100644 index 0000000000..2fa0bdbe4c --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_mjin_dark.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_mjin_flame.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_mjin_flame.xml new file mode 100644 index 0000000000..6274feaee1 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_mjin_flame.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_mjin_flash.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_mjin_flash.xml new file mode 100644 index 0000000000..c1040ea118 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_mjin_flash.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_mjin_ice.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_mjin_ice.xml new file mode 100644 index 0000000000..1aaeea193d --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_mjin_ice.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_mjin_oka.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_mjin_oka.xml new file mode 100644 index 0000000000..0f823b9237 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_mjin_oka.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_mjin_soul.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_mjin_soul.xml new file mode 100644 index 0000000000..6386f7f9ea --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_mjin_soul.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_mjin_wind.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_mjin_wind.xml new file mode 100644 index 0000000000..8bba7eb91b --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_mjin_wind.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_mk.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_mk.xml new file mode 100644 index 0000000000..0b4aaae8aa --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_mk.xml @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_mm.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_mm.xml new file mode 100644 index 0000000000..b27837e57e --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_mm.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_mo.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_mo.xml new file mode 100644 index 0000000000..2a6247c9f5 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_mo.xml @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_mori_hineri1.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_mori_hineri1.xml new file mode 100644 index 0000000000..bb1b31e2fc --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_mori_hineri1.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_mori_hineri1a.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_mori_hineri1a.xml new file mode 100644 index 0000000000..c750ce20d0 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_mori_hineri1a.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_mori_hineri2.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_mori_hineri2.xml new file mode 100644 index 0000000000..785b858571 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_mori_hineri2.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_mori_hineri2a.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_mori_hineri2a.xml new file mode 100644 index 0000000000..ad1bb4d5f0 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_mori_hineri2a.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_mori_objects.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_mori_objects.xml new file mode 100644 index 0000000000..58ea8c085c --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_mori_objects.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_mori_tex.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_mori_tex.xml new file mode 100644 index 0000000000..8ba4ff2d34 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_mori_tex.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_ms.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ms.xml new file mode 100644 index 0000000000..a87d0e6b36 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ms.xml @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_mu.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_mu.xml new file mode 100644 index 0000000000..7251ff7212 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_mu.xml @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_nb.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_nb.xml new file mode 100644 index 0000000000..74de9e2859 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_nb.xml @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_niw.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_niw.xml new file mode 100644 index 0000000000..4eafec9566 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_niw.xml @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_nwc.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_nwc.xml new file mode 100644 index 0000000000..96ffa32383 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_nwc.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_ny.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ny.xml new file mode 100644 index 0000000000..e2e8187ff8 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ny.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_oA1.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oA1.xml new file mode 100644 index 0000000000..1d665f1010 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oA1.xml @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_oA10.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oA10.xml new file mode 100644 index 0000000000..65d0808349 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oA10.xml @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_oA11.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oA11.xml new file mode 100644 index 0000000000..92ae474b60 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oA11.xml @@ -0,0 +1,66 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_oA2.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oA2.xml new file mode 100644 index 0000000000..ffdcd79896 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oA2.xml @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_oA3.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oA3.xml new file mode 100644 index 0000000000..a492bd8751 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oA3.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_oA4.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oA4.xml new file mode 100644 index 0000000000..dcdbbfff9b --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oA4.xml @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_oA5.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oA5.xml new file mode 100644 index 0000000000..55072176dd --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oA5.xml @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_oA6.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oA6.xml new file mode 100644 index 0000000000..c17a510881 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oA6.xml @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_oA7.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oA7.xml new file mode 100644 index 0000000000..52c68f6394 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oA7.xml @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_oA8.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oA8.xml new file mode 100644 index 0000000000..8ed2d3df50 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oA8.xml @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_oA9.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oA9.xml new file mode 100644 index 0000000000..d5c16abfcd --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oA9.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_oB1.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oB1.xml new file mode 100644 index 0000000000..2f50c967b2 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oB1.xml @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_oB2.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oB2.xml new file mode 100644 index 0000000000..230783ceae --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oB2.xml @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_oB3.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oB3.xml new file mode 100644 index 0000000000..1c42ddaccc --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oB3.xml @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_oB4.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oB4.xml new file mode 100644 index 0000000000..2924c9e753 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oB4.xml @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_oE1.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oE1.xml new file mode 100644 index 0000000000..4d5b1663fe --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oE1.xml @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_oE10.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oE10.xml new file mode 100644 index 0000000000..04ce914372 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oE10.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_oE11.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oE11.xml new file mode 100644 index 0000000000..04f6f186da --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oE11.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_oE12.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oE12.xml new file mode 100644 index 0000000000..a5fa39fd25 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oE12.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_oE1s.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oE1s.xml new file mode 100644 index 0000000000..d311e60104 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oE1s.xml @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_oE2.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oE2.xml new file mode 100644 index 0000000000..af62ad6d11 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oE2.xml @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_oE3.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oE3.xml new file mode 100644 index 0000000000..95227da384 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oE3.xml @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_oE4.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oE4.xml new file mode 100644 index 0000000000..ae48d2adef --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oE4.xml @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_oE4s.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oE4s.xml new file mode 100644 index 0000000000..6037de52f9 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oE4s.xml @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_oE5.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oE5.xml new file mode 100644 index 0000000000..f5edf745aa --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oE5.xml @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_oE6.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oE6.xml new file mode 100644 index 0000000000..95bb602b6b --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oE6.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_oE7.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oE7.xml new file mode 100644 index 0000000000..b3e588d4c2 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oE7.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_oE8.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oE8.xml new file mode 100644 index 0000000000..be5de24947 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oE8.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_oE9.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oE9.xml new file mode 100644 index 0000000000..8ea7ee18c7 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oE9.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_oE_anime.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oE_anime.xml new file mode 100644 index 0000000000..f6b4659e22 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oE_anime.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_oF1d_map.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oF1d_map.xml new file mode 100644 index 0000000000..f14fecd825 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oF1d_map.xml @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_oF1s.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oF1s.xml new file mode 100644 index 0000000000..fe41dde630 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_oF1s.xml @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_o_anime.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_o_anime.xml new file mode 100644 index 0000000000..4ef4ac44c8 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_o_anime.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_okuta.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_okuta.xml new file mode 100644 index 0000000000..b4fccea6f3 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_okuta.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_opening_demo1.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_opening_demo1.xml new file mode 100644 index 0000000000..fd03230279 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_opening_demo1.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_os.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_os.xml new file mode 100644 index 0000000000..5880a92930 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_os.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_os_anime.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_os_anime.xml new file mode 100644 index 0000000000..f23636343c --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_os_anime.xml @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_ossan.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ossan.xml new file mode 100644 index 0000000000..5788e3a20d --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ossan.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_ouke_haka.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ouke_haka.xml new file mode 100644 index 0000000000..11da9b26ef --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ouke_haka.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_owl.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_owl.xml new file mode 100644 index 0000000000..64fdf64c53 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_owl.xml @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_peehat.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_peehat.xml new file mode 100644 index 0000000000..42ee66cdef --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_peehat.xml @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_po_composer.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_po_composer.xml new file mode 100644 index 0000000000..ff995efceb --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_po_composer.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_po_field.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_po_field.xml new file mode 100644 index 0000000000..78bc0d65ad --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_po_field.xml @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_po_sisters.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_po_sisters.xml new file mode 100644 index 0000000000..b429be2588 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_po_sisters.xml @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_poh.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_poh.xml new file mode 100644 index 0000000000..be6d6eff4b --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_poh.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_ps.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ps.xml new file mode 100644 index 0000000000..9f9c894a60 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ps.xml @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_pu_box.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_pu_box.xml new file mode 100644 index 0000000000..e1d686e979 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_pu_box.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_rd.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_rd.xml new file mode 100644 index 0000000000..22c7d33738 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_rd.xml @@ -0,0 +1,124 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_reeba.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_reeba.xml new file mode 100644 index 0000000000..32c697bd9d --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_reeba.xml @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_relay_objects.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_relay_objects.xml new file mode 100644 index 0000000000..47b92fcd2d --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_relay_objects.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_rl.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_rl.xml new file mode 100644 index 0000000000..2a5ad30f6b --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_rl.xml @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_rr.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_rr.xml new file mode 100644 index 0000000000..98726b14bb --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_rr.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_rs.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_rs.xml new file mode 100644 index 0000000000..152b5489e1 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_rs.xml @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_ru1.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ru1.xml new file mode 100644 index 0000000000..3d413619ff --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ru1.xml @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_ru2.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ru2.xml new file mode 100644 index 0000000000..fedf37d48b --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ru2.xml @@ -0,0 +1,92 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_sa.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_sa.xml new file mode 100644 index 0000000000..ec45ac961d --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_sa.xml @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_sb.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_sb.xml new file mode 100644 index 0000000000..64d3bb005a --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_sb.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_sd.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_sd.xml new file mode 100644 index 0000000000..fb58428c3f --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_sd.xml @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_shop_dungen.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_shop_dungen.xml new file mode 100644 index 0000000000..594c43d390 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_shop_dungen.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_shopnuts.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_shopnuts.xml new file mode 100644 index 0000000000..a4e12e38ac --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_shopnuts.xml @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_siofuki.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_siofuki.xml new file mode 100644 index 0000000000..a23240a728 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_siofuki.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_sk2.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_sk2.xml new file mode 100644 index 0000000000..f2e7ef6d89 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_sk2.xml @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_skb.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_skb.xml new file mode 100644 index 0000000000..5b5efb4848 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_skb.xml @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_skj.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_skj.xml new file mode 100644 index 0000000000..74548e5185 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_skj.xml @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_spot00_break.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_spot00_break.xml new file mode 100644 index 0000000000..d3be88315f --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_spot00_break.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_spot00_objects.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_spot00_objects.xml new file mode 100644 index 0000000000..10fb13aeac --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_spot00_objects.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_spot01_matoya.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_spot01_matoya.xml new file mode 100644 index 0000000000..d44b944e0e --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_spot01_matoya.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_spot01_matoyab.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_spot01_matoyab.xml new file mode 100644 index 0000000000..720f50cd3e --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_spot01_matoyab.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_spot01_objects.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_spot01_objects.xml new file mode 100644 index 0000000000..413e032a9c --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_spot01_objects.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_spot01_objects2.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_spot01_objects2.xml new file mode 100644 index 0000000000..36741a9492 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_spot01_objects2.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_spot02_objects.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_spot02_objects.xml new file mode 100644 index 0000000000..65f45ff515 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_spot02_objects.xml @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_spot03_object.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_spot03_object.xml new file mode 100644 index 0000000000..f182e7d99a --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_spot03_object.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_spot04_objects.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_spot04_objects.xml new file mode 100644 index 0000000000..66293d7523 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_spot04_objects.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_spot05_objects.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_spot05_objects.xml new file mode 100644 index 0000000000..6e70791493 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_spot05_objects.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_spot06_objects.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_spot06_objects.xml new file mode 100644 index 0000000000..e3da63b0f0 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_spot06_objects.xml @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_spot07_object.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_spot07_object.xml new file mode 100644 index 0000000000..5bc2bfb6bf --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_spot07_object.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_spot08_obj.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_spot08_obj.xml new file mode 100644 index 0000000000..4d71f3473f --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_spot08_obj.xml @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_spot09_obj.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_spot09_obj.xml new file mode 100644 index 0000000000..eb65283931 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_spot09_obj.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_spot11_obj.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_spot11_obj.xml new file mode 100644 index 0000000000..257298f7cc --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_spot11_obj.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_spot12_obj.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_spot12_obj.xml new file mode 100644 index 0000000000..d619c781e4 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_spot12_obj.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_spot15_obj.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_spot15_obj.xml new file mode 100644 index 0000000000..bd59b8cd18 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_spot15_obj.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_spot16_obj.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_spot16_obj.xml new file mode 100644 index 0000000000..d39de812a9 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_spot16_obj.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_spot17_obj.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_spot17_obj.xml new file mode 100644 index 0000000000..d4239d8d28 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_spot17_obj.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_spot18_obj.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_spot18_obj.xml new file mode 100644 index 0000000000..cc12b78946 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_spot18_obj.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_ssh.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ssh.xml new file mode 100644 index 0000000000..6283f8e9f2 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ssh.xml @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_sst.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_sst.xml new file mode 100644 index 0000000000..191c67cc89 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_sst.xml @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_st.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_st.xml new file mode 100644 index 0000000000..983b9e2eab --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_st.xml @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_stream.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_stream.xml new file mode 100644 index 0000000000..59b0838e47 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_stream.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_syokudai.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_syokudai.xml new file mode 100644 index 0000000000..c1670edece --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_syokudai.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_ta.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ta.xml new file mode 100644 index 0000000000..5e446bf5c9 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ta.xml @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_timeblock.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_timeblock.xml new file mode 100644 index 0000000000..1d6b9e698c --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_timeblock.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_tite.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_tite.xml new file mode 100644 index 0000000000..1be65c4950 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_tite.xml @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_tk.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_tk.xml new file mode 100644 index 0000000000..6b6cce7244 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_tk.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_toki_objects.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_toki_objects.xml new file mode 100644 index 0000000000..cd07e60d2b --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_toki_objects.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_torch2.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_torch2.xml new file mode 100644 index 0000000000..3388e7d34e --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_torch2.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_toryo.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_toryo.xml new file mode 100644 index 0000000000..73f3dcb1e2 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_toryo.xml @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_tp.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_tp.xml new file mode 100644 index 0000000000..8ea908825e --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_tp.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_tr.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_tr.xml new file mode 100644 index 0000000000..17ab9ae392 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_tr.xml @@ -0,0 +1,149 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_trap.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_trap.xml new file mode 100644 index 0000000000..56195cf41b --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_trap.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_triforce_spot.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_triforce_spot.xml new file mode 100644 index 0000000000..87d4494589 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_triforce_spot.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_ts.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ts.xml new file mode 100644 index 0000000000..567277bc39 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ts.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_tsubo.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_tsubo.xml new file mode 100644 index 0000000000..ee2c5e1846 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_tsubo.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_tw.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_tw.xml new file mode 100644 index 0000000000..be51f0b6cb --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_tw.xml @@ -0,0 +1,332 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_umajump.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_umajump.xml new file mode 100644 index 0000000000..2ee4ade46a --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_umajump.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_vali.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_vali.xml new file mode 100644 index 0000000000..2bab5efaa6 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_vali.xml @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_vase.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_vase.xml new file mode 100644 index 0000000000..091d4c51e3 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_vase.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_vm.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_vm.xml new file mode 100644 index 0000000000..c5b949b36e --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_vm.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_wallmaster.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_wallmaster.xml new file mode 100644 index 0000000000..fbbc4f4af3 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_wallmaster.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_warp1.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_warp1.xml new file mode 100644 index 0000000000..1497d7a108 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_warp1.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_warp2.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_warp2.xml new file mode 100644 index 0000000000..b6d1b3624c --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_warp2.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_wf.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_wf.xml new file mode 100644 index 0000000000..ebfb708d2d --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_wf.xml @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_wood02.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_wood02.xml new file mode 100644 index 0000000000..47ec342caa --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_wood02.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_xc.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_xc.xml new file mode 100644 index 0000000000..ab1a34a4b3 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_xc.xml @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_yabusame_point.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_yabusame_point.xml new file mode 100644 index 0000000000..bed9e8a609 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_yabusame_point.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_ydan_objects.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ydan_objects.xml new file mode 100644 index 0000000000..e2adf307f7 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_ydan_objects.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_yukabyun.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_yukabyun.xml new file mode 100644 index 0000000000..d594ebbb89 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_yukabyun.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_zf.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_zf.xml new file mode 100644 index 0000000000..7f20eb7866 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_zf.xml @@ -0,0 +1,182 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_zg.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_zg.xml new file mode 100644 index 0000000000..79005516c4 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_zg.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_zl1.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_zl1.xml new file mode 100644 index 0000000000..001e5be145 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_zl1.xml @@ -0,0 +1,115 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_zl2.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_zl2.xml new file mode 100644 index 0000000000..959a919ec6 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_zl2.xml @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_zl2_anime1.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_zl2_anime1.xml new file mode 100644 index 0000000000..cada504867 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_zl2_anime1.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_zl2_anime2.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_zl2_anime2.xml new file mode 100644 index 0000000000..47016e2e00 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_zl2_anime2.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_zl4.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_zl4.xml new file mode 100644 index 0000000000..8e7a2837ed --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_zl4.xml @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/objects/object_zo.xml b/soh/assets/xml/GC_MQ_PAL_F/objects/object_zo.xml new file mode 100644 index 0000000000..77465760ef --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/objects/object_zo.xml @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_Arrow_Fire.xml b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_Arrow_Fire.xml new file mode 100644 index 0000000000..feed2790ab --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_Arrow_Fire.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_Arrow_Ice.xml b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_Arrow_Ice.xml new file mode 100644 index 0000000000..37d6d6bed4 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_Arrow_Ice.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_Arrow_Light.xml b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_Arrow_Light.xml new file mode 100644 index 0000000000..bd1e0760e6 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_Arrow_Light.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_Bg_Ganon_Otyuka.xml b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_Bg_Ganon_Otyuka.xml new file mode 100644 index 0000000000..59cc3d430f --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_Bg_Ganon_Otyuka.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_Bg_Jya_Cobra.xml b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_Bg_Jya_Cobra.xml new file mode 100644 index 0000000000..3cc9521307 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_Bg_Jya_Cobra.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_Boss_Dodongo.xml b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_Boss_Dodongo.xml new file mode 100644 index 0000000000..0e1303c17d --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_Boss_Dodongo.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_Boss_Ganon.xml b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_Boss_Ganon.xml new file mode 100644 index 0000000000..5a02a487c4 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_Boss_Ganon.xml @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_Boss_Ganon2.xml b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_Boss_Ganon2.xml new file mode 100644 index 0000000000..82799d07ae --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_Boss_Ganon2.xml @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_Boss_Sst.xml b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_Boss_Sst.xml new file mode 100644 index 0000000000..0b14be722a --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_Boss_Sst.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_Demo_Shd.xml b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_Demo_Shd.xml new file mode 100644 index 0000000000..7edcbc437d --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_Demo_Shd.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_En_Bili.xml b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_En_Bili.xml new file mode 100644 index 0000000000..9684bfe875 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_En_Bili.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_En_Clear_Tag.xml b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_En_Clear_Tag.xml new file mode 100644 index 0000000000..8806b70dfe --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_En_Clear_Tag.xml @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_En_Ganon_Mant.xml b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_En_Ganon_Mant.xml new file mode 100644 index 0000000000..dffd0b80ec --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_En_Ganon_Mant.xml @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_En_Ganon_Organ.xml b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_En_Ganon_Organ.xml new file mode 100644 index 0000000000..23b99f08c2 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_En_Ganon_Organ.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_En_Holl.xml b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_En_Holl.xml new file mode 100644 index 0000000000..8fafb3a1df --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_En_Holl.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_En_Jsjutan.xml b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_En_Jsjutan.xml new file mode 100644 index 0000000000..ab4419fbb8 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_En_Jsjutan.xml @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_En_Kanban.xml b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_En_Kanban.xml new file mode 100644 index 0000000000..a62cee9f4a --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_En_Kanban.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_En_Sda.xml b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_En_Sda.xml new file mode 100644 index 0000000000..91321c6483 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_En_Sda.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_En_Ssh.xml b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_En_Ssh.xml new file mode 100644 index 0000000000..f12c4ee19f --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_En_Ssh.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_En_St.xml b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_En_St.xml new file mode 100644 index 0000000000..d7b6b20cf0 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_En_St.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_En_Sth.xml b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_En_Sth.xml new file mode 100644 index 0000000000..13daffa63e --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_En_Sth.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_End_Title.xml b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_End_Title.xml new file mode 100644 index 0000000000..77c39c63a0 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_End_Title.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_File_Choose.xml b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_File_Choose.xml new file mode 100644 index 0000000000..f9aad776d8 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_File_Choose.xml @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_Magic_Dark.xml b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_Magic_Dark.xml new file mode 100644 index 0000000000..e6315effd0 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_Magic_Dark.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_Magic_Fire.xml b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_Magic_Fire.xml new file mode 100644 index 0000000000..0ddfe4cfcf --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_Magic_Fire.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_Magic_Wind.xml b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_Magic_Wind.xml new file mode 100644 index 0000000000..3736e985e9 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_Magic_Wind.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_Oceff_Spot.xml b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_Oceff_Spot.xml new file mode 100644 index 0000000000..d16cca39b3 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_Oceff_Spot.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_Oceff_Storm.xml b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_Oceff_Storm.xml new file mode 100644 index 0000000000..cb043eeb8e --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_Oceff_Storm.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_Oceff_Wipe.xml b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_Oceff_Wipe.xml new file mode 100644 index 0000000000..4ca01b04c2 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_Oceff_Wipe.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_Oceff_Wipe2.xml b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_Oceff_Wipe2.xml new file mode 100644 index 0000000000..051f2177e9 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_Oceff_Wipe2.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_Oceff_Wipe3.xml b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_Oceff_Wipe3.xml new file mode 100644 index 0000000000..b1022da798 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_Oceff_Wipe3.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_Oceff_Wipe4.xml b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_Oceff_Wipe4.xml new file mode 100644 index 0000000000..a4e410eba9 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/overlays/ovl_Oceff_Wipe4.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/Bmori1.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/Bmori1.xml new file mode 100644 index 0000000000..a39e5ccd1a --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/Bmori1.xml @@ -0,0 +1,231 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/FIRE_bs.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/FIRE_bs.xml new file mode 100644 index 0000000000..89331ecc2f --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/FIRE_bs.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/HAKAdan.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/HAKAdan.xml new file mode 100644 index 0000000000..a2c20d6920 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/HAKAdan.xml @@ -0,0 +1,191 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/HAKAdanCH.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/HAKAdanCH.xml new file mode 100644 index 0000000000..ea300b96c3 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/HAKAdanCH.xml @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/HAKAdan_bs.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/HAKAdan_bs.xml new file mode 100644 index 0000000000..d36ac6b774 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/HAKAdan_bs.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/HIDAN.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/HIDAN.xml new file mode 100644 index 0000000000..502dcd839c --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/HIDAN.xml @@ -0,0 +1,288 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/MIZUsin.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/MIZUsin.xml new file mode 100644 index 0000000000..f8b5d8b6c1 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/MIZUsin.xml @@ -0,0 +1,262 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/MIZUsin_bs.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/MIZUsin_bs.xml new file mode 100644 index 0000000000..99ae2b3efe --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/MIZUsin_bs.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/bdan.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/bdan.xml new file mode 100644 index 0000000000..18d39d57b0 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/bdan.xml @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/bdan_boss.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/bdan_boss.xml new file mode 100644 index 0000000000..b88d6eb03b --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/bdan_boss.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/ddan.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/ddan.xml new file mode 100644 index 0000000000..c46e8ad279 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/ddan.xml @@ -0,0 +1,220 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/ddan_boss.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/ddan_boss.xml new file mode 100644 index 0000000000..05633e53e2 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/ddan_boss.xml @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/ganon.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/ganon.xml new file mode 100644 index 0000000000..f857dbe94e --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/ganon.xml @@ -0,0 +1,121 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/ganon_boss.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/ganon_boss.xml new file mode 100644 index 0000000000..36c5e81070 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/ganon_boss.xml @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/ganon_demo.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/ganon_demo.xml new file mode 100644 index 0000000000..56c98efed7 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/ganon_demo.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/ganon_final.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/ganon_final.xml new file mode 100644 index 0000000000..1c9bf84b45 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/ganon_final.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/ganon_sonogo.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/ganon_sonogo.xml new file mode 100644 index 0000000000..7d5f5a1235 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/ganon_sonogo.xml @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/ganon_tou.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/ganon_tou.xml new file mode 100644 index 0000000000..1ae37b9637 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/ganon_tou.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/ganontika.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/ganontika.xml new file mode 100644 index 0000000000..ba5542faa2 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/ganontika.xml @@ -0,0 +1,254 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/ganontikasonogo.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/ganontikasonogo.xml new file mode 100644 index 0000000000..a441206b07 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/ganontikasonogo.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/gerudoway.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/gerudoway.xml new file mode 100644 index 0000000000..f2d07a2881 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/gerudoway.xml @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/ice_doukutu.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/ice_doukutu.xml new file mode 100644 index 0000000000..7ad60c2a0f --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/ice_doukutu.xml @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/jyasinboss.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/jyasinboss.xml new file mode 100644 index 0000000000..86c0d317b2 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/jyasinboss.xml @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/jyasinzou.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/jyasinzou.xml new file mode 100644 index 0000000000..166244e29b --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/jyasinzou.xml @@ -0,0 +1,358 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/men.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/men.xml new file mode 100644 index 0000000000..679436de0e --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/men.xml @@ -0,0 +1,126 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/moribossroom.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/moribossroom.xml new file mode 100644 index 0000000000..b9959eefab --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/moribossroom.xml @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/ydan.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/ydan.xml new file mode 100644 index 0000000000..377c7a6824 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/ydan.xml @@ -0,0 +1,157 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/ydan_boss.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/ydan_boss.xml new file mode 100644 index 0000000000..7ea240547a --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/dungeons/ydan_boss.xml @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/bowling.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/bowling.xml new file mode 100644 index 0000000000..9a41763a27 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/bowling.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/daiyousei_izumi.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/daiyousei_izumi.xml new file mode 100644 index 0000000000..4f9a03fc02 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/daiyousei_izumi.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/hairal_niwa.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/hairal_niwa.xml new file mode 100644 index 0000000000..f09046b925 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/hairal_niwa.xml @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/hairal_niwa_n.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/hairal_niwa_n.xml new file mode 100644 index 0000000000..6f4c181e0e --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/hairal_niwa_n.xml @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/hakasitarelay.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/hakasitarelay.xml new file mode 100644 index 0000000000..91be63d147 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/hakasitarelay.xml @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/hut.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/hut.xml new file mode 100644 index 0000000000..a4ef5715ff --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/hut.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/hylia_labo.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/hylia_labo.xml new file mode 100644 index 0000000000..56822e67a7 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/hylia_labo.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/impa.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/impa.xml new file mode 100644 index 0000000000..db757e3d3c --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/impa.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/kakariko.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/kakariko.xml new file mode 100644 index 0000000000..e4e9b102c9 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/kakariko.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/kenjyanoma.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/kenjyanoma.xml new file mode 100644 index 0000000000..4e8a58f3b6 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/kenjyanoma.xml @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/kokiri_home.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/kokiri_home.xml new file mode 100644 index 0000000000..8c0305493a --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/kokiri_home.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/kokiri_home3.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/kokiri_home3.xml new file mode 100644 index 0000000000..9f36eb41c9 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/kokiri_home3.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/kokiri_home4.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/kokiri_home4.xml new file mode 100644 index 0000000000..eb861aedb4 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/kokiri_home4.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/kokiri_home5.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/kokiri_home5.xml new file mode 100644 index 0000000000..974987feda --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/kokiri_home5.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/labo.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/labo.xml new file mode 100644 index 0000000000..c0a9d2eb8c --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/labo.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/link_home.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/link_home.xml new file mode 100644 index 0000000000..2fb88ae347 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/link_home.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/mahouya.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/mahouya.xml new file mode 100644 index 0000000000..8ae462f9db --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/mahouya.xml @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/malon_stable.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/malon_stable.xml new file mode 100644 index 0000000000..aff97eeb86 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/malon_stable.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/miharigoya.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/miharigoya.xml new file mode 100644 index 0000000000..63f8676ac1 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/miharigoya.xml @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/nakaniwa.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/nakaniwa.xml new file mode 100644 index 0000000000..2fb2d5e6a4 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/nakaniwa.xml @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/syatekijyou.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/syatekijyou.xml new file mode 100644 index 0000000000..05243b52ca --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/syatekijyou.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/takaraya.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/takaraya.xml new file mode 100644 index 0000000000..5b438980b7 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/takaraya.xml @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/tent.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/tent.xml new file mode 100644 index 0000000000..de72cc5f45 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/tent.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/tokinoma.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/tokinoma.xml new file mode 100644 index 0000000000..d7878b8951 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/tokinoma.xml @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/yousei_izumi_tate.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/yousei_izumi_tate.xml new file mode 100644 index 0000000000..3b6dd2dec2 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/yousei_izumi_tate.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/yousei_izumi_yoko.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/yousei_izumi_yoko.xml new file mode 100644 index 0000000000..90a8d95d09 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/indoors/yousei_izumi_yoko.xml @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/misc/enrui.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/misc/enrui.xml new file mode 100644 index 0000000000..d8c06e5454 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/misc/enrui.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/misc/entra_n.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/misc/entra_n.xml new file mode 100644 index 0000000000..5b408ac3a6 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/misc/entra_n.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/misc/hakaana.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/misc/hakaana.xml new file mode 100644 index 0000000000..e7dc93dd0c --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/misc/hakaana.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/misc/hakaana2.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/misc/hakaana2.xml new file mode 100644 index 0000000000..2d8ba4906a --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/misc/hakaana2.xml @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/misc/hakaana_ouke.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/misc/hakaana_ouke.xml new file mode 100644 index 0000000000..17f53613e4 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/misc/hakaana_ouke.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/misc/hiral_demo.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/misc/hiral_demo.xml new file mode 100644 index 0000000000..1331fdd4c5 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/misc/hiral_demo.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/misc/kakariko3.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/misc/kakariko3.xml new file mode 100644 index 0000000000..07b62c44df --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/misc/kakariko3.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/misc/kakusiana.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/misc/kakusiana.xml new file mode 100644 index 0000000000..c3f993ff4f --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/misc/kakusiana.xml @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/misc/kinsuta.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/misc/kinsuta.xml new file mode 100644 index 0000000000..aac0f6c4ea --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/misc/kinsuta.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/misc/market_alley.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/misc/market_alley.xml new file mode 100644 index 0000000000..c304673032 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/misc/market_alley.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/misc/market_alley_n.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/misc/market_alley_n.xml new file mode 100644 index 0000000000..0fddf01891 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/misc/market_alley_n.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/misc/market_day.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/misc/market_day.xml new file mode 100644 index 0000000000..b9b2b19a35 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/misc/market_day.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/misc/market_night.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/misc/market_night.xml new file mode 100644 index 0000000000..3df655a597 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/misc/market_night.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/misc/market_ruins.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/misc/market_ruins.xml new file mode 100644 index 0000000000..f0ec75e759 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/misc/market_ruins.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/misc/shrine.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/misc/shrine.xml new file mode 100644 index 0000000000..b9ddf2cf70 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/misc/shrine.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/misc/shrine_n.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/misc/shrine_n.xml new file mode 100644 index 0000000000..fb0ba87faa --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/misc/shrine_n.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/misc/shrine_r.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/misc/shrine_r.xml new file mode 100644 index 0000000000..1220367919 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/misc/shrine_r.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/misc/turibori.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/misc/turibori.xml new file mode 100644 index 0000000000..0633224d9c --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/misc/turibori.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/overworld/entra.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/overworld/entra.xml new file mode 100644 index 0000000000..92ee57f59a --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/overworld/entra.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/overworld/souko.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/overworld/souko.xml new file mode 100644 index 0000000000..524ee570eb --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/overworld/souko.xml @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/overworld/spot00.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/overworld/spot00.xml new file mode 100644 index 0000000000..b28e40889c --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/overworld/spot00.xml @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/overworld/spot01.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/overworld/spot01.xml new file mode 100644 index 0000000000..6c1439b414 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/overworld/spot01.xml @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/overworld/spot02.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/overworld/spot02.xml new file mode 100644 index 0000000000..c7924c29db --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/overworld/spot02.xml @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/overworld/spot03.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/overworld/spot03.xml new file mode 100644 index 0000000000..6ac31277ed --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/overworld/spot03.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/overworld/spot04.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/overworld/spot04.xml new file mode 100644 index 0000000000..91edd98d27 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/overworld/spot04.xml @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/overworld/spot05.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/overworld/spot05.xml new file mode 100644 index 0000000000..7f1390ded9 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/overworld/spot05.xml @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/overworld/spot06.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/overworld/spot06.xml new file mode 100644 index 0000000000..aa655a6a37 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/overworld/spot06.xml @@ -0,0 +1,58 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/overworld/spot07.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/overworld/spot07.xml new file mode 100644 index 0000000000..a3286028e1 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/overworld/spot07.xml @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/overworld/spot08.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/overworld/spot08.xml new file mode 100644 index 0000000000..86582f0dca --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/overworld/spot08.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/overworld/spot09.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/overworld/spot09.xml new file mode 100644 index 0000000000..60a61de1b5 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/overworld/spot09.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/overworld/spot10.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/overworld/spot10.xml new file mode 100644 index 0000000000..53c0e624b5 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/overworld/spot10.xml @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/overworld/spot11.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/overworld/spot11.xml new file mode 100644 index 0000000000..76ff3b8223 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/overworld/spot11.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/overworld/spot12.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/overworld/spot12.xml new file mode 100644 index 0000000000..e21523b217 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/overworld/spot12.xml @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/overworld/spot13.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/overworld/spot13.xml new file mode 100644 index 0000000000..c689130650 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/overworld/spot13.xml @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/overworld/spot15.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/overworld/spot15.xml new file mode 100644 index 0000000000..e75f7b6845 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/overworld/spot15.xml @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/overworld/spot16.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/overworld/spot16.xml new file mode 100644 index 0000000000..6002d12689 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/overworld/spot16.xml @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/overworld/spot17.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/overworld/spot17.xml new file mode 100644 index 0000000000..6fe3f377c3 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/overworld/spot17.xml @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/overworld/spot18.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/overworld/spot18.xml new file mode 100644 index 0000000000..8e87b8dd8e --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/overworld/spot18.xml @@ -0,0 +1,105 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/overworld/spot20.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/overworld/spot20.xml new file mode 100644 index 0000000000..5f2022f680 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/overworld/spot20.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/shops/alley_shop.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/shops/alley_shop.xml new file mode 100644 index 0000000000..95548de1bd --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/shops/alley_shop.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/shops/drag.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/shops/drag.xml new file mode 100644 index 0000000000..acb6515fba --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/shops/drag.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/shops/face_shop.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/shops/face_shop.xml new file mode 100644 index 0000000000..16a9746081 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/shops/face_shop.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/shops/golon.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/shops/golon.xml new file mode 100644 index 0000000000..c586727988 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/shops/golon.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/shops/kokiri_shop.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/shops/kokiri_shop.xml new file mode 100644 index 0000000000..50cd633e57 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/shops/kokiri_shop.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/shops/night_shop.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/shops/night_shop.xml new file mode 100644 index 0000000000..5954d9c83d --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/shops/night_shop.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/shops/shop1.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/shops/shop1.xml new file mode 100644 index 0000000000..525a06d633 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/shops/shop1.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/scenes/shops/zoora.xml b/soh/assets/xml/GC_MQ_PAL_F/scenes/shops/zoora.xml new file mode 100644 index 0000000000..0e4ac18f8c --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/scenes/shops/zoora.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/text/elf_message_field.xml b/soh/assets/xml/GC_MQ_PAL_F/text/elf_message_field.xml new file mode 100644 index 0000000000..789a554ce8 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/text/elf_message_field.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/soh/assets/xml/GC_MQ_PAL_F/text/elf_message_ydan.xml b/soh/assets/xml/GC_MQ_PAL_F/text/elf_message_ydan.xml new file mode 100644 index 0000000000..f784afcf45 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/text/elf_message_ydan.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/soh/assets/xml/GC_MQ_PAL_F/text/message_data_static.xml b/soh/assets/xml/GC_MQ_PAL_F/text/message_data_static.xml new file mode 100644 index 0000000000..400a27e27d --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/text/message_data_static.xml @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/textures/backgrounds.xml b/soh/assets/xml/GC_MQ_PAL_F/textures/backgrounds.xml new file mode 100644 index 0000000000..c60ff57a8a --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/textures/backgrounds.xml @@ -0,0 +1,246 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/textures/boss_title_cards.xml b/soh/assets/xml/GC_MQ_PAL_F/textures/boss_title_cards.xml new file mode 100644 index 0000000000..3667d2bdfa --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/textures/boss_title_cards.xml @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/soh/assets/xml/GC_MQ_PAL_F/textures/do_action_static.xml b/soh/assets/xml/GC_MQ_PAL_F/textures/do_action_static.xml new file mode 100644 index 0000000000..9ae8d9815d --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/textures/do_action_static.xml @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/textures/icon_item_24_static.xml b/soh/assets/xml/GC_MQ_PAL_F/textures/icon_item_24_static.xml new file mode 100644 index 0000000000..cdb8cc7379 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/textures/icon_item_24_static.xml @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/textures/icon_item_dungeon_static.xml b/soh/assets/xml/GC_MQ_PAL_F/textures/icon_item_dungeon_static.xml new file mode 100644 index 0000000000..873c490fc5 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/textures/icon_item_dungeon_static.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/textures/icon_item_field_static.xml b/soh/assets/xml/GC_MQ_PAL_F/textures/icon_item_field_static.xml new file mode 100644 index 0000000000..ed991406b5 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/textures/icon_item_field_static.xml @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/textures/icon_item_fra_static.xml b/soh/assets/xml/GC_MQ_PAL_F/textures/icon_item_fra_static.xml new file mode 100644 index 0000000000..2c8ccad5bf --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/textures/icon_item_fra_static.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/textures/icon_item_gameover_static.xml b/soh/assets/xml/GC_MQ_PAL_F/textures/icon_item_gameover_static.xml new file mode 100644 index 0000000000..fc2a506422 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/textures/icon_item_gameover_static.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/textures/icon_item_ger_static.xml b/soh/assets/xml/GC_MQ_PAL_F/textures/icon_item_ger_static.xml new file mode 100644 index 0000000000..ea71dda35e --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/textures/icon_item_ger_static.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/textures/icon_item_nes_static.xml b/soh/assets/xml/GC_MQ_PAL_F/textures/icon_item_nes_static.xml new file mode 100644 index 0000000000..6cd92acfca --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/textures/icon_item_nes_static.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/textures/icon_item_static.xml b/soh/assets/xml/GC_MQ_PAL_F/textures/icon_item_static.xml new file mode 100644 index 0000000000..2bd26b79d4 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/textures/icon_item_static.xml @@ -0,0 +1,190 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/textures/item_name_static.xml b/soh/assets/xml/GC_MQ_PAL_F/textures/item_name_static.xml new file mode 100644 index 0000000000..00c497490f --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/textures/item_name_static.xml @@ -0,0 +1,373 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/textures/map_48x85_static.xml b/soh/assets/xml/GC_MQ_PAL_F/textures/map_48x85_static.xml new file mode 100644 index 0000000000..b2ea46340a --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/textures/map_48x85_static.xml @@ -0,0 +1,72 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/soh/assets/xml/GC_MQ_PAL_F/textures/map_grand_static.xml b/soh/assets/xml/GC_MQ_PAL_F/textures/map_grand_static.xml new file mode 100644 index 0000000000..201955bfc3 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/textures/map_grand_static.xml @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/textures/map_i_static.xml b/soh/assets/xml/GC_MQ_PAL_F/textures/map_i_static.xml new file mode 100644 index 0000000000..1721f6d848 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/textures/map_i_static.xml @@ -0,0 +1,243 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/textures/map_name_static.xml b/soh/assets/xml/GC_MQ_PAL_F/textures/map_name_static.xml new file mode 100644 index 0000000000..7f9d315893 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/textures/map_name_static.xml @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/textures/message_static.xml b/soh/assets/xml/GC_MQ_PAL_F/textures/message_static.xml new file mode 100644 index 0000000000..afdde60def --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/textures/message_static.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/textures/message_texture_static.xml b/soh/assets/xml/GC_MQ_PAL_F/textures/message_texture_static.xml new file mode 100644 index 0000000000..bbf7e1259e --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/textures/message_texture_static.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/textures/nes_font_static.xml b/soh/assets/xml/GC_MQ_PAL_F/textures/nes_font_static.xml new file mode 100644 index 0000000000..b01646cb54 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/textures/nes_font_static.xml @@ -0,0 +1,145 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/textures/nintendo_rogo_static.xml b/soh/assets/xml/GC_MQ_PAL_F/textures/nintendo_rogo_static.xml new file mode 100644 index 0000000000..f09de3b0f9 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/textures/nintendo_rogo_static.xml @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/textures/parameter_static.xml b/soh/assets/xml/GC_MQ_PAL_F/textures/parameter_static.xml new file mode 100644 index 0000000000..c51dacf1f6 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/textures/parameter_static.xml @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/textures/place_title_cards.xml b/soh/assets/xml/GC_MQ_PAL_F/textures/place_title_cards.xml new file mode 100644 index 0000000000..188661b41d --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/textures/place_title_cards.xml @@ -0,0 +1,287 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/textures/skyboxes.xml b/soh/assets/xml/GC_MQ_PAL_F/textures/skyboxes.xml new file mode 100644 index 0000000000..104ffb2a3f --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/textures/skyboxes.xml @@ -0,0 +1,113 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_MQ_PAL_F/textures/title_static.xml b/soh/assets/xml/GC_MQ_PAL_F/textures/title_static.xml new file mode 100644 index 0000000000..422b60cdc9 --- /dev/null +++ b/soh/assets/xml/GC_MQ_PAL_F/textures/title_static.xml @@ -0,0 +1,194 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/soh/assets/xml/GC_NMQ_D/objects/object_owl.xml b/soh/assets/xml/GC_NMQ_D/objects/object_owl.xml index 7d4b80078f..64fdf64c53 100644 --- a/soh/assets/xml/GC_NMQ_D/objects/object_owl.xml +++ b/soh/assets/xml/GC_NMQ_D/objects/object_owl.xml @@ -65,15 +65,15 @@ - + - - - + + + diff --git a/soh/assets/xml/GC_NMQ_D/objects/object_xc.xml b/soh/assets/xml/GC_NMQ_D/objects/object_xc.xml index 06be2d891b..ab1a34a4b3 100644 --- a/soh/assets/xml/GC_NMQ_D/objects/object_xc.xml +++ b/soh/assets/xml/GC_NMQ_D/objects/object_xc.xml @@ -35,7 +35,7 @@ - + diff --git a/soh/assets/xml/GC_NMQ_PAL_F/objects/object_owl.xml b/soh/assets/xml/GC_NMQ_PAL_F/objects/object_owl.xml index 606fb8178f..64fdf64c53 100644 --- a/soh/assets/xml/GC_NMQ_PAL_F/objects/object_owl.xml +++ b/soh/assets/xml/GC_NMQ_PAL_F/objects/object_owl.xml @@ -72,8 +72,8 @@ - - - + + + diff --git a/soh/assets/xml/GC_NMQ_PAL_F/objects/object_xc.xml b/soh/assets/xml/GC_NMQ_PAL_F/objects/object_xc.xml index 06be2d891b..ab1a34a4b3 100644 --- a/soh/assets/xml/GC_NMQ_PAL_F/objects/object_xc.xml +++ b/soh/assets/xml/GC_NMQ_PAL_F/objects/object_xc.xml @@ -35,7 +35,7 @@ - + diff --git a/soh/assets/xml/N64_PAL_11/objects/object_owl.xml b/soh/assets/xml/N64_PAL_11/objects/object_owl.xml index 606fb8178f..64fdf64c53 100644 --- a/soh/assets/xml/N64_PAL_11/objects/object_owl.xml +++ b/soh/assets/xml/N64_PAL_11/objects/object_owl.xml @@ -72,8 +72,8 @@ - - - + + + diff --git a/soh/assets/xml/N64_PAL_11/objects/object_xc.xml b/soh/assets/xml/N64_PAL_11/objects/object_xc.xml index 06be2d891b..1af0d204d9 100644 --- a/soh/assets/xml/N64_PAL_11/objects/object_xc.xml +++ b/soh/assets/xml/N64_PAL_11/objects/object_xc.xml @@ -35,7 +35,7 @@ - + @@ -49,10 +49,10 @@ - - - - + + + + diff --git a/soh/macosx/soh-macos.sh b/soh/macosx/soh-macos.sh index bf39648c64..ee2356ab38 100755 --- a/soh/macosx/soh-macos.sh +++ b/soh/macosx/soh-macos.sh @@ -9,7 +9,7 @@ export DYLD_FALLBACK_LIBRARY_PATH="$LIBPATH" remap_hashes () { - # Remap v64 and n64 hashes to their z64 has equivalent + # Remap v64 and n64 hashes to their z64 hash equivalent # ZAPD will handle converting the data into z64 format case "$ROMHASH" in a9059b56e761c9034fbe02fe4c24985aaa835dac) # v64 @@ -30,6 +30,12 @@ remap_hashes () 24c73d378b0620a380ce5ef9f2b186c6c157a68b) # n64 ROMHASH=cfbb98d392e4a9d39da8285d10cbef3974c2f012 ;; + 8ebf2e29313f44f2d49e5b4191971d09919e8e48) # v64 + ROMHASH=f46239439f59a2a594ef83cf68ef65043b1bffe2 + ;; + 4264bf7b875737b8fae77d52322a5099d051fc11) # n64 + ROMHASH=f46239439f59a2a594ef83cf68ef65043b1bffe2 + ;; 973bc6fe56010a8d646166a1182a81b4f13b8cf9) # v64 ROMHASH=50bebedad9e0f10746a52b07239e47fa6c284d03 ;; @@ -99,6 +105,8 @@ if [ ! -e "$SHIP_HOME"/oot.otr ] || [ ! -e "$SHIP_HOME"/oot-mq.otr ]; then ROM_TYPE=0;; cfbb98d392e4a9d39da8285d10cbef3974c2f012) ROM_TYPE=0;; + f46239439f59a2a594ef83cf68ef65043b1bffe2) + ROM_TYPE=1;; 50bebedad9e0f10746a52b07239e47fa6c284d03) ROM_TYPE=1;; 079b855b943d6ad8bd1eb026c0ed169ecbdac7da) @@ -184,6 +192,9 @@ if [ ! -e "$SHIP_HOME"/oot.otr ] || [ ! -e "$SHIP_HOME"/oot-mq.otr ]; then cfbb98d392e4a9d39da8285d10cbef3974c2f012) ROM=N64_PAL_11 OTRNAME="oot.otr";; + f46239439f59a2a594ef83cf68ef65043b1bffe2) + ROM=GC_MQ_PAL_F + OTRNAME="oot-mq.otr";; 50bebedad9e0f10746a52b07239e47fa6c284d03) ROM=GC_MQ_D OTRNAME="oot-mq.otr";; diff --git a/soh/soh/Extractor/Extract.cpp b/soh/soh/Extractor/Extract.cpp index 0b81cdd0bc..00328348cd 100644 --- a/soh/soh/Extractor/Extract.cpp +++ b/soh/soh/Extractor/Extract.cpp @@ -51,6 +51,7 @@ extern "C" uint32_t CRC32C(unsigned char* data, size_t dataSize); static constexpr uint32_t OOT_PAL_GC = 0x09465AC3; +static constexpr uint32_t OOT_PAL_MQ = 0x1D4136F3; static constexpr uint32_t OOT_PAL_GC_DBG1 = 0x871E1C92; // 03-21-2002 build static constexpr uint32_t OOT_PAL_GC_DBG2 = 0x87121EFE; // 03-13-2002 build static constexpr uint32_t OOT_PAL_GC_MQ_DBG = 0x917D18F6; @@ -63,10 +64,11 @@ static const std::unordered_map verMap = { { OOT_PAL_GC_DBG2, "PAL Debug 2" }, { OOT_PAL_GC_MQ_DBG, "PAL MQ Debug" }, { OOT_PAL_11, "PAL N64 1.1" }, + { OOT_PAL_MQ, "PAL MQ Gamecube" }, }; // TODO only check the first 54MB of the rom. -static constexpr std::array goodCrcs = { +static constexpr std::array goodCrcs = { 0xfa8c0555, // MQ DBG 64MB (Original overdump) 0x8652ac4c, // MQ DBG 64MB 0x5B8A1EB7, // MQ DBG 64MB (Empty overdump) @@ -74,6 +76,7 @@ static constexpr std::array goodCrcs = { 0x044b3982, // NMQ DBG 54MB 0xEB15D7B9, // NMQ DBG 64MB 0xDA8E61BF, // GC PAL + 0x7A2FAE68, // GC MQ PAL 0xE033FBBA, // N64 PAL 1.1 }; @@ -469,6 +472,7 @@ bool Extractor::Run(RomSearchMode searchMode) { bool Extractor::IsMasterQuest() const { switch (GetRomVerCrc()) { + case OOT_PAL_MQ: case OOT_PAL_GC_MQ_DBG: return true; case OOT_PAL_10: @@ -485,6 +489,8 @@ const char* Extractor::GetZapdVerStr() const { switch (GetRomVerCrc()) { case OOT_PAL_GC: return "GC_NMQ_PAL_F"; + case OOT_PAL_MQ: + return "GC_MQ_PAL_F"; case OOT_PAL_GC_DBG1: return "GC_NMQ_D"; case OOT_PAL_GC_MQ_DBG: