mirror of
https://github.com/zeldaret/mm.git
synced 2026-09-02 09:51:44 -04:00
Rename yDistTo variables (#286)
* Change yDistTo to yDirDistTo. * Run format.sh. * Apply suggestions from code review Fix comments in header file. * Added "Surface" to yDirDistToWater. * Update names in sellnuts and skb. * Actually fix skb * Rename yDirDistToWaterSurface to depthInWater. * Rename yDirDistToPlayer to playerHeightRel. * Apply suggestions from code review Fix capitalization in header file comments. Co-authored-by: Anghelo Carvajal <angheloalf95@gmail.com> * Fix Jenkins (Obj_Aqua). * Fix Jenkins (Obj_Etcetera). * Fix Jenkins (En_Thiefbird). * Fix misformatted files in current master. * Fix Jenkins and run format.sh. * Fix misformatted file in current master (z_debug). * Update PR to include new actors. * Update PR to include elforg, po_sisters, wf. * update actorfixer.py with variable name changes. Co-authored-by: Anghelo Carvajal <angheloalf95@gmail.com>
This commit is contained in:
@@ -187,6 +187,8 @@ animdict = {
|
||||
"skelAnime.prevFrameRot": "skelAnime.prevRot",
|
||||
"skelAnime.prevFramePos": "skelAnime.prevTransl",
|
||||
"skelAnime.unk3E": "skelAnime.baseTransl",
|
||||
"actor.yDistToWater" : "actor.depthInWater",
|
||||
"actor.yDistToPlayer" : "actor.playerHeightRel",
|
||||
}
|
||||
|
||||
def replace_anim(file):
|
||||
|
||||
Reference in New Issue
Block a user