diff options
| author | coco875 <59367621+coco875@users.noreply.github.com> | 2024-01-18 00:19:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-17 16:19:54 -0700 |
| commit | a86b3b0a2ee97eedd44f7a31b1b5bddd817537e6 (patch) | |
| tree | f7e9c183c664862ca28e53a1b0774952aa364a65 /src/code_80005FD0.h | |
| parent | bd156588072667a4452deaaf226fefaa50192399 (diff) | |
document player and cpu (#534)
* document player and cpu
* cpu_descisions_branch_item to cpu_decisions_branch_item
Diffstat (limited to 'src/code_80005FD0.h')
| -rw-r--r-- | src/code_80005FD0.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code_80005FD0.h b/src/code_80005FD0.h index 6364e770e..bfc073fc4 100644 --- a/src/code_80005FD0.h +++ b/src/code_80005FD0.h @@ -236,10 +236,10 @@ void func_8001A518(s32, s32, s32); void func_8001A588(u16*, Camera*, Player*, s8, s32); void func_8001AAAC(s16, s16, s16); void func_8001AB00(void); -void func_8001AB74(s32, s16*, s32); +void cpu_decisions_branch_item(s32, s16*, s32); void func_8001ABE0(s32, D_801642D8_entry*); void func_8001ABEC(struct struct_801642D8*); -void func_8001AC10(s32); +void cpu_use_item_strategy(s32); void func_8001BE78(void); |
