From 9d0c8dbf8e57fa2832f71fae94de7552e270d367 Mon Sep 17 00:00:00 2001 From: entrpntr Date: Fri, 19 Jun 2020 07:32:01 -0400 Subject: Rename labels to stop cheating the unnamed.py script. --- engine/pokemon/bills_pc.asm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'engine/pokemon/bills_pc.asm') diff --git a/engine/pokemon/bills_pc.asm b/engine/pokemon/bills_pc.asm index 8be4e96c..b0d448af 100644 --- a/engine/pokemon/bills_pc.asm +++ b/engine/pokemon/bills_pc.asm @@ -498,16 +498,16 @@ _MovePKMNWithoutMail: inc a ld [wBillsPC_LoadedBox], a call DelayFrame -.asm_e2781 +.asm_e2f6f call JoyTextDelay ld a, [wJumptableIndex] bit 7, a - jr nz, .asm_e2793 + jr nz, .asm_e2f81 call .RunJumptable call DelayFrame - jr .asm_e2781 + jr .asm_e2f6f -.asm_e2793 +.asm_e2f81 call ClearSprites pop af ldh [hInMenu], a -- cgit v1.2.3