From 84983947011d79f1988388cf08dee55cdc82cc99 Mon Sep 17 00:00:00 2001 From: Rangi Date: Sun, 29 Jul 2018 01:27:33 -0400 Subject: [PATCH] wSwitchMon --- engine/pokemon/switchpartymons.asm | 2 +- wram.asm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/engine/pokemon/switchpartymons.asm b/engine/pokemon/switchpartymons.asm index d612a3472..6d68ec88d 100644 --- a/engine/pokemon/switchpartymons.asm +++ b/engine/pokemon/switchpartymons.asm @@ -1,5 +1,5 @@ _SwitchPartyMons: - ld a, [wd0e3] + ld a, [wSwitchMon] dec a ld [wBuffer3], a ld b, a diff --git a/wram.asm b/wram.asm index 99b7c77a5..6bf47d6c0 100644 --- a/wram.asm +++ b/wram.asm @@ -1883,7 +1883,7 @@ wTMHMPocketScrollPosition:: db wSwitchMon:: wSwitchItem:: wMoveSwapBuffer:: -wd0e3:: +wd0e3:: ; mobile db wMenuScrollPosition:: ds 4