diff options
| author | Henny022p <73211432+Henny022p@users.noreply.github.com> | 2026-02-08 16:59:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-08 16:59:19 +0100 |
| commit | b09c069c1a082b384d8e289707ffab608487a62f (patch) | |
| tree | 4843cdbaaba1ce9d435186559deb41c1e35fc482 /asm/src/code_08001A7C.s | |
| parent | b68b975d6c893b0b24299f801a0b63582f11f234 (diff) | |
| parent | f3365f1e2ecd0559f50b21dcce1556a50d5db57c (diff) | |
Merge pull request #697 from Henny022p/peahat-delta-speed
Document Peahat
Diffstat (limited to 'asm/src/code_08001A7C.s')
| -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 |
