mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-02 22:14:33 +00:00
Elf_Msg, Elf_Msg2 OK (#317)
* matched func_809AD700, ElfMsg2_Init * func_809AD968 done * func_809AD978 and func_809AD9F4 done * func_809ADA28 done * ElfMsg2_Update Done, ElfMsg2_Draw Started * whole file decomped * Matching and all symbols defined * Formatting changes, not currently building * run format.sh * fixed typos in comments * Changes to reflect comments * C file matching, polish needed * making parenthesis usage consistent * Documenting draw function, Vtx and Gfx arrays * Added japanese translation comments * line spacing fix * renaming stuff * Early return in Draw * naming updates * Cleaning up names, comments and formatting after the merge * comment cleanup * more cleanup * More cleanup * Adding commas at end of arrays so they look nicer :) * more cleanup * removing unnecessary parentheses * comment and code changes * Name changes * Renamings * Removing documentation at top
This commit is contained in:
parent
13891f1366
commit
7a9c51375b
31 changed files with 396 additions and 1136 deletions
6
spec
6
spec
|
@ -1947,15 +1947,13 @@ endseg
|
|||
beginseg
|
||||
name "ovl_Elf_Msg"
|
||||
include "build/src/overlays/actors/ovl_Elf_Msg/z_elf_msg.o"
|
||||
include "build/data/overlays/actors/z_elf_msg.data.o"
|
||||
include "build/data/overlays/actors/z_elf_msg.reloc.o"
|
||||
include "build/src/overlays/actors/ovl_Elf_Msg/ovl_Elf_Msg_reloc.o"
|
||||
endseg
|
||||
|
||||
beginseg
|
||||
name "ovl_Elf_Msg2"
|
||||
include "build/src/overlays/actors/ovl_Elf_Msg2/z_elf_msg2.o"
|
||||
include "build/data/overlays/actors/z_elf_msg2.data.o"
|
||||
include "build/data/overlays/actors/z_elf_msg2.reloc.o"
|
||||
include "build/src/overlays/actors/ovl_Elf_Msg2/ovl_Elf_Msg2_reloc.o"
|
||||
endseg
|
||||
|
||||
beginseg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue