Merged
Conversation
|
| Section | From | To | Bytes | |
|---|---|---|---|---|
| ✅ | .bss |
50.00% | 100.00% | +136 |
| ✅ | .ctors |
0.00% | 100.00% | +4 |
| ✅ | .data |
0.00% | 100.00% | +24 |
| ✅ | .rodata |
0.00% | 100.00% | +32 |
| ✅ | .sbss |
71.43% | 100.00% | +11 |
| ✅ | .sdata |
9.52% | 100.00% | +21 |
| ✅ | .sdata2 |
42.11% | 100.00% | +37 |
| 📈 | .text |
13.66% | 84.44% | +3677 |
| Function | From | To | Bytes | |
|---|---|---|---|---|
| ✅ | xScrFxDrawScreenSizeRectangle() |
80.47% | 100.00% | +25 |
| ✅ | InterpCol(float, unsigned char, unsigned char) |
4.35% | 100.00% | +88 |
| ✅ | xScrFxFade(iColor_tag*, iColor_tag*, float, void (*)(void), int) |
23.69% | 100.00% | +137 |
| 📈 | xScrFxUpdateFade(RwCamera*, float) |
0.00% | 95.81% | +494 |
| 📈 | xScrFxUpdateLetterBox(RwCamera*, float) |
0.00% | 91.55% | +307 |
| ✅ | xScrFxDrawSafeArea() |
0.00% | 100.00% | +604 |
| 📈 | xScrFxDistortionUpdate(float) |
0.00% | 88.37% | +304 |
| ✅ | xScrFXGlareAdd(xVec3*, float, float, float, float, float, float, float, RwRaster*) |
0.00% | 100.00% | +392 |
| 📈 | xScrFXGlareUpdate(float) |
0.00% | 90.48% | +152 |
| ✅ | xScrFXFullScreenGlareRender() |
0.00% | 100.00% | +412 |
| 📈 | xScrFXGlareRender(xCamera*) |
0.00% | 63.67% | +585 |
| 📈 | xScrFxDrawBox(float, float, float, float, unsigned char, unsigned char, unsigned char, unsigned char, float, float) |
0.00% | 26.52% | +102 |
| ✅ | __sinit_xScrFx_cpp |
0.00% | 100.00% | +48 |
| 📈 | DistortionParticle::operator=(const DistortionParticle&) |
0.00% | 24.92% | +24 |
main/SB/Game/zActionLine
| Section | From | To | Bytes | |
|---|---|---|---|---|
| ️ |
.text |
82.86% | 82.36% | --3 |
| Function | From | To | Bytes | |
|---|---|---|---|---|
| ️ |
RenderActionLine(_tagActionLine*) |
62.38% | 61.28% | --3 |
main/SB/Core/x/xShadowSimple
| Section | From | To | Bytes | |
|---|---|---|---|---|
| ️ |
.text |
15.43% | 14.98% | --22 |
| Function | From | To | Bytes | |
|---|---|---|---|---|
| ️ |
xShadowSimple_Init() |
47.22% | 40.35% | --22 |
main/SB/Game/zNPCTypeBossSandy
| Section | From | To | Bytes | |
|---|---|---|---|---|
| ❔ | .text |
41.89% | 41.89% | +/-0 |
| Function | From | To | Bytes | |
|---|---|---|---|---|
| ❔ | zNPCBSandy::Init(xEntAsset*) |
39.54% | 39.53% | +/-0 |
main/SB/Core/x/xLaserBolt
| Section | From | To | Bytes | |
|---|---|---|---|---|
| 📈 | .text |
68.89% | 73.90% | +325 |
| Function | From | To | Bytes | |
|---|---|---|---|---|
| 📈 | xLaserBoltEmitter::render(xLaserBoltEmitter::bolt&, RxObjSpace3DVertex*) |
0.00% | 44.42% | +257 |
| ✅ | xLaserBoltEmitter::flush_verts(RxObjSpace3DVertex*, int) |
0.00% | 100.00% | +64 |
| 📈 | xLaserBoltEmitter::set_bolt_verts(RxObjSpace3DVertex*, const xVec3&, const xVec3&, unsigned char, const xVec3&) |
0.00% | 1.18% | +4 |
JoshSanch
approved these changes
Dec 2, 2025
Collaborator
JoshSanch
left a comment
There was a problem hiding this comment.
Great work! Glad to see some more clarity on RenderWare headers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
All functions are complete, all data is matching. Mostly scheduling memes.
Also ported RxObjSpace3DVertex/RwIm3DVertex over from Rat, which has it in the DWARF data, so it should hopefully be accurate. It's a bit different from our current one, so I had to edit some places where it's used.