Scheduled system upgrade on Sunday 21 April 2024 15:00-16:00 UTC - On that day, the wiki and other services might go down for 5-15 minutes.

Content/AnimationDrivenSpeed/AnimalUnitSpeed.bin

From ZeldaMods (Breath of the Wild)
Jump to navigation Jump to search

This resource is found in TitleBG.pack.

Its canonical resource path is "AnimationDrivenSpeed/AnimalUnitSpeed.bin".

Structure

Header

Offset Type Description
0x0 u32 Number of floats per entry, divided by 2

The number of entries can be calculated with (fileSize - 4) / (4 * (2 * numFloats + 1))[1].

Entry

Offset Type Description
0x0 u32 CRC32 hash of entry name
0x4 float[numFloats] First series of speeds
0x4 + 4*numFloats float[numFloats] Second series of speeds
  1. 0x7100E627F8 in Switch 1.5.0