Yesterday, 06:17 PM
@Marito_Yo
I don't mean to start any drama, but I am curious. You have yourself as the Code creator, but which part of the Code was authored by you? Which line?
For context, the differences I see between this and Dea's OG version is.. (correct me If I'm wrong)
- First Hook was moved to a slightly different spot in the same responsible Func, which allows a nop of a stb. Thus no more C2 needed, can use a RAM Write (nop). This is a more optimized way to achieve the same effect as the previous version.
- Second Hook was changed to a RAM Write since it was hooked to a Func that returned a bool. Simply editing the bool return value is all that is needed. Code optimization.
- Third Line was added completely from scratch. This is for the other isCPU func as there are two isCPU funcs in the game. Dea's OG version was missing this.
--
So did you add the 3rd line? If not, then the rest would just be code optimizations which doesn't qualify as the Code creator, but does for Code credits. Unless the code optimization added a new feature I'm not recognizing or removed a limitation.
Once again, not trying to start any drama, just want to make sure credits are done correctly.
I don't mean to start any drama, but I am curious. You have yourself as the Code creator, but which part of the Code was authored by you? Which line?
For context, the differences I see between this and Dea's OG version is.. (correct me If I'm wrong)
- First Hook was moved to a slightly different spot in the same responsible Func, which allows a nop of a stb. Thus no more C2 needed, can use a RAM Write (nop). This is a more optimized way to achieve the same effect as the previous version.
- Second Hook was changed to a RAM Write since it was hooked to a Func that returned a bool. Simply editing the bool return value is all that is needed. Code optimization.
- Third Line was added completely from scratch. This is for the other isCPU func as there are two isCPU funcs in the game. Dea's OG version was missing this.
--
So did you add the 3rd line? If not, then the rest would just be code optimizations which doesn't qualify as the Code creator, but does for Code credits. Unless the code optimization added a new feature I'm not recognizing or removed a limitation.
Once again, not trying to start any drama, just want to make sure credits are done correctly.