summaryrefslogtreecommitdiff
path: root/engine/battle/effect_commands
diff options
context:
space:
mode:
authorxCrystal <rgr.crystal@gmail.com>2018-01-02 18:49:25 +0100
committerxCrystal <rgr.crystal@gmail.com>2018-01-02 18:49:25 +0100
commitd7970f749ac23786728926109be430ab732f19e6 (patch)
treec891c44bc9ff9a6aeb07a6677a96b0f1e9c9cb68 /engine/battle/effect_commands
parentb4a49351c18dcef7f4493670058ad2833206f016 (diff)
Consistent predef function names
Diffstat (limited to 'engine/battle/effect_commands')
-rwxr-xr-xengine/battle/effect_commands/attract.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/battle/effect_commands/attract.asm b/engine/battle/effect_commands/attract.asm
index 0a6d7c975..fc73d234c 100755
--- a/engine/battle/effect_commands/attract.asm
+++ b/engine/battle/effect_commands/attract.asm
@@ -35,7 +35,7 @@ CheckOppositeGender: ; 377f5
xor a
ld [MonType], a
- farcall GetGender
+ farcall Predef_GetGender
jr c, .genderless_samegender
ld b, 1
@@ -58,7 +58,7 @@ CheckOppositeGender: ; 377f5
ld [TempMonDVs + 1], a
ld a, 3
ld [MonType], a
- farcall GetGender
+ farcall Predef_GetGender
pop bc
jr c, .genderless_samegender