You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Replace "Unreferenced" labels with "; unreferenced" comments
This commit is contained in:
@@ -826,7 +826,7 @@ ENDM
|
||||
jr nz, .row
|
||||
ret
|
||||
|
||||
Unreferenced_Function8c7c9:
|
||||
Function8c7c9: ; unreferenced
|
||||
ld a, 1
|
||||
ldh [hBGMapMode], a
|
||||
call WaitBGMap
|
||||
|
@@ -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
|
||||
|
@@ -1,4 +1,4 @@
|
||||
Unreferenced_GetGen1TrainerClassName:
|
||||
GetGen1TrainerClassName: ; unreferenced
|
||||
ld hl, Gen1TrainerClassNames
|
||||
ld a, [wTrainerClass]
|
||||
dec a
|
@@ -380,7 +380,7 @@ CopyTrainerName:
|
||||
pop de
|
||||
ret
|
||||
|
||||
Unreferenced_Function39990:
|
||||
Function39990: ; unreferenced
|
||||
ld de, wStringBuffer1
|
||||
push de
|
||||
ld bc, NAME_LENGTH
|
||||
|
Reference in New Issue
Block a user