diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2022-02-27 08:43:59 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-27 08:43:59 -0800 |
commit | ea1aa9c0c5c3a4167912d1078fffdd5e69cbbe98 (patch) | |
tree | 1d3f29615f1683fae77ade7d8713e7bfe5a11c26 /sym_ewram.txt | |
parent | 0dd38993f6a4383d6d5743fd0ae0abc01210ae25 (diff) | |
parent | a5296a2f994a0f8e4421c4afd6bac1cedcfb72be (diff) |
Merge pull request #97 from AnonymousRandomPerson/master
More attack AI decomp
Diffstat (limited to 'sym_ewram.txt')
-rw-r--r-- | sym_ewram.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sym_ewram.txt b/sym_ewram.txt index bacec19..ebfd117 100644 --- a/sym_ewram.txt +++ b/sym_ewram.txt @@ -852,7 +852,7 @@ gPotentialItemTargetDirections = .; /* 202F330 */ gTargetAhead = .; /* 202F350 */ . += 0x8; -gPotentialTargetWeights = .; /* 202F358 */ +gPotentialItemTargetWeights = .; /* 202F358 */ . += 0x20; gUnknown_202F378 = .; /* 202F378 */ @@ -864,7 +864,7 @@ gCanAttackInDirection = .; /* 202F380 */ gPotentialAttackTargetDirections = .; /* 202F388 */ . += 0x8; -gPotentialTargetWeights_2 = .; /* 202F390 */ +gPotentialAttackTargetWeights = .; /* 202F390 */ . += 0x20; gPotentialTargets = .; /* 202F3B0 */ |