Fix misspelled label (#904)

This commit is contained in:
Idain 2022-04-17 11:36:30 -04:00 committed by GitHub
parent f9077c6db6
commit dc121712fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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