zSurface/zPlatform progress#690
Merged
JoshSanch merged 4 commits intobfbbdecomp:mainfrom Dec 1, 2025
Merged
Conversation
Ported from Seil's PC port
Ported from Seil's PC port
|
| Section | From | To | Bytes | |
|---|---|---|---|---|
| ✅ | .sdata2 |
38.64% | 100.00% | +78 |
| 📈 | .text |
24.37% | 99.52% | +11127 |
| Function | From | To | Bytes | |
|---|---|---|---|---|
| 📈 | zPlatform_Init(zPlatform*, xEntAsset*) |
96.13% | 99.24% | +32 |
| ✅ | SolvePaddleMotion(zPlatform*, float*, float) |
0.75% | 100.00% | +1036 |
| 📈 | zPlatform_PaddleCollide(xCollis*, const xVec3*, const xVec3*, unsigned int) |
0.00% | 97.92% | +869 |
| 📈 | zPlatFM_Update(zPlatform*, xScene*, float) |
0.00% | 99.55% | +3571 |
| ✅ | zPlatform_Update(xEnt*, xScene*, float) |
0.16% | 100.00% | +2424 |
| 📈 | zPlatformEventCB(xBase*, xBase*, unsigned int, const float*, xBase*) |
0.18% | 99.10% | +3157 |
| ✅ | xEntMPAccelerate(xEntMotion*, float) |
0.00% | 100.00% | +36 |
main/SB/Game/zSurface
| Section | From | To | Bytes | |
|---|---|---|---|---|
| ✅ | .bss |
0.00% | 100.00% | +608 |
| ✅ | .sbss |
0.00% | 100.00% | +8 |
| ✅ | .sdata |
0.00% | 100.00% | +8 |
| ✅ | .sdata2 |
47.92% | 100.00% | +37 |
| 📈 | .text |
31.46% | 99.48% | +3346 |
| Function | From | To | Bytes | |
|---|---|---|---|---|
| ✅ | zSurfaceInit() |
0.00% | 100.00% | +528 |
| 📈 | zSurfaceInitDefaultSurface() |
0.00% | 79.96% | +73 |
| ️ |
zSurfaceRegisterMapper(unsigned int) |
100.00% | 94.57% | --5 |
| ✅ | zSurfaceGetSurface(unsigned int) |
0.00% | 100.00% | +200 |
| ✅ | zSurfaceGetSlideStopAngle(const xSurface*) |
0.00% | 100.00% | +80 |
| ✅ | zSurfaceGetOutOfBoundsDelay(const xSurface&) |
0.00% | 100.00% | +32 |
| ✅ | zSurfaceUpdate(xBase*, xScene*, float) |
0.00% | 100.00% | +1720 |
| 📈 | zSurfaceEventCB(xBase*, xBase*, unsigned int, const float*, xBase*) |
0.00% | 99.72% | +718 |
main/SB/Game/zUI
| Section | From | To | Bytes | |
|---|---|---|---|---|
| ❔ | .text |
96.55% | 96.56% | +/-0 |
| Function | From | To | Bytes | |
|---|---|---|---|---|
| ✅ | zUI_Reset(_zUI*) |
99.48% | 100.00% | +/-0 |
JoshSanch
approved these changes
Dec 1, 2025
Collaborator
JoshSanch
left a comment
There was a problem hiding this comment.
Bless u
Thanks @seilweiss
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.
Ported zSurface and zPlatform from Seil's PC port