Results 69 comments of Anghelo Carvajal

iirc the asm produced by psx compilers needs to be post-processed so it can match. The toolchain is a bit yucky. It would be cool if asm-differ had an option...

Hello, this PR hasn't been updated in a while. Do you have plans to update this PR? If we haven't heard back by June 1st then we will take it...

Actually doing it would be just a refactor, the tricky part is actually deciding on a new name

It is tempting, yes. The main issue is discussing with the rest of the contributors to decide and agree in a new name. Since you seem to be really interested...

If it sees a symbol is shifted then it will complain. Example: ```c f32 sKaleidoSetupRightPageEyeX[] = { PAUSE_EYE_DIST * -PAUSE_MAP_X, // PAUSE_ITEM PAUSE_EYE_DIST * -PAUSE_QUEST_X, // PAUSE_MAP PAUSE_EYE_DIST * -PAUSE_MASK_X,...

No, that's a bug on the library

fyi we have been avoiding this file because of how much bss it has. Header changes can affect very aggressively to the bss reorder, specially in in-function-static bss. We have...

Closing this PR since it introduces a bug fix instead of a way to preserve the original UB behavior. There hasn't been any seemingly intention to change this fact or...

I think the change overall is fine. I did a bit of local testing to check everything works fine and noticed that the compiled schedules are still being put under...

No. I do think it is better for those two struct to be different, even if they look the same. It is used in only two places, as a list...