From 0b45e2e846c8b2feb7d2c4c4ebb854db07cf06fd Mon Sep 17 00:00:00 2001 From: luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> Date: Tue, 30 Jan 2018 14:52:46 -0500 Subject: Fix wVirtualOAM labels, part 2. --- engine/routines/switchpartymons.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/routines') diff --git a/engine/routines/switchpartymons.asm b/engine/routines/switchpartymons.asm index f1de8e276..b01178417 100644 --- a/engine/routines/switchpartymons.asm +++ b/engine/routines/switchpartymons.asm @@ -25,7 +25,7 @@ _SwitchPartyMons: ld a, " " call ByteFill pop af - ld hl, wSprite01 + ld hl, wVirtualOAMSprite00 ld bc, 4 * SPRITEOAMSTRUCT_LENGTH call AddNTimes ld de, SPRITEOAMSTRUCT_LENGTH -- cgit v1.2.3