* Document `EnMaruta`
* Document type from params
* Rename display lists properly
* Format
* Add ASCII picture to explain DL array
* Use boolean values for isRetracting
* Shorten name of zero vector
* Rename to gPracticeLogWholeDL
Co-authored-by: Anghelo Carvajal <angheloalf95@gmail.com>
* Forgot to rename the other reference
* Rename to SetupRiseThroughFloor
* Add comments marking "on floor setup" as theory-only
---------
Co-authored-by: Anghelo Carvajal <angheloalf95@gmail.com>
* Document `func_808B849C`
* Clarify doc about number returned
Co-authored-by: Anghelo Carvajal <angheloalf95@gmail.com>
* Add number comparisons
* Try arithmetic in remains function
* Reverse addition operation - will it break matching?
---------
Co-authored-by: Anghelo Carvajal <angheloalf95@gmail.com>
* Rename multiple variables in `MessageContext`
* Fix errors
* Better rename for price fields
* Rename two more fields related to number inputs
* More renames for text line positioning fields
* Fix copy-paste error
* PoComposer: some docs
* PoComposer: the rest of the object documented
* PoComposer: docs tweaked
* PoComposer: missing weekevent reg in a schedule file wasnt found by rename script
* PoComposer: document tweaks
* PoComposer: forgot the texture name
* Freezard: some docs
* Freezard: more docs
* Freezard: most function names
* Freezard: last function named
* Freeza: more docs
* Freezard: oops wrong actor name
* Fz: more docs
* Fz: more docs
* Fz: Object named
* Fz: Object named
* Fz: changed my mind, function names changed to reflect old OOT behavior not seen in this game, in case someone confuses them
* Freezer: docs
* Free: more docs
* F: format
* Fz: more docs
* Fz: format
* EnFz: more docs, format
* Fz: More minor docs
* Fz: more docs, format
* Apply suggestions from code review
Co-authored-by: Anghelo Carvajal <angheloalf95@gmail.com>
* EnFz: More requested changes
* Fz: updated function declarations
* EnFz: one of the flags was still 0
* Fz: updated functions.txt for disasm
* Apply suggestions from code review
Co-authored-by: Derek Hensley <hensley.derek58@gmail.com>
---------
Co-authored-by: Anghelo Carvajal <angheloalf95@gmail.com>
Co-authored-by: Derek Hensley <hensley.derek58@gmail.com>
* Fix dockerfile.
It was broken because the practicerom package changed stuff and apt didn't like whatever changed.
This is the commit that seems to have broken how the old practicerom package worked: e7bec93b0b (diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5)
* Update docker docs.
Some references were broken in the markdown files, and there's no longer a need to run the git `safe.directory` command since the docker file was doing it already
* Include `gcc-mips-linux-gnu` in the dockerfile
* break up dockerfile commands a bit more
* Update practicerom instructions
* Update practice rom again
* Convert entry.s to IDO, use objcopy instead of ipl3.s and audio/lib/stack.s, add handwritten asm for the code segment
* Fix disasm, review comments
* Other suggestions