You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Identify more unnamed labels
This commit is contained in:
@@ -711,7 +711,7 @@ EnemyWithdrewText:
|
||||
text_far _EnemyWithdrewText
|
||||
text_end
|
||||
|
||||
Function384d5: ; This appears to be unused
|
||||
EnemyUsedFullHealRed: ; unreferenced
|
||||
call AIUsedItemSound
|
||||
call AI_HealStatus
|
||||
ld a, FULL_HEAL_RED ; X_SPEED
|
||||
@@ -758,7 +758,7 @@ EnemyUsedDireHit:
|
||||
ld a, DIRE_HIT
|
||||
jp PrintText_UsedItemOn_AND_AIUpdateHUD
|
||||
|
||||
Function3851e: ; This appears to be unused
|
||||
Function3851e: ; unreferenced
|
||||
ldh [hDivisor], a
|
||||
ld hl, wEnemyMonMaxHP
|
||||
ld a, [hli]
|
||||
|
@@ -50,7 +50,7 @@ AIChooseMove:
|
||||
.CheckMovePP:
|
||||
inc b
|
||||
ld a, b
|
||||
cp wEnemyMonMovesEnd - wEnemyMonMoves + 1
|
||||
cp NUM_MOVES + 1
|
||||
jr z, .ApplyLayers
|
||||
inc hl
|
||||
ld a, [de]
|
||||
@@ -119,7 +119,7 @@ AIChooseMove:
|
||||
.DecrementScores:
|
||||
ld hl, wBuffer1
|
||||
ld de, wEnemyMonMoves
|
||||
ld c, wEnemyMonMovesEnd - wEnemyMonMoves
|
||||
ld c, NUM_MOVES
|
||||
|
||||
.DecrementNextScore:
|
||||
; If the enemy has no moves, this will infinite.
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -6403,7 +6403,7 @@ LoadEnemyMon:
|
||||
|
||||
ld hl, wEnemyMonStats
|
||||
ld de, wEnemyStats
|
||||
ld bc, wEnemyMonStatsEnd - wEnemyMonStats
|
||||
ld bc, NUM_EXP_STATS * 2
|
||||
call CopyBytes
|
||||
|
||||
ret
|
||||
|
Reference in New Issue
Block a user