red031000
red031000
I *think* so? not sure metrowerks makes that much of a distinction, if it's not actually possible then imo it should be explicit in the type name
ideally it would be so that each overlay has its own folder, so it might need to get specific for stuff like battle
pls fix conflicts so we can merge this :)
Command name styling: `PascalCase` Entry-point label styling: `PascalCase` Use local labels: No (as eventually we'll want to be able to use gcc) Within-subroutine label styling: `_UnderscorePrefixPascalCase` (would be happy with...
I have made several PRs converting style A into style B, which have been approved and merged, and during original style guide discussions, we did decided on style B, so...
> There is actually a third variant C: case labels indented by 1, but case contents not indented. > > ``` > switch (state) { > case 0: > //...
agreed, and todo
this was actually agreed, I just havent updated the style guide yet, because im lazy and busy do not typedef enums, refer explicitly to them, PascalCase
IMO this (and all pointer star alignments) should be the same as we already decided
makes sense to me 🥺