From dc121712feab286bb1533b7de6b98e26c1033785 Mon Sep 17 00:00:00 2001 From: Idain Date: Sun, 17 Apr 2022 11:36:30 -0400 Subject: [PATCH] Fix misspelled label (#904) --- engine/pokemon/bills_pc.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/pokemon/bills_pc.asm b/engine/pokemon/bills_pc.asm index 5ffa49b8a..2d17cdb58 100644 --- a/engine/pokemon/bills_pc.asm +++ b/engine/pokemon/bills_pc.asm @@ -750,7 +750,7 @@ _MovePKMNWithoutMail: .a_button_2 call BillsPC_CheckSpaceInDestination jr c, .no_space - call MovePKMNWitoutMail_InsertMon + call MovePKMNWithoutMail_InsertMon ld a, $0 ld [wJumptableIndex], a ret @@ -1918,7 +1918,7 @@ ReleasePKMN_ByePKMN: call DelayFrames ret -MovePKMNWitoutMail_InsertMon: +MovePKMNWithoutMail_InsertMon: push hl push de push bc