diff options
| author | coco875 <59367621+coco875@users.noreply.github.com> | 2024-04-06 19:35:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-06 11:35:13 -0600 |
| commit | 2b66867af1975759dc7acfb3bbc2c9063ffa4353 (patch) | |
| tree | bf8da88f60fc335b9b0529e6ade2f1676e3da610 /src/update_objects.h | |
| parent | c4d596d297182d81488c7d09769666de450140bb (diff) | |
Rename cpu behaviour related symbols (#586)
* Rename cpu related symbols
Diffstat (limited to 'src/update_objects.h')
| -rw-r--r-- | src/update_objects.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/update_objects.h b/src/update_objects.h index 890029484..11d317917 100644 --- a/src/update_objects.h +++ b/src/update_objects.h @@ -202,7 +202,7 @@ void func_8007ABFC(s32, s32); void consume_item(s32); u8 gen_random_item(s16, s16); u8 gen_random_item_human(s16, s16); -u8 gen_random_item_cpu(s32, s16); +u8 kart_ai_gen_random_item(s32, s16); s16 func_8007AFB0(s32, s32); s32 func_8007B040(s32, s32); void func_8007B254(s32, s32); |
