summaryrefslogtreecommitdiff
path: root/src/pso/TObject.cpp
AgeCommit message (Collapse)Author
2023-02-03TObject, TMainTask: Make object names extern, and declare them inmrb0nk500
`TObject.cpp` This is to make it match the order in the original binary.
2023-02-01TObject: Correct typo in `get_node_count()`mrb0nk500
Oof, forgot an underscore.
2023-01-30TObject, macros: Add `FOREACH_NODE` macros for dealing with TObjectmrb0nk500
iteration Thanks to EpochFlame for suggesting this.
2023-01-30TObject, TObject2: Create `TObject2.cpp`, and move flag functionsmrb0nk500
into it This is necessary to get the function placement correct.
2023-01-30TObject: Add task related globalsmrb0nk500
2023-01-29pso: add `macros.h`mrb0nk500
2023-01-29TObject: Use `vu16` from `types.h`mrb0nk500
2023-01-29Global: Move `TObject.cpp` to `pso/` directorymrb0nk500