diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-24 12:47:30 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-24 12:47:30 -0500 |
commit | c66d195089b1e1b823be4f0a0fc9b8f41f5f790d (patch) | |
tree | 47869a9d9ed7f5c2c8a8974b5a46a35e65ffef6a /battle/ai/redundant.asm | |
parent | d787c66374df60fceb34fa5860c34bf56e476cbe (diff) |
callba/callab → farcall/callfar
Diffstat (limited to 'battle/ai/redundant.asm')
-rwxr-xr-x | battle/ai/redundant.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/battle/ai/redundant.asm b/battle/ai/redundant.asm index e3dda8c4b..2e8f7c6df 100755 --- a/battle/ai/redundant.asm +++ b/battle/ai/redundant.asm @@ -141,7 +141,7 @@ AI_Redundant: ; 2c41a jr .NotRedundant .Attract: ; 2c4fe - callba CheckOppositeGender + farcall CheckOppositeGender jr c, .Redundant ld a, [PlayerSubStatus1] bit SUBSTATUS_IN_LOVE, a @@ -184,7 +184,7 @@ AI_Redundant: ; 2c41a .MorningSun: .Synthesis: .Moonlight: ; 2c539 - callba AICheckEnemyMaxHP + farcall AICheckEnemyMaxHP jr nc, .NotRedundant .Teleport: |