1
0
mirror of https://github.com/zeldaret/oot.git synced 2024-09-21 04:24:43 +00:00
oot/docs/tutorial/contents.md
2023-09-22 12:13:26 -04:00

1.8 KiB

Getting started

Introduction to decomp

  • What we are doing
  • Structure of the code

Pre-decompilation

  • Building the repo (follow the instructions in the README.md)
  • Most of us use VSCode. (You can watch Fig's video to get an idea of how this can be used). Some useful information is here.
  • Choosing a first actor (You want something small that has simple interactions with the environment. But OoT is far enough in that there are basically no unreserved actors left anyway now.)

Decompilation

Object Decompilation

  • Object files
  • How we decompile objects
  • Example

After Decompilation

Appendices

To be written, maybe

  • How we use git and GitHub
  • Some notes on the basic structure of N64 MIPS
  • Glossary
  • Conventions