1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2024-11-13 04:39:36 +00:00
oot/tools
fig02 fd24ad6e67
Document elf_message scripting system (#1398)
* `cUpElfMsgs` -> `cUpMsgs`

Motivation:
ElfMessage is the name of the system that handles c-up messages from navi, but also messages from child/adult saria
so it would make sense to name this after the system name like "ElfMsg"
but "cUpElf" primarily reads like (to me) "c up navi" since the actor implementing navi is EnElf

I think it'd be better to clear that confusion between "navi" and "elfmsg system" by just not using "elf" in the name

* Standardize c-up navi messages ElfMessage data to be named after "CUp"

* -> "Navi"

* Make symbols in `elf_message_` segments static

* new docs

* change commands, format

* introduce navi file id

* use enum

* remove concat

* add clarifying comment for skip

* concat cmd type

* Hints -> QuestHint

* rename command header

* s -> g

* missed enum name

* singular

* missed one

Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com>
2022-10-15 13:24:13 -04:00
..
asm_processor
asmsplitter
fado
ido5.3_compiler
ido7.1_compiler
ido_recomp
overlayhelpers
ZAPD
ZAPDConfigs/MqDbg
.gitignore
assist.py
bootstrap_actors.py
bootstrap_fx.py
bootstrap_overlay_decomp.py
compare_actors_sizes.py Improve the get_actor_sizes.py script (#673) 2021-02-02 13:30:34 -05:00
convert_chars.py
create_actor_headers.py
csdis.py
decompile_data.py
disasm_elf_msg.py
disassemble.py
elf2rom.c Whitespace (#1112) 2022-01-23 18:09:02 -05:00
elf32.c Whitespace (#1112) 2022-01-23 18:09:02 -05:00
elf32.h
find_unused_asm.sh
fix_data_stuff.py
format_s_files.py
get_actor_sizes.py
ichaindis.py
m2ctx.py
Makefile New relocation-generating program (#1016) 2022-02-06 14:40:26 -05:00
makeromfs.c
migrate-rodata.py
mkdmadata.c
mkldscript.c
msgdis.py
msgenc.py
n64chksum.c
n64chksum.h
namefixer.py
permuter_settings.toml Add decompme.compilers to permuter_settings.toml (#931) 2021-08-29 19:42:14 -04:00
reformat_data_files.py
regconvert.py
reloc_prereq.c
rgba5551.py
set_o32abi_bit.py
sfxconvert.py
spec.c New relocation-generating program (#1016) 2022-02-06 14:40:26 -05:00
spec.h
specprocess.py
split_out.py First proper commit. 2020-03-17 00:31:30 -04:00
split_out_overlay_funcs.py Whitespace (#1112) 2022-01-23 18:09:02 -05:00
util.c
util.h
vt_fmt.py
vtxdis.c
xmlcreate.py
yaz0.c
yaz0.h
yaz0tool.c