temnix Posted March 27, 2020 Posted March 27, 2020 What is that measured in, bytes? Anyway, the original SPWI218.SPL (Ghoul Touch) throws off a SOURCE_SIZE > 0x113 check. It simply will not be patched if that size is required. Without that check, patching happens fine. There may be other SPLs like that down the list, but Ghoul Touch is the first one to buck Weidu. In the override folder the size of the file, without changes, only saved, is 250 bytes, but facts are facts. Any suggestions for a different "sanity check"? Quote
subtledoctor Posted March 27, 2020 Posted March 27, 2020 Out of curiosity, where did you get the 0x113 from? Looks like (looking in NI) the size of Ghoul Touch is 0xf9. I usually check SOURCE_SIZE > 0x71, meaning it has an ability header; or I guess you could use > 0x99, suggesting it has an ability header with an effect in it. Quote
CamDawg Posted March 27, 2020 Posted March 27, 2020 17 minutes ago, subtledoctor said: Out of curiosity, where did you get the 0x113 from? 0x71 = 113, so it's a misunderstanding of notation. Quote
Sam. Posted March 28, 2020 Posted March 28, 2020 4 hours ago, CamDawg said: 0x71 = 113, so it's a misunderstanding of notation. Out of curiosity, did you just happen to know that, or is this an issue/question that has cropped up in the past? Quote
CamDawg Posted March 28, 2020 Posted March 28, 2020 9 hours ago, Sam. said: Out of curiosity, did you just happen to know that, or is this an issue/question that has cropped up in the past? 0x113 seemed like a really random number, so I guessed and did some mental arithmetic. Quote
Recommended Posts
Join the conversation
You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.