diff options
| author | dannye <corrnondacqb@yahoo.com> | 2015-07-21 20:58:19 -0500 |
|---|---|---|
| committer | dannye <corrnondacqb@yahoo.com> | 2015-07-21 21:04:21 -0500 |
| commit | 4d88812f40c4165e4b893a0631fa658e72d17874 (patch) | |
| tree | aeb2841a1a0ab15ee9ecadcb44d337875f90b9e8 /engine/evos_moves.asm | |
| parent | Merge pull request #106 from YamaArashi/master (diff) | |
| download | pokeyellow-4d88812f40c4165e4b893a0631fa658e72d17874.tar.gz pokeyellow-4d88812f40c4165e4b893a0631fa658e72d17874.tar.xz pokeyellow-4d88812f40c4165e4b893a0631fa658e72d17874.zip | |
Name some battle sound effects
Diffstat (limited to 'engine/evos_moves.asm')
| -rwxr-xr-x | engine/evos_moves.asm | 4 |
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 |
