zNPCTypeKingJelly: register_tweaks work#563
Conversation
🆗 ✅+8829 bytes No Regressions 🎉Progress: 6📈 |
JoshSanch
left a comment
There was a problem hiding this comment.
Awesome work!
Here, I think it's more accurate to move the function implementations into the namespace, as the tweak_group struct definition here is intended to be local to this file (enforced by the anonymous namespace), and so defining it inside the namespace further reinforces this intention.
|
|
Great work, thanks! :) |
Not entirely sure if the namespace stuff is correct — I based it on how it's done in other files.