mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-23 15:42:26 +13:00
move-related things
This commit is contained in:
parent
72bbaed99f
commit
1347023128
10 changed files with 58 additions and 50 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue