This begins the documentation of overlay009, which is in charge of
managing stuff related to the Distortion World.
For now, the scope of this commit has been limited to the following:
- start documenting structures used throughout this overlay, more
specifically the `DistortionWorldSystem` struct
- start documenting the structures found inside the files of the
`tw_arc.narc` NARC
- document functions and structures related to camera management inside
the Distortion Word, including the templates found inside the
`tw_arc.narc` NARC
Signed-off-by: Kuruyia <github@kuruyia.net>
* Begin documenting party screen healthbar
* really minor rename of unnamed parameter
* Big rename that will probably cause issues bc VSCode's rename is not ideal
* should match
* document part of PartyManagementData struct
* apparently I missed these
idk how it build without them
* swap include order
* begin documenting unk_02084B70.c
* clean up parameter names a bit
* some more instances of windowLayout
* continue documenting fields of PartyManagementData
* more progress on PartyManagementData
* Revert PartyMenu_MakeSelection to sub_02083370 and remove enum
* name all unnamed PartyManagementData variables partyMan
* Move struct and update code.
* Update references
* Update references to use enum.
* More enum
* Small change.
* Rename files.
* Changes.
* Rename flags as coords.
* Rename to cursor info.
* Rename to party_menu_cursor
* Remove decl files and rename main ParticleSystem struct
* Document particle system new/init
* Document generic particle system functions
* Document particle system allocation functions
* Document remaining particle system getters and setters
* Particle system cleanup
* Rename particle system files
* Format files
* PR feedback
* Heap_AllocFromHeapAtEnd Heap ID breadcrums
* Consistent heapID capitalization
* More Heap IDs
* A little bit more Heap IDs
* More and more Heap IDs
* Stopping for today
* MOAR
* more and more
* Back from the Heap ID mines
* A couple more
* Coins scr commands
* Game Corner messages
* GoToIfCannotAddCoins macro
* CheckMoney
* Using GoToIfNotEnoughMoney
* Most of Game Corner script documented
* Some slot machine documentation
* AddToGameRecord
* Last scr commands but 1
* Format
* Fix typo
* initial documentation of unk_0207070C->field moves
* changes for PR suggestions + menu taskdata
* symbols in FieldMoveTaskData + fieldMoveMon done
* function name changes, document badges, cleanup
* Use enum FieldMoveError as return type for FieldMoveErrContext functions
* badge enum and bool constants
---------
Co-authored-by: Rachel <lhearachel@proton.me>