mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-17 12:59:41 -04:00
Rename symbols related to ailists
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
u8 intro[];
|
||||
u8 props[];
|
||||
struct aipaths paths[];
|
||||
struct ailists functions[];
|
||||
struct ailist ailists[];
|
||||
|
||||
void *setup[] = {
|
||||
NULL,
|
||||
@@ -16,7 +16,7 @@ void *setup[] = {
|
||||
intro,
|
||||
props,
|
||||
paths,
|
||||
functions,
|
||||
ailists,
|
||||
NULL,
|
||||
};
|
||||
|
||||
@@ -129,7 +129,7 @@ u8 func1000_1898[] = {
|
||||
endfunction
|
||||
};
|
||||
|
||||
struct ailists functions[] = {
|
||||
struct ailist ailists[] = {
|
||||
{ func1000_1898, 0x1000 },
|
||||
{ NULL, 0 },
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user