mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-15 03:20:35 +00:00
ZAPD hotfix (#599)
* change parent * git subrepo pull --force tools/ZAPD subrepo: subdir: "tools/ZAPD" merged: "440ed2684" upstream: origin: "https://github.com/zeldaret/ZAPD.git" branch: "master" commit: "440ed2684" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo.git" commit: "2f68596"
This commit is contained in:
parent
2b346a1f6a
commit
794538f6f7
3 changed files with 6 additions and 6 deletions
|
@ -211,7 +211,7 @@ std::string ZSkeleton::GetSourceOutputCode(std::string prefix)
|
|||
if (parent->HasDeclaration(limb->address))
|
||||
limbName = parent->GetDeclarationName(limb->address);
|
||||
|
||||
parent->AddDeclaration(limb->address, DeclarationAlignment::None, 12, entryType, limbName, entryStr);
|
||||
parent->AddDeclaration(limb->address, DeclarationAlignment::None, limb->GetRawDataSize(), entryType, limbName, entryStr);
|
||||
}
|
||||
|
||||
// Table
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue