Open
Conversation
Report for GMSJ01 (31af987 - 0fe07fe)📈 Matched code: 28.39% (+0.01%, +388 bytes) ✅ 7 new matches
🥀 6 broken matches
📉 1 regression in an unmatched item
|
Mrkol
requested changes
Mar 25, 2026
| @@ -0,0 +1,13 @@ | |||
| #ifndef MAP_TPOLLUTIONTEST_HPP | |||
Collaborator
There was a problem hiding this comment.
Lets name this file same as the cpp is called -- PollutionEvent.hpp
|
|
||
| TPollutionTest::~TPollutionTest() { } | ||
|
|
||
| void TPollutionTest::loadAfter() { TNameRef::loadAfter(); } |
Collaborator
There was a problem hiding this comment.
There are a bunch of "UNUSED" stripped symbols in the symbol map for this file -- as a rule, we always add those to the decompiled files so as not to lose out on any additional information available to us. Please do this here too: TPollutionEventAreaObj, TPollutionEventMaze, TPollutionEventModelStamp and TPollutionEventModelStampMario seem to be thte 4 classes that should also be in this hpp/cpp pair!
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.
Just a small TU as I'm trying to learn everything to do with matching.