summaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-07-29 01:27:33 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2018-07-29 01:27:33 -0400
commit84983947011d79f1988388cf08dee55cdc82cc99 (patch)
tree0112dc508d3f7fd3b15754dfdc5b3c736f43ffcc /engine
parent8aa08addbaa20969a8a4fafb7d6f91091e5d1cac (diff)
wSwitchMon
Diffstat (limited to 'engine')
-rw-r--r--engine/pokemon/switchpartymons.asm2
1 files changed, 1 insertions, 1 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