mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-07 06:40:15 +00:00
padmgr and related (#71)
* In process of moving changes over from old repo * Merged in changes * Finished import of padmgr changes from old repo * Adjusted some volatile * Improving padmgr volatile situation * Almost matched osReadMempak * Working on osMempakDataCRC * Explanations and equivalents but no matches for osMempakAddrCRC and osMempakDataCRC * OK after merge * Matched osMempakAddrCRC and osMempakDataCRC * Matched osReadMempak * Updated PadMgr function names to be less like original code * Changed variable names to make them further from original code * Changed names and it stopped matching * Undid clang-format steamrollering whitespace memes * Cleaned up Input names * More formatting changes * Moved padmgr to z64.h, deleted padmgr.h
This commit is contained in:
parent
16646aa34d
commit
5aef81071e
45 changed files with 640 additions and 789 deletions
|
@ -47,15 +47,8 @@ const ActorInit En_Ani_InitVars = {
|
|||
};
|
||||
|
||||
static ColliderCylinderInit cylinderInitData = {
|
||||
0x0A, 0x00, 0x11, 0x39,
|
||||
0x10, 0x01, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00,
|
||||
0x00000000,
|
||||
0x00, 0x00, 0x00, 0x00,
|
||||
0xFFCFFFFF,
|
||||
0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x01, 0x01, 0x00,
|
||||
0x001E, 0x0028, 0x0000,
|
||||
0x0A, 0x00, 0x11, 0x39, 0x10, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00000000, 0x00, 0x00,
|
||||
0x00, 0x00, 0xFFCFFFFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x00, 0x001E, 0x0028, 0x0000,
|
||||
};
|
||||
|
||||
static InitChainEntry initChain[] = {
|
||||
|
@ -63,9 +56,7 @@ static InitChainEntry initChain[] = {
|
|||
ICHAIN_F32(unk_F4, 850, ICHAIN_STOP),
|
||||
};
|
||||
|
||||
static Vec3f EnAniVec = {
|
||||
800.0f, 500.0f, 0.0f
|
||||
};
|
||||
static Vec3f EnAniVec = { 800.0f, 500.0f, 0.0f };
|
||||
|
||||
UNK_PTR D_809B0F80[] = {
|
||||
0x06000408,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue