aboutsummaryrefslogtreecommitdiffstats
path: root/engine/evos_moves.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-02-08 00:17:03 -0800
committerYamaArashi <shadow962@live.com>2015-02-08 00:17:03 -0800
commit1347023128e141dc4cfc71ee6bc689f909e96919 (patch)
treee9b5e0db057f8e912f479f7421144091458b2456 /engine/evos_moves.asm
parentfixed hp bar wram label and misc (diff)
downloadpokeyellow-1347023128e141dc4cfc71ee6bc689f909e96919.tar.gz
pokeyellow-1347023128e141dc4cfc71ee6bc689f909e96919.tar.xz
pokeyellow-1347023128e141dc4cfc71ee6bc689f909e96919.zip
move-related things
Diffstat (limited to 'engine/evos_moves.asm')
-rwxr-xr-xengine/evos_moves.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/evos_moves.asm b/engine/evos_moves.asm
index 2eef7ba7..86b49d30 100755
--- a/engine/evos_moves.asm
+++ b/engine/evos_moves.asm
@@ -364,7 +364,7 @@ LearnMoveFromLevelUp: ; 3af5b (e:6f5b)
dec b
jr nz, .checkCurrentMovesLoop
ld a, d
- ld [wd0e0], a
+ ld [wMoveNum], a
ld [wd11e], a
call GetMoveName
call CopyStringToCF4B