Replace "Unreferenced" labels with "; unreferenced" comments
This commit is contained in:
@@ -1899,7 +1899,7 @@ GetMaxHP:
|
||||
ld c, a
|
||||
ret
|
||||
|
||||
Unreferenced_GetHalfHP:
|
||||
GetHalfHP: ; unreferenced
|
||||
ld hl, wBattleMonHP
|
||||
ldh a, [hBattleTurn]
|
||||
and a
|
||||
@@ -6488,7 +6488,7 @@ CheckUnownLetter:
|
||||
|
||||
INCLUDE "data/wild/unlocked_unowns.asm"
|
||||
|
||||
Unreferenced_SwapBattlerLevels:
|
||||
SwapBattlerLevels: ; unreferenced
|
||||
push bc
|
||||
ld a, [wBattleMonLevel]
|
||||
ld b, a
|
||||
@@ -6852,7 +6852,7 @@ _LoadHPBar:
|
||||
callfar LoadHPBar
|
||||
ret
|
||||
|
||||
Unreferenced_LoadHPExpBarGFX:
|
||||
LoadHPExpBarGFX: ; unreferenced
|
||||
ld de, EnemyHPBarBorderGFX
|
||||
ld hl, vTiles2 tile $6c
|
||||
lb bc, BANK(EnemyHPBarBorderGFX), 4
|
||||
@@ -7763,7 +7763,7 @@ GoodComeBackText:
|
||||
text_far _GoodComeBackText
|
||||
text_end
|
||||
|
||||
Unreferenced_TextJump_ComeBack:
|
||||
TextJump_ComeBack: ; unreferenced
|
||||
ld hl, ComeBackText
|
||||
ret
|
||||
|
||||
@@ -7771,7 +7771,7 @@ ComeBackText:
|
||||
text_far _ComeBackText
|
||||
text_end
|
||||
|
||||
Unreferenced_HandleSafariAngerEatingStatus:
|
||||
HandleSafariAngerEatingStatus: ; unreferenced
|
||||
ld hl, wSafariMonEating
|
||||
ld a, [hl]
|
||||
and a
|
||||
@@ -8028,7 +8028,7 @@ StartBattle:
|
||||
scf
|
||||
ret
|
||||
|
||||
Unreferenced_DoBattle:
|
||||
CallDoBattle: ; unreferenced
|
||||
call DoBattle
|
||||
ret
|
||||
|
||||
@@ -8201,7 +8201,7 @@ InitEnemyWildmon:
|
||||
predef PlaceGraphic
|
||||
ret
|
||||
|
||||
Unreferenced_Function3f662:
|
||||
Function3f662: ; unreferenced
|
||||
ld hl, wEnemyMonMoves
|
||||
ld de, wListMoves_MoveIndicesBuffer
|
||||
ld b, NUM_MOVES
|
||||
|
Reference in New Issue
Block a user