aboutsummaryrefslogtreecommitdiffstats
path: root/engine/battle/core.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/battle/core.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/battle/core.asm')
-rwxr-xr-xengine/battle/core.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/battle/core.asm b/engine/battle/core.asm
index d51abb43..5c25e5b0 100755
--- a/engine/battle/core.asm
+++ b/engine/battle/core.asm
@@ -2533,14 +2533,14 @@ MoveSelectionMenu: ; 3d219 (f:5219)
jr .regularmenu
.loadmoves
- ld de, wd0dc
- ld bc, $4
+ ld de, wMoves
+ ld bc, NUM_MOVES
call CopyData
- callab Func_39b87
+ callab FormatMovesString
ret
.writemoves
- ld de, wd0e1
+ ld de, wMovesString
ld a, [hFlags_0xFFF6]
set 2, a
ld [hFlags_0xFFF6], a