-
Notifications
You must be signed in to change notification settings - Fork 48
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
d_a_tag_kb_item OK #25
Conversation
Doesn't match for jpn tww? Do i have to fix something here? |
} | ||
|
||
/* 00000234-00000258 .text daTagKbItem_Execute__FPv */ | ||
void daTagKbItem_Execute(void*) { | ||
/* Nonmatching */ | ||
static int daTagKbItem_Execute(void* i_this) { |
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.
ideally these return types should match the return type of the member function
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.
not in this case though. Objdiff shows clrlwi's that need to be generated in the static execute and static draw function. It doesn't match else
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.
hm, ill approve for now but i want to take a closer look at that later
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.
hm, ill approve for now but i want to take a closer look at that later
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.
hm, ill approve for now but i want to take a closer look at that later
No description provided.