mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 01:42:29 +00:00
feat(profile): Weather funcs
This commit is contained in:
parent
ce95d02943
commit
ae4c78c4a2
4 changed files with 44 additions and 1 deletions
|
|
@ -46,3 +46,7 @@ CFacet__Set 007912C0 f end=00791378
|
||||||
CFacet__constructor 00983940 f end=0098398F
|
CFacet__constructor 00983940 f end=0098398F
|
||||||
CAaBox__Bounding 00984930 f end=00984C6D
|
CAaBox__Bounding 00984930 f end=00984C6D
|
||||||
CFacet__Set 009838D0 f end=0098393E
|
CFacet__Set 009838D0 f end=0098393E
|
||||||
|
CImVector__Set 0048BD20 f end=0048BDDA
|
||||||
|
C44Matrix__Rotation 004C3460 f end=004C3593
|
||||||
|
C33Matrix__Rotation 004C5820 f end=004C5932
|
||||||
|
C33Matrix__Rotate 004C5940 f end=004C5984
|
||||||
|
|
|
||||||
38
profile/3.3.5a-windows-386/symbol/weather/func.sym
Normal file
38
profile/3.3.5a-windows-386/symbol/weather/func.sym
Normal file
|
|
@ -0,0 +1,38 @@
|
||||||
|
Weather__GetType 00783B60 f end=00783B8C
|
||||||
|
Weather__FillInDefaultPrecipTexturePath 00783B90 f end=00783BCE
|
||||||
|
Rain__GetMotionBlurMatrix 00784140 f end=0078426F
|
||||||
|
Rain__RealizePacket 007842D0 f end=007843D9
|
||||||
|
Weather__SetType 007846A0 f end=0078484C
|
||||||
|
Weather__SetStormIntensity 00784850 f end=00784A24
|
||||||
|
Snow__InitFlake 00785880 f end=00785D55
|
||||||
|
Snow__UpdatePacket 00785D60 f end=00785E9F
|
||||||
|
Sand__InitGrain 00785EA0 f end=0078620E
|
||||||
|
Sand__UpdatePacket 00786210 f end=00786330
|
||||||
|
Mists__CreateMist 00786330 f end=00786559
|
||||||
|
Mists__Render 00786E10 f end=00787779
|
||||||
|
Weather__constructor 00787780 f end=0078791A
|
||||||
|
Rain__UpdatePackets 00787CE0 f end=00788090
|
||||||
|
Snow__UpdatePacketsSW 00788090 f end=00788657
|
||||||
|
Sand__UpdatePacketsSW 00788660 f end=00788927
|
||||||
|
Rain__destructor 00789110 f end=007891A8
|
||||||
|
Rain__RenderPatterPacketsSW 007891B0 f end=007898A0
|
||||||
|
Rain__RenderDropPacketsSW 007898A0 f end=0078A029
|
||||||
|
Rain__RenderPatterPackets 0078A030 f end=0078A63F
|
||||||
|
Rain__RenderDropPackets 0078A640 f end=0078AE1D
|
||||||
|
Rain__Render 0078AE20 f end=0078AE6A
|
||||||
|
Snow__destructor 0078AE70 f end=0078AED1
|
||||||
|
Snow__RenderPackets 0078AEE0 f end=0078B363
|
||||||
|
Snow__RenderPackets 0078B370 f end=0078BA51
|
||||||
|
Snow__Render 0078BA60 f end=0078BA9C
|
||||||
|
Sand__destructor 0078BAA0 f end=0078BAF6
|
||||||
|
Sand__RenderPackets 0078BB00 f end=0078BED3
|
||||||
|
Sand__RenderPackets 0078BEE0 f end=0078C3D3
|
||||||
|
Sand__Render 0078C3E0 f end=0078C41C
|
||||||
|
Mists__constructor 0078C420 f end=0078C4F8
|
||||||
|
Weather__Render 0078CA50 f end=0078CA8C
|
||||||
|
Rain__constructor 0078CA90 f end=0078CD2A
|
||||||
|
Snow__constructor 0078CD30 f end=0078CF1F
|
||||||
|
Sand__constructor 0078CF20 f end=0078D0A8
|
||||||
|
Weather__Clear 0078D0B0 f end=0078D12A
|
||||||
|
Weather__Update 0078D170 f end=0078D53C
|
||||||
|
Weather__destructor 0078D540 f end=0078D602
|
||||||
|
|
@ -25,4 +25,4 @@ World__QueryObjectInside 0077F090 f end=0077F0A4
|
||||||
World__QueryMapObjAreaTable 0077F1B0 f end=0077F1D1
|
World__QueryMapObjAreaTable 0077F1B0 f end=0077F1D1
|
||||||
World__Update 007815C0 f end=00781604
|
World__Update 007815C0 f end=00781604
|
||||||
World__SetFarClip 00780800 f end=0078085F
|
World__SetFarClip 00780800 f end=0078085F
|
||||||
|
World__GetCamPos 00780640 f end=00780646
|
||||||
|
|
|
||||||
|
|
@ -32,3 +32,4 @@ CWorldScene__AddDoodadDefs 007998A0 f end=00799977
|
||||||
CWorldScene__CullDoodadsExterior 00799980 f end=00799B62
|
CWorldScene__CullDoodadsExterior 00799980 f end=00799B62
|
||||||
CWorldScene__CullDoodadsInterior 00799B70 f end=00799D36
|
CWorldScene__CullDoodadsInterior 00799B70 f end=00799D36
|
||||||
CWorldScene__CullMapObjDefGroupFromExterior 007B3A10 f end=007B3B1A
|
CWorldScene__CullMapObjDefGroupFromExterior 007B3A10 f end=007B3B1A
|
||||||
|
CWorldScene__RenderWeather 0077F030 f end=0077F03B
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue