aboutsummaryrefslogtreecommitdiffstats
path: root/engine/evos_moves.asm
diff options
context:
space:
mode:
authordannye <corrnondacqb@yahoo.com>2015-07-21 20:58:19 -0500
committerdannye <corrnondacqb@yahoo.com>2015-07-21 21:04:21 -0500
commit4d88812f40c4165e4b893a0631fa658e72d17874 (patch)
treeaeb2841a1a0ab15ee9ecadcb44d337875f90b9e8 /engine/evos_moves.asm
parentMerge pull request #106 from YamaArashi/master (diff)
downloadpokeyellow-4d88812f40c4165e4b893a0631fa658e72d17874.tar.gz
pokeyellow-4d88812f40c4165e4b893a0631fa658e72d17874.tar.xz
pokeyellow-4d88812f40c4165e4b893a0631fa658e72d17874.zip
Name some battle sound effects
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