summaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
authorluckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com>2018-06-04 21:20:09 -0400
committerGitHub <noreply@github.com>2018-06-04 21:20:09 -0400
commitc0fdb258d360790e20e08e9e36e474aa4213325c (patch)
tree294d91537061c00e21f76c573cf802d8f5579766 /engine
parent4f87e62feddaed6b2ede988289abbf3fc43a8614 (diff)
parentee8cd1444fc5bfd37a5688bdff0ba5c9416ac040 (diff)
Merge pull request #11 from PikalaxALT/farcall_deprecation
Deprecate farcall/callfar in favor of callba/callab
Diffstat (limited to 'engine')
-rw-r--r--engine/battle_anims/bg_effects.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/battle_anims/bg_effects.asm b/engine/battle_anims/bg_effects.asm
index c8e42f2..1946c1f 100644
--- a/engine/battle_anims/bg_effects.asm
+++ b/engine/battle_anims/bg_effects.asm
@@ -546,7 +546,7 @@ BattleBGEffect_HeadFollow: ; c8281 (32:4281)
ret
_QueueBattleAnimation: ; c82ee (32:42ee)
- callfar QueueBattleAnimation
+ callab QueueBattleAnimation
ret
BattleBGEffect_27: ; c82f5 (32:42f5)
@@ -2363,13 +2363,13 @@ BattleBGEffects_CheckSGB: ; c9059 (32:5059)
BattleBGEffects_Sine: ; c905d (32:505d)
ld e, a
- callfar BattleAnim_Sine_e
+ callab BattleAnim_Sine_e
ld a, e
ret
BattleBGEffects_Cosine: ; c9066 (32:5066)
ld e, a
- callfar BattleAnim_Cosine_e
+ callab BattleAnim_Cosine_e
ld a, e
ret