mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-06-07 05:55:11 -07:00
* copy n64 pal 10 doing this so i can check diffs i make * transfer german->jp icon item * overlays, message data, icon item jpn, audio, code todo: title_static, gameplay keep * add kanji and fix title cards * title static * spell folder correctly * boss title cards, do action, icon item, item name, map name * headers for jpn stuff * gameplay_keep * Scenes, audio, jp text extraction, rom support, overlay fixes, sheik & darunia todo: test & disable darunia fix cvar for ntsc * msgptr init fix * icon item offsets * comment out title cards until zapd can fix itself (we extract these in a different file anyway) * compile and font implemented to get past title screen * file select * message, kaleido and everything else but rando * uintptr_t * rando and custom messages working! * ntsc-j 1.0 support * n64 logo? * copy ntsc 10 to 11 * ntsc 11 extraction * change title version names * copy ntsc 11 to 12 * ntsc 12 extraction * clean up some todos * re checkout submodules post merge * fix US filename * support cross-version filenames * add new versions to non-mq list * use correct message table init * Fix ntsc nes message table overriding pal nes message table * actual fix, allows extraction * fix file name using wrong font of file being hovered over * Fix barinade crash * re-add pal * better jabu fix and revert LUS * fix gerudo title cards * better better owl select * more owl fixes * build * fix some name decode issues * Switch Language Mid Text * Fix PAL displaying for JP filenames * Fix AskToEquip Crash * Disable Credits Timing Fix on NTSC * Fix JP Text positioning * basic language switching (BIG todo: file select, title screen) * Title Screen Hopefully working * add ntsc to linux appimage stuff, TODO: add .v64/.n64 support * Update OTRExporter * Fix pause to decide offset * Fix bomb item name crash * fix fire arrows and PoH * builds * update asset changes and fix menu language changing * fix name decode * Fix crashes and add rando/boss rush select stuff * Revive debug feature by setting language cvar too * Fix ocarina text speed softlock, and update jp text speed changes * Merge remote-tracking branch 'upstream/develop' into NTSC * Fix options menu and let pal use japanese fully * Resolve some suggestions * match up gTextSpeed changes to english (still broken!) * Fix text speed crash * Set default filename language on save init funcs * bump otrexporter * Display same correct info for n64 ntsc-j and ntsc-u * quicktext more closely aligned with decomp * linux appimage v64/n64 checksums * bump zapd * Credits Fix Tooltip Adjusted * update supported hashes json * update shasums to include JP n64
39 lines
2.3 KiB
XML
39 lines
2.3 KiB
XML
<Root>
|
|
<File Name="object_dekubaba" Segment="6">
|
|
<!-- Deku Baba animations -->
|
|
<Animation Name="gDekuBabaPauseChompAnim" Offset="0x208"/>
|
|
<Animation Name="gDekuBabaFastChompAnim" Offset="0x2B8"/>
|
|
|
|
<!-- Deku Baba body DLists (not all are limb DLists) -->
|
|
<DList Name="gDekuBabaLowerJawDL" Offset="0x580"/>
|
|
<DList Name="gDekuBabaUpperJawDL" Offset="0xB68"/>
|
|
<DList Name="gDekuBabaBaseLeavesDL" Offset="0x10F0"/>
|
|
<DList Name="gDekuBabaStemTopDL" Offset="0x1330"/>
|
|
<DList Name="gDekuBabaStemMiddleDL" Offset="0x1628"/>
|
|
<DList Name="gDekuBabaStemBaseDL" Offset="0x1828"/>
|
|
|
|
<!-- Deku Baba body textures -->
|
|
<Texture Name="gDekuBabaJawOuterTex" OutName="deku_baba_jaw_outer" Format="rgba16" Width="16" Height="32" Offset="0x18D0"/>
|
|
<Texture Name="gDekuBabaJawInnerTex" OutName="deku_baba_jaw_inner" Format="rgba16" Width="32" Height="32" Offset="0x1CD0"/>
|
|
<Texture Name="gDekuBabaLeafTex" OutName="deku_baba_leaf" Format="rgba16" Width="16" Height="32" Offset="0x24D0"/>
|
|
<Texture Name="gDekuBabaBulbTex" OutName="deku_baba_bulb" Format="rgba16" Width="8" Height="8" Offset="0x28D0"/>
|
|
<Texture Name="gDekuBabaStemTex" OutName="deku_baba_stem" Format="rgba16" Width="8" Height="8" Offset="0x2950"/>
|
|
|
|
<!-- Deku Baba limbs -->
|
|
<Limb Name="object_dekubaba_Limb_0029D0" LimbType="Standard" Offset="0x29D0"/>
|
|
<Limb Name="object_dekubaba_Limb_0029DC" LimbType="Standard" Offset="0x29DC"/>
|
|
<Limb Name="object_dekubaba_Limb_0029E8" LimbType="Standard" Offset="0x29E8"/>
|
|
<Limb Name="object_dekubaba_Limb_0029F4" LimbType="Standard" Offset="0x29F4"/>
|
|
<Limb Name="object_dekubaba_Limb_002A00" LimbType="Standard" Offset="0x2A00"/>
|
|
<Limb Name="object_dekubaba_Limb_002A0C" LimbType="Standard" Offset="0x2A0C"/>
|
|
<Limb Name="object_dekubaba_Limb_002A18" LimbType="Standard" Offset="0x2A18"/>
|
|
|
|
<!-- Deku Baba skeleton -->
|
|
<Skeleton Name="gDekuBabaSkel" Type="Normal" LimbType="Standard" Offset="0x2A40"/>
|
|
|
|
<!-- Deku Baba stick drop -->
|
|
<DList Name="gDekuBabaStickDropDL" Offset="0x3070"/>
|
|
<Texture Name="gDekuBabaStickDropTex" OutName="deku_baba_stick_drop" Format="rgba16" Width="32" Height="32" Offset="0x31C0"/>
|
|
</File>
|
|
</Root>
|