mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-16 20:10:28 +00:00
git subrepo pull --force tools/ZAPD (#1457)
* git subrepo pull --force tools/ZAPD subrepo: subdir: "tools/ZAPD" merged: "dcf56d93e" upstream: origin: "https://github.com/zeldaret/ZAPD.git" branch: "master" commit: "dcf56d93e" git-subrepo: version: "0.4.5" origin: "https://github.com/ingydotnet/git-subrepo" commit: "dbb99be" * Add files via upload * Update Config.xml
This commit is contained in:
parent
48cdaa5c6c
commit
629757b3ae
71 changed files with 2366 additions and 5678 deletions
|
@ -287,6 +287,8 @@ void ZLimbTable::ParseRawData()
|
|||
|
||||
const auto& rawData = parent->GetRawData();
|
||||
uint32_t ptr = rawDataIndex;
|
||||
|
||||
limbsAddresses.reserve(count);
|
||||
for (size_t i = 0; i < count; i++)
|
||||
{
|
||||
limbsAddresses.push_back(BitConverter::ToUInt32BE(rawData, ptr));
|
||||
|
@ -301,7 +303,7 @@ void ZLimbTable::DeclareReferences(const std::string& prefix)
|
|||
varPrefix = prefix;
|
||||
|
||||
ZResource::DeclareReferences(varPrefix);
|
||||
|
||||
limbsReferences.reserve(count);
|
||||
for (size_t i = 0; i < count; i++)
|
||||
{
|
||||
segptr_t limbAddress = limbsAddresses[i];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue