summaryrefslogtreecommitdiff
path: root/engine/evos_moves.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/evos_moves.asm')
-rwxr-xr-xengine/evos_moves.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/evos_moves.asm b/engine/evos_moves.asm
index 2c668d63..b9b4bb0f 100755
--- a/engine/evos_moves.asm
+++ b/engine/evos_moves.asm
@@ -443,7 +443,7 @@ WriteMonMoves: ; 3afb8 (e:6fb8)
jr nz, .findEmptySlotLoop
; no empty move slots found
- pop de
+ pop de
push de
push hl
ld h, d
@@ -472,7 +472,7 @@ WriteMonMoves: ; 3afb8 (e:6fb8)
jr z, .nextMove
; write move PP value if learning moves from day care
- push hl
+ push hl
ld a, [hl]
ld hl, wPartyMon1PP - wPartyMon1Moves
add hl, de