summaryrefslogtreecommitdiff
path: root/home/flag.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/flag.asm')
-rw-r--r--home/flag.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/flag.asm b/home/flag.asm
index 8f01d8ef..2b455439 100644
--- a/home/flag.asm
+++ b/home/flag.asm
@@ -99,7 +99,7 @@ FlagAction:: ; 2f36 (0:2f36)
CheckReceivedDex::
ld de, ENGINE_POKEDEX
ld b, CHECK_FLAG
- callba EngineFlagAction
+ farcall EngineFlagAction
ld a, c
and a
ret