FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

FindInLEV by TheUbMunster · Pull Request #239 · CTR-tools/CTR-ModSDK · GitHub

FindInLEV - #239

Open
TheUbMunster wants to merge 1 commit into
CTR-tools:mainfrom
TheUbMunster:decal-find-in-lev
Open

FindInLEV#239
TheUbMunster wants to merge 1 commit into
CTR-tools:mainfrom
TheUbMunster:decal-find-in-lev

Conversation

Copy link
Copy Markdown
Collaborator

I'd love to test, but for some reason it won't build because of some problem in the UI namespace

for (int i = 0; i < levTexLookup->numIconGroup; i++)
{
struct IconGroup* iconGroupPtr = levTexLookup->firstIconGroupPtr[i];
if (((*(int*)(iconGroupPtr->name + 0)) == (*(int*)(str + 0))) &&

TheUbMunster Jan 8, 2026
edited
Loading

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

"efficient string comparison", the same way ND did it. do we have memcmp? (strcmp wouldn't behave the same because memcmp will check beyond the nullterm (like original impl), but strcmp won't).

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL