shithub: pokecrystal

Download patch

ref: dc121712feab286bb1533b7de6b98e26c1033785
parent: f9077c6db62137288ee8e5bb086973a0c52f83b6
author: Idain <luiscarlosholguinperez@outlook.com>
date: Sun Apr 17 07:36:30 EDT 2022

Fix misspelled label (#904)


--- a/engine/pokemon/bills_pc.asm
+++ b/engine/pokemon/bills_pc.asm
@@ -750,7 +750,7 @@
 .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 @@
 	call DelayFrames
 	ret
 
-MovePKMNWitoutMail_InsertMon:
+MovePKMNWithoutMail_InsertMon:
 	push hl
 	push de
 	push bc