Wizardry: Legacy of Llylgamyn (GBC)
<?xml version="1.0" encoding="UTF-8" ?>
<gamelink>

    <card
        title="WIZARDRY: LEGACY OF LLYLGAMYN"
        short="WIZARDRY III"
        titlelo="Wizardry: Legacy of Llylgamyn"
        sort_name="WIZARDRY 3"
        beta="true"
    />

    <libretro>

        <!-- Wizardry - Legacy of Llylgamyn (J) [C][!].gbc -->
        <detect system="GBC">
            <content_hash>87fb3a0e1f7a8990f77125fb968f556ad1a108cdc953e7a010d73f5cb9efbfca</content_hash>
            <peek bytes="f9 fa fb fc" />
        </detect>  

    </libretro>

    <regions>

        <region id="1" name="Maze" ground_floor="false" start_floor="F1" auto_create="true" >
            <grid width="16" height="16" />
        </region>

    </regions>

    <views>

        <!-- Maze -->
        <packetview region="1">
             <xpos offset="0" length="1" min="0" max="10" />
            <ypos offset="1" length="1" min="0" max="10" />
            <face offset="2" length="1" n="0" e="1" s="2" w="3" />
             <floor offset="3" length="1" min="1" max="6" dir="up" /> <!-- unknown floor range -->
        </packetview>

    </views>

</gamelink>
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License