mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-15 12:38:56 -04:00
Rename symbols related to ailists
This commit is contained in:
@@ -144,7 +144,7 @@
|
||||
u8 intro[];
|
||||
u8 props[];
|
||||
struct aipaths paths[];
|
||||
struct ailists functions[];
|
||||
struct ailist ailists[];
|
||||
|
||||
void *setup[] = {
|
||||
NULL,
|
||||
@@ -153,7 +153,7 @@ void *setup[] = {
|
||||
intro,
|
||||
props,
|
||||
paths,
|
||||
functions,
|
||||
ailists,
|
||||
NULL,
|
||||
};
|
||||
|
||||
@@ -3988,7 +3988,7 @@ u8 func102d_firingrange_taker_invincibility[] = {
|
||||
endfunction
|
||||
};
|
||||
|
||||
struct ailists functions[] = {
|
||||
struct ailist ailists[] = {
|
||||
{ func1400_setup_counterop, 0x1400 },
|
||||
{ func1001_objectives_failed_msg, 0x1001 },
|
||||
{ func1002_intro, 0x1002 },
|
||||
|
||||
Reference in New Issue
Block a user