diff options
| author | Henny022p <info@henny022.de> | 2025-01-12 01:46:48 +0000 |
|---|---|---|
| committer | Henny022p <info@henny022.de> | 2025-01-12 02:20:12 +0000 |
| commit | ca873e6b7fb9e62bc26f6637caab9023aa2f6e59 (patch) | |
| tree | eca2eb8f94e8b4ecb41f587f8ce10357481d9641 /asm/src | |
| parent | cd2b8d4b531ee5b4b78d04964a3f895edc31db73 (diff) | |
rename gUnk_020000B0 to gEnemyTarget and move it to a header
Diffstat (limited to 'asm/src')
| -rw-r--r-- | asm/src/code_08001A7C.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/src/code_08001A7C.s b/asm/src/code_08001A7C.s index 4568bf6c..9be7ef32 100644 --- a/asm/src/code_08001A7C.s +++ b/asm/src/code_08001A7C.s @@ -862,12 +862,12 @@ _080026A0: .4byte gUnk_08002342 gUnk_080026A4:: @ normal entities - .4byte gUnk_020000B0 @ enemy target? (player) + .4byte gEnemyTarget @ enemy target? (player) .4byte gEntityLists - 8 @ first linked list .4byte gEntityLists + 64 @ last linked list .4byte ram_sub_080B2248 @ entity table @ managers - .4byte gUnk_020000B0 + .4byte gEnemyTarget .4byte gEntityLists + 56 .4byte gCollidableCount .4byte ram_sub_080B2248 |
