summaryrefslogtreecommitdiff
path: root/battle/effect_commands.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-04-08 02:15:08 -0400
committeryenatch <yenatch@gmail.com>2013-04-08 02:19:28 -0400
commit5f4fcbfba2742a04bd0dff37b8d0d5a90e56e3c3 (patch)
treeb914fce9c96141699a2d6bd29b454ba5c7a04802 /battle/effect_commands.asm
parent1888e8ad6b05bbf2655665856f71c41b64822fb4 (diff)
minor wram fixes
Diffstat (limited to 'battle/effect_commands.asm')
-rw-r--r--battle/effect_commands.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/battle/effect_commands.asm b/battle/effect_commands.asm
index dcc3a3d2a..391758073 100644
--- a/battle/effect_commands.asm
+++ b/battle/effect_commands.asm
@@ -1976,7 +1976,7 @@ Function0x349f4: ; 349f4
Function0x34a2a: ; 34a2a
- ld hl, OTPartyMon1Species2
+ ld hl, OTPartyMon1
ld a, [OTPartyCount]
ld b, a
ld c, $20
@@ -3914,8 +3914,8 @@ Function0x355bd: ; 355bd
and a
ld hl, PartyMon1Species
jr z, .asm_355cc
+ ld hl, OTPartyMon1Species
- ld hl, OTPartyMon1Species2
.asm_355cc
ld a, [DefaultFlypoint]
add hl, bc