This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| kirby64_the_crystal_shards:file_systems [2019/09/27 20:29] shygoo created | kirby64_the_crystal_shards:file_systems [2021/01/07 23:25] (current) someone2639 [List-index addressing] updated func_800A9864 prototype again | ||
|---|---|---|---|
| Line 57: | Line 57: | ||
| The function at 0x800A9864 is used to load data and return a pointer to it, given a list-index. | The function at 0x800A9864 is used to load data and return a pointer to it, given a list-index. | ||
| <code C> | <code C> | ||
| - | void *func_800A9864(u32 listIndex); | + | void func_800A9864(u32 listIndex, u32 arg1, u32 arg2); | 
| </code> | </code> | ||