-
Notifications
You must be signed in to change notification settings - Fork 38
Ported more stuff from: #687
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
xCamera, xEntMotion, xPad, xSerializer, xString
|
| Section | From | To | Bytes | |
|---|---|---|---|---|
| 📈 | .rodata |
0.00% | 21.82% | +85 |
| 📈 | .sbss |
57.14% | 80.95% | +5 |
| ✅ | .sdata2 |
81.82% | 100.00% | +27 |
| 📈 | .text |
61.02% | 95.90% | +4887 |
| Function | From | To | Bytes | |
|---|---|---|---|---|
| 📈 | _xCameraUpdate(xCamera*, float) |
0.11% | 98.26% | +3494 |
| 📈 | xBinaryCamera::update(float) |
0.28% | 91.37% | +1293 |
| ✅ | xMat3x3RMulVec(xVec3*, const xMat3x3*, const xVec3*) |
0.00% | 100.00% | +100 |
main/SB/Core/x/xEntMotion
| Section | From | To | Bytes | |
|---|---|---|---|---|
| ✅ | .rodata |
99.56% | 100.00% | +6 |
| ✅ | .sdata2 |
85.71% | 100.00% | +6 |
| 📈 | .text |
83.56% | 99.54% | +1786 |
| Function | From | To | Bytes | |
|---|---|---|---|---|
| ✅ | xEntMPMove(xEntMotion*, xScene*, float, xEntFrame*) |
0.00% | 100.00% | +1184 |
| 📈 | xEntMotionDebugDraw(const xEntMotion*) |
0.00% | 97.75% | +574 |
| ✅ | xMovePointGetNumPoints(const xMovePoint*) |
0.00% | 100.00% | +12 |
| ✅ | xMovePointGetPoint(const xMovePoint*, unsigned short) |
0.00% | 100.00% | +16 |
main/SB/Core/x/xPad
| Section | From | To | Bytes | |
|---|---|---|---|---|
| 📈 | .sdata2 |
28.57% | 66.67% | +9 |
| 📈 | .text |
24.91% | 61.18% | +1008 |
| Function | From | To | Bytes | |
|---|---|---|---|---|
| 📈 | xPadUpdate(int, float) |
0.00% | 61.49% | +740 |
| ✅ | xPadNormalizeAnalog(_tagxPad&, int, int) |
0.00% | 100.00% | +268 |
main/SB/Core/x/xpkrsvc
| Section | From | To | Bytes | |
|---|---|---|---|---|
| 📈 | .text |
98.51% | 98.76% | +32 |
| Function | From | To | Bytes | |
|---|---|---|---|---|
| ✅ | PKR_LoadAsset(st_PACKER_READ_DATA*, unsigned int, const char*, void*) |
0.00% | 100.00% | +32 |
main/SB/Core/x/xserializer
| Section | From | To | Bytes | |
|---|---|---|---|---|
| 📈 | .text |
74.43% | 88.33% | +615 |
| Function | From | To | Bytes | |
|---|---|---|---|---|
| 📈 | xSER_init_buffers(int, st_SERIAL_PERCID_SIZE*) |
0.64% | 98.60% | +615 |
main/SB/Core/x/xString
| Section | From | To | Bytes | |
|---|---|---|---|---|
| 📈 | .text |
14.80% | 35.17% | +743 |
| Function | From | To | Bytes | |
|---|---|---|---|---|
| 📈 | xStrTok(char*, const char*, char**) |
0.00% | 97.02% | +345 |
| 📈 | xStrParseFloatList(float*, const char*, int) |
0.00% | 94.67% | +397 |
main/SB/Game/zNPCGoalCommon
| Section | From | To | Bytes |
|---|
| Function | From | To | Bytes |
|---|
JoshSanch
requested changes
Nov 30, 2025
src/SB/Core/x/xString.cpp
Outdated
| U8 map[32]; | ||
| S32 count; | ||
|
|
||
| map[0] = 0; |
Collaborator
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should be able to put this in a more concise for loop that unrolls - please try it out.
|
| Section | From | To | Bytes | |
|---|---|---|---|---|
| 📈 | .rodata |
0.00% | 21.82% | +85 |
| 📈 | .sbss |
57.14% | 80.95% | +5 |
| ✅ | .sdata2 |
81.82% | 100.00% | +27 |
| 📈 | .text |
61.02% | 95.90% | +4887 |
| Function | From | To | Bytes | |
|---|---|---|---|---|
| 📈 | _xCameraUpdate(xCamera*, float) |
0.11% | 98.26% | +3494 |
| 📈 | xBinaryCamera::update(float) |
0.28% | 91.37% | +1293 |
| ✅ | xMat3x3RMulVec(xVec3*, const xMat3x3*, const xVec3*) |
0.00% | 100.00% | +100 |
main/SB/Core/x/xEntMotion
| Section | From | To | Bytes | |
|---|---|---|---|---|
| ✅ | .rodata |
99.56% | 100.00% | +6 |
| ✅ | .sdata2 |
85.71% | 100.00% | +6 |
| 📈 | .text |
83.56% | 99.54% | +1786 |
| Function | From | To | Bytes | |
|---|---|---|---|---|
| ✅ | xEntMPMove(xEntMotion*, xScene*, float, xEntFrame*) |
0.00% | 100.00% | +1184 |
| 📈 | xEntMotionDebugDraw(const xEntMotion*) |
0.00% | 97.75% | +574 |
| ✅ | xMovePointGetNumPoints(const xMovePoint*) |
0.00% | 100.00% | +12 |
| ✅ | xMovePointGetPoint(const xMovePoint*, unsigned short) |
0.00% | 100.00% | +16 |
main/SB/Core/x/xPad
| Section | From | To | Bytes | |
|---|---|---|---|---|
| 📈 | .sdata2 |
28.57% | 66.67% | +9 |
| 📈 | .text |
24.91% | 61.18% | +1008 |
| Function | From | To | Bytes | |
|---|---|---|---|---|
| 📈 | xPadUpdate(int, float) |
0.00% | 61.49% | +740 |
| ✅ | xPadNormalizeAnalog(_tagxPad&, int, int) |
0.00% | 100.00% | +268 |
main/SB/Core/x/xpkrsvc
| Section | From | To | Bytes | |
|---|---|---|---|---|
| 📈 | .text |
98.51% | 98.76% | +32 |
| Function | From | To | Bytes | |
|---|---|---|---|---|
| ✅ | PKR_LoadAsset(st_PACKER_READ_DATA*, unsigned int, const char*, void*) |
0.00% | 100.00% | +32 |
main/SB/Core/x/xserializer
| Section | From | To | Bytes | |
|---|---|---|---|---|
| 📈 | .text |
74.43% | 88.33% | +615 |
| Function | From | To | Bytes | |
|---|---|---|---|---|
| 📈 | xSER_init_buffers(int, st_SERIAL_PERCID_SIZE*) |
0.64% | 98.60% | +615 |
main/SB/Core/x/xString
| Section | From | To | Bytes | |
|---|---|---|---|---|
| 📈 | .text |
14.80% | 35.17% | +743 |
| Function | From | To | Bytes | |
|---|---|---|---|---|
| 📈 | xStrTok(char*, const char*, char**) |
0.00% | 97.02% | +345 |
| 📈 | xStrParseFloatList(float*, const char*, int) |
0.00% | 94.67% | +397 |
main/SB/Game/zNPCGoalCommon
| Section | From | To | Bytes |
|---|
| Function | From | To | Bytes |
|---|
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.
xCamera, xEntMotion, xPad, xSerializer, xString
thank you seil