mirror of
https://github.com/zeldaret/mm.git
synced 2026-05-23 23:05:08 -04:00
4460d086d4
* EnZo OK, sort of documented * fix variable naming * fix suspicious match, add -ing to `PlayWalkSound` * name `FollowPath`, waypoint struct member * update description to say unused * name `TreadWater`, fix a snake case i missed * name `Walk` * cleanup a bit * address comments pointers -> symbols, remove static and array length, inline data, define var on same line, update file description, use ARRAY_COUNT * space things out, move data, add ENZO_NO_PATH * fix ENZO_NO_PATH define * remove array pad, dec for size, thisx in limbdraw, renames in draw * name some object_zo stuff, use symbols * funny single member damage enum * name textures * name the rest of the used items in object_zo * name the dlist * suggestions * actually fix the return false * formatting