Rename symbols related to ailists

This commit is contained in:
Ryan Dwyer
2019-11-17 08:30:04 +10:00
parent 8568ecad97
commit e30bb5cb4a
131 changed files with 391 additions and 388 deletions
+3 -3
View File
@@ -80,7 +80,7 @@
u8 intro[];
u8 props[];
struct aipaths paths[];
struct ailists functions[];
struct ailist ailists[];
void *setup[] = {
NULL,
@@ -89,7 +89,7 @@ void *setup[] = {
intro,
props,
paths,
functions,
ailists,
NULL,
};
@@ -3140,7 +3140,7 @@ u8 func101d_setup_rtracker[] = {
endfunction
};
struct ailists functions[] = {
struct ailist ailists[] = {
{ func0401_drcaroll_following, 0x0401 },
{ func0402_start_drcaroll, 0x0402 },
{ func0403_stop_and_idle, 0x0403 },