You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
label more pointers to Moves
This commit is contained in:
@@ -896,10 +896,10 @@ GetMovePriority: ; 3c5c5
|
|||||||
Function3c5ec: ; 3c5ec
|
Function3c5ec: ; 3c5ec
|
||||||
ld a, b
|
ld a, b
|
||||||
dec a
|
dec a
|
||||||
ld hl, $5afc
|
ld hl, Moves + MOVE_EFFECT
|
||||||
ld bc, $0007
|
ld bc, Move2 - Move1
|
||||||
call AddNTimes
|
call AddNTimes
|
||||||
ld a, $10
|
ld a, BANK(Moves)
|
||||||
call GetFarByte
|
call GetFarByte
|
||||||
ld b, a
|
ld b, a
|
||||||
ret
|
ret
|
||||||
@@ -3399,11 +3399,11 @@ Function3d5d7: ; 3d5d7
|
|||||||
push de
|
push de
|
||||||
push bc
|
push bc
|
||||||
dec a
|
dec a
|
||||||
ld hl, $5afb
|
ld hl, Moves + MOVE_ANIM
|
||||||
ld bc, $0007
|
ld bc, Move2 - Move1
|
||||||
call AddNTimes
|
call AddNTimes
|
||||||
ld de, EnemyMoveAnimation
|
ld de, EnemyMoveAnimation
|
||||||
ld a, $10
|
ld a, BANK(Moves)
|
||||||
call FarCopyBytes
|
call FarCopyBytes
|
||||||
call SetEnemyTurn
|
call SetEnemyTurn
|
||||||
callab Function0x347c8
|
callab Function0x347c8
|
||||||
|
12
main.asm
12
main.asm
@@ -12183,11 +12183,11 @@ FillPP: ; da6d
|
|||||||
push hl
|
push hl
|
||||||
push de
|
push de
|
||||||
push bc
|
push bc
|
||||||
ld hl, $5afb
|
ld hl, Moves
|
||||||
ld bc, $0007
|
ld bc, Move2 - Move1
|
||||||
call AddNTimes
|
call AddNTimes
|
||||||
ld de, StringBuffer1
|
ld de, StringBuffer1
|
||||||
ld a, $10
|
ld a, BANK(Moves)
|
||||||
call FarCopyBytes
|
call FarCopyBytes
|
||||||
pop bc
|
pop bc
|
||||||
pop de
|
pop de
|
||||||
@@ -19254,10 +19254,10 @@ Function13256: ; 13256
|
|||||||
call Predef
|
call Predef
|
||||||
ld a, [CurSpecies]
|
ld a, [CurSpecies]
|
||||||
dec a
|
dec a
|
||||||
ld hl, $5afd
|
ld hl, Moves + MOVE_POWER
|
||||||
ld bc, $0007
|
ld bc, Move2 - Move1
|
||||||
call AddNTimes
|
call AddNTimes
|
||||||
ld a, $10
|
ld a, BANK(Moves)
|
||||||
call GetFarByte
|
call GetFarByte
|
||||||
ld hl, $c5a0
|
ld hl, $c5a0
|
||||||
cp $2
|
cp $2
|
||||||
|
Reference in New Issue
Block a user