diff options
Diffstat (limited to 'home/flag.asm')
-rw-r--r-- | home/flag.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/flag.asm b/home/flag.asm index d2b70731a..ddd3eb235 100644 --- a/home/flag.asm +++ b/home/flag.asm @@ -105,7 +105,7 @@ FlagAction:: ; 0x2e76 CheckReceivedDex:: ; 2ead ld de, ENGINE_POKEDEX ld b, CHECK_FLAG - callba EngineFlagAction + farcall EngineFlagAction ld a, c and a ret |