diff options
| author | YamaArashi <shadow962@live.com> | 2015-02-08 00:17:03 -0800 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2015-02-08 00:17:03 -0800 |
| commit | 1347023128e141dc4cfc71ee6bc689f909e96919 (patch) | |
| tree | e9b5e0db057f8e912f479f7421144091458b2456 /engine/menu | |
| parent | 72bbaed99f725b2b8b0d2653968042ce1625354c (diff) | |
move-related things
Diffstat (limited to 'engine/menu')
| -rwxr-xr-x | engine/menu/status_screen.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/engine/menu/status_screen.asm b/engine/menu/status_screen.asm index 685839cb..f95a0710 100755 --- a/engine/menu/status_screen.asm +++ b/engine/menu/status_screen.asm @@ -233,13 +233,13 @@ StatusScreen2: ; 12b57 (4:6b57) ld [hTilesetType], a ld [$ffba], a ld bc, $0005 - ld hl, wd0dc + ld hl, wMoves call FillMemory ld hl, wLoadedMonMoves - ld de, wd0dc - ld bc, $0004 + ld de, wMoves + ld bc, NUM_MOVES call CopyData - callab Func_39b87 + callab FormatMovesString hlCoord 9, 2 ld bc, $050a call ClearScreenArea ; Clear under name @@ -250,7 +250,7 @@ StatusScreen2: ; 12b57 (4:6b57) ld c, $12 call TextBoxBorder ; Draw move container hlCoord 2, 9 - ld de, wd0e1 + ld de, wMovesString call PlaceString ; Print moves ld a, [wcd6c] inc a |
