mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
Bigslime OK and Documented (#361)
* git subrepo pull tools/asm-differ --force subrepo: subdir: "tools/asm-differ" merged: "d218cdf0" upstream: origin: "https://github.com/simonlindholm/asm-differ.git" branch: "main" commit: "d218cdf0" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo.git" commit: "2f68596" * git subrepo pull tools/graphovl --force subrepo: subdir: "tools/graphovl" merged: "f5fe93d7" upstream: origin: "https://github.com/AngheloAlf/graphovl.git" branch: "master" commit: "f5fe93d7" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo.git" commit: "2f68596" * git subrepo pull tools/ZAPD --force subrepo: subdir: "tools/ZAPD" merged: "e7a8a48c" upstream: origin: "https://github.com/zeldaret/ZAPD.git" branch: "master" commit: "e7a8a48c" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo.git" commit: "2f68596" * Bring Bigslime over from old branch * Format * Improve docs * format * More cleanup * Fix Zero Vectors Name * Improve docs * Spelling/Grammar * Small typo * Extra space * Fix zapd merge conflict * tab * Fix remaining names * format * Better documentation * format * fix * Add names to identity matrices * Minor Cleanup * easier to read comments * Another touch-up * Missed a spot * one more... * typo * Another typo * Fix merge master, fix EnBigslime_ApplyDamageEffectBigslime * PR Feedback * Fix variable * Add in gZeroVec3f in new prs * Fix gZeroVec3f * gZeroVec3f * PR Feedback, move lots of static data inside functions * Use z_actor decomp of `func_800BE680` for better macro name * Naming gone wrong, but fixed now * Fix dList * Add an extra line of docs about shadows for a function * dList -> shadowDList * Next round of PR feedback * Document object file, still need to double check some * Small cleanup * Improve and fix many docs, unname unknown material texture * format * Oops * Clean up blobs from object file * Aha! I finally get what's going on * Remove Bigslime undefined_syms * Remove more undefined symbols Co-authored-by: Angie <angheloalf95@gmail.com>
This commit is contained in:
@@ -345,6 +345,11 @@ animdict = {
|
||||
|
||||
"globalCtx->mf_187FC" : "globalCtx->billboardMtxF",
|
||||
"globalCtx->projectionMatrix" : "globalCtx->viewProjectionMtxF",
|
||||
|
||||
"D_801D15B0" : "gZeroVec3f",
|
||||
"D_801D15BC" : "gZeroVec3s",
|
||||
"D_801D1DE0" : "gIdentityMtx",
|
||||
"D_801D1E20" : "gIdentityMtxF",
|
||||
}
|
||||
|
||||
def replace_anim(file):
|
||||
|
||||
@@ -4991,8 +4991,8 @@
|
||||
0x80869D90:("EnPametfrog_Init",),
|
||||
0x80869F90:("EnPametfrog_Destroy",),
|
||||
0x80869FBC:("EnPametfrog_Vec3fNormalize",),
|
||||
0x8086A024:("EnPametfrog_ChangeColliderFreeze",),
|
||||
0x8086A068:("EnPametfrog_ChangeColliderThaw",),
|
||||
0x8086A024:("EnPametfrog_Freeze",),
|
||||
0x8086A068:("EnPametfrog_Thaw",),
|
||||
0x8086A0F4:("EnPametfrog_JumpWaterEffects",),
|
||||
0x8086A1A0:("EnPametfrog_IdleWaterEffects",),
|
||||
0x8086A238:("func_8086A238",),
|
||||
@@ -6671,7 +6671,7 @@
|
||||
0x808EC990:("func_808EC990",),
|
||||
0x808ECD14:("func_808ECD14",),
|
||||
0x808ED07C:("func_808ED07C",),
|
||||
0x808ED138:("EnBigslime_Draw",),
|
||||
0x808ED138:("EnBigslime_DrawGekko",),
|
||||
0x808ED3F4:("func_808ED3F4",),
|
||||
0x808F1200:("EnKarebaba_Init",),
|
||||
0x808F1334:("EnKarebaba_Destroy",),
|
||||
|
||||
@@ -2245,11 +2245,11 @@
|
||||
0x801D1538:("D_801D1538","UNK_TYPE4","",0x4),
|
||||
0x801D1540:("D_801D1540","UNK_PTR","",0x4),
|
||||
0x801D1570:("D_801D1570","f32","[13]",0x34),
|
||||
0x801D15B0:("D_801D15B0","Vec3f","",0xC),
|
||||
0x801D15BC:("D_801D15BC","UNK_TYPE4","",0x4),
|
||||
0x801D15B0:("gZeroVec3f","Vec3f","",0xC),
|
||||
0x801D15BC:("gZeroVec3s","Vec3s","",0x6),
|
||||
0x801D15D0:("sATan2Tbl","s16","[1025]",0x802),
|
||||
0x801D1DE0:("D_801D1DE0","Mtx","",0x40),
|
||||
0x801D1E20:("D_801D1E20","MtxF","",0x40),
|
||||
0x801D1DE0:("gIdentityMtx","Mtx","",0x40),
|
||||
0x801D1E20:("gIdentityMtxF","MtxF","",0x40),
|
||||
0x801D1E60:("initialgspUcodeText","UNK_PTR","",0x4),
|
||||
0x801D1E64:("initialgspUcodeData","UNK_PTR","",0x4),
|
||||
0x801D1E70:("D_801D1E70","UNK_TYPE1","",0x1),
|
||||
|
||||
Reference in New Issue
Block a user