diff options
| author | EllipticEllipsis <73679967+EllipticEllipsis@users.noreply.github.com> | 2021-09-24 23:35:42 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-24 18:35:42 -0400 |
| commit | 16471bb68d096289afb979a12c6cf1dc7e9a50a6 (patch) | |
| tree | 66c4804aac9e283dce0eb3f8ca468cae71c8ee5a /undefined_syms.txt | |
| parent | 8e318d257e5ac7653314db861c9cf346e54fa624 (diff) | |
EnWf OK and documented (#967)
* a ton of progress, 14 functions remain
* cleanup
* a few more functions done, 11 remain
* finally all updated
* another function matched
* another action finished
* damage table
* death action done
* started very large action func
* more progress on long action funcs
* large action func matched
* 5 functions remain
* another large action finished
* start another action, doesn't match yet
* a few new functions, neither match
* done working on this for now
* Correct one nonmatching, fix compiler warnings
* Two functions left
* one left
* remove remaining gotos
* OK
* Delete outdated comment
* namefixer
* Flag macros
* audio, dmgeff, some colour
* Import symbols from object, reloc, name a few things
* Rest of object done
* Named a few more things, add action enum
* Name body parts and another couple of actions
* Last few names
* Delete asm
* Format
* undefined_syms, mods where possible
* Correct parent to EnEncount1
* Review
* Last newline
* louis and Dragorn's reviews
* Format
* More review
* Put back to isInvisible and or, as in EnGeldB
* Remove if (0)s in func_8009728C and change pointer arithmetic cast
* More review
* Unname headRot, make "fallthrough" case clearer, other review
* Format
* Even more review
* Rephrase
Co-authored-by: Zelllll <56516451+Zelllll@users.noreply.github.com>
Diffstat (limited to 'undefined_syms.txt')
| -rw-r--r-- | undefined_syms.txt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/undefined_syms.txt b/undefined_syms.txt index 402a55fdc..e8e2a0289 100644 --- a/undefined_syms.txt +++ b/undefined_syms.txt @@ -193,17 +193,6 @@ D_01000000 = 0x01000000; D_0600BE90 = 0x0600BE90; D_060114E8 = 0x060114E8; -// z_en_wf -D_06004638 = 0x06004638; -D_06004AD0 = 0x06004AD0; -D_06004CA4 = 0x06004CA4; -D_06005430 = 0x06005430; -D_060057A0 = 0x060057A0; -D_06009690 = 0x06009690; -D_060098C8 = 0x060098C8; -D_06009B20 = 0x06009B20; -D_0600A4AC = 0x0600A4AC; - // z_en_zf D_06006690 = 0x06006690; D_06008138 = 0x06008138; |
