You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When decomp commits headers for object files (containing stuff like extern AnimationHeader gIngoIdleAnim;), it would be nice to also have them in z64hdr.
And also define the symbols in a linker script like gIngoIdleAnim = 0x06123456.
This would make compiling decomp actors with CAT work out of the box I think, apart from updating the includes.
The text was updated successfully, but these errors were encountered:
When decomp commits headers for object files (containing stuff like
extern AnimationHeader gIngoIdleAnim;
), it would be nice to also have them in z64hdr.And also define the symbols in a linker script like
gIngoIdleAnim = 0x06123456
.This would make compiling decomp actors with CAT work out of the box I think, apart from updating the includes.
The text was updated successfully, but these errors were encountered: