Fix misspelled label (#904)
This commit is contained in:
@@ -750,7 +750,7 @@ _MovePKMNWithoutMail:
|
|||||||
.a_button_2
|
.a_button_2
|
||||||
call BillsPC_CheckSpaceInDestination
|
call BillsPC_CheckSpaceInDestination
|
||||||
jr c, .no_space
|
jr c, .no_space
|
||||||
call MovePKMNWitoutMail_InsertMon
|
call MovePKMNWithoutMail_InsertMon
|
||||||
ld a, $0
|
ld a, $0
|
||||||
ld [wJumptableIndex], a
|
ld [wJumptableIndex], a
|
||||||
ret
|
ret
|
||||||
@@ -1918,7 +1918,7 @@ ReleasePKMN_ByePKMN:
|
|||||||
call DelayFrames
|
call DelayFrames
|
||||||
ret
|
ret
|
||||||
|
|
||||||
MovePKMNWitoutMail_InsertMon:
|
MovePKMNWithoutMail_InsertMon:
|
||||||
push hl
|
push hl
|
||||||
push de
|
push de
|
||||||
push bc
|
push bc
|
||||||
|
Reference in New Issue
Block a user