Updated Decompiling a function (markdown)

AnonymousRandomPerson 2025-08-07 23:57:33 -04:00
parent fab8b20835
commit ca623e6672

@ -50,7 +50,7 @@ ov29_022E0354: ; 0x022E0354
arm_func_end ov29_022E0354
```
Alternatively, if you are having trouble with the setup process, you can use [this scratch](https://decomp.me/scratch/madZ5) to see how a scratch looks like when set up, including the target assembly, context, and compiler options.
Alternatively, if you are having trouble with the setup process, you can use [this scratch](https://decomp.me/scratch/eLX24) to see how a scratch looks like when set up, including the target assembly, context, and compiler options.
### Decompiling from scratch
When decompiling from scratch, you'll be reading through the target assembly and translating this to C code. This section will step through that process.