mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
Replace "Unreferenced" labels with "; unreferenced" comments
This commit is contained in:
parent
98af69691d
commit
91774f206e
@ -1,7 +1,7 @@
|
||||
; This was a table of Pokémon sprite banks in the 1997 G/S prototype.
|
||||
; See pokegold-spaceworld's gfx/pokemon/pkmn_pic_banks.asm.
|
||||
|
||||
Unreferenced_MonPicBanks:
|
||||
BetaMonPicBanks: ; unreferenced
|
||||
; last mon in bank, bank #
|
||||
db RAICHU, $15 + 0
|
||||
db DUGTRIO, $15 + 1
|
||||
|
@ -1,4 +1,4 @@
|
||||
UnreferencedDakutens:
|
||||
Dakutens: ; unreferenced
|
||||
db "かが", "きぎ", "くぐ", "けげ", "こご"
|
||||
db "さざ", "しじ", "すず", "せぜ", "そぞ"
|
||||
db "ただ", "ちぢ", "つづ", "てで", "とど"
|
||||
@ -9,7 +9,7 @@ UnreferencedDakutens:
|
||||
db "ハバ", "ヒビ", "フブ", "へべ", "ホボ"
|
||||
db -1 ; end
|
||||
|
||||
UnreferencedHandakutens:
|
||||
Handakutens: ; unreferenced
|
||||
db "はぱ", "ひぴ", "ふぷ", "へぺ", "ほぽ"
|
||||
db "ハパ", "ヒピ", "フプ", "へぺ", "ホポ"
|
||||
db -1 ; end
|
||||
|
@ -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
|
||||
|
@ -216,7 +216,7 @@ ClearActorHud:
|
||||
call ClearBox
|
||||
ret
|
||||
|
||||
Unreferenced_Functioncc220:
|
||||
Functioncc220: ; unreferenced
|
||||
xor a
|
||||
ldh [hBGMapMode], a
|
||||
ld a, LOW(vBGMap0 tile $28)
|
||||
|
@ -581,7 +581,7 @@ CopyBTTrainer_FromBT_OT_TowBT_OTTemp:
|
||||
SkipBattleTowerTrainer:
|
||||
ret
|
||||
|
||||
Unreferenced_Function1704ca:
|
||||
Function1704ca: ; unreferenced
|
||||
ld a, [s5_be46]
|
||||
cp BATTLETOWER_STREAK_LENGTH
|
||||
jr c, .not_max
|
||||
|
@ -312,14 +312,14 @@ CopyTradeName:
|
||||
call CopyBytes
|
||||
ret
|
||||
|
||||
Unreferenced_Functionfcdfb:
|
||||
Functionfcdfb: ; unreferenced
|
||||
ld bc, 4
|
||||
call CopyBytes
|
||||
ld a, "@"
|
||||
ld [de], a
|
||||
ret
|
||||
|
||||
Unreferenced_Functionfce05:
|
||||
Functionfce05: ; unreferenced
|
||||
ld bc, 3
|
||||
call CopyBytes
|
||||
ld a, "@"
|
||||
|
@ -971,7 +971,7 @@ StrengthFunction:
|
||||
jr c, .Failed
|
||||
jr .UseStrength
|
||||
|
||||
.Unreferenced_AlreadyUsing:
|
||||
.AlreadyUsingStrength: ; unreferenced
|
||||
ld hl, .AlreadyUsingStrengthText
|
||||
call MenuTextboxBackup
|
||||
ld a, $80
|
||||
|
@ -230,7 +230,7 @@ SlotsLoop:
|
||||
call PrintNum
|
||||
ret
|
||||
|
||||
Unreferenced_Function92811:
|
||||
Function92811: ; unreferenced
|
||||
; debug function?
|
||||
ld a, [wSlotBias]
|
||||
add 0
|
||||
@ -248,7 +248,7 @@ Unreferenced_Function92811:
|
||||
ld [hl], a
|
||||
ret
|
||||
|
||||
Unreferenced_Function9282c:
|
||||
Function9282c: ; unreferenced
|
||||
; animate OAM tiles?
|
||||
ld hl, wcf66
|
||||
ld a, [hl]
|
||||
@ -845,7 +845,7 @@ Slots_UpdateReelPositionAndOAM:
|
||||
jr nz, .loop
|
||||
ret
|
||||
|
||||
Unreferenced_Function92bbe:
|
||||
Function92bbe: ; unreferenced
|
||||
push hl
|
||||
srl a
|
||||
srl a
|
||||
|
@ -980,7 +980,7 @@ _CGB_MysteryGift:
|
||||
.MysteryGiftPalettes:
|
||||
INCLUDE "gfx/mystery_gift/mystery_gift.pal"
|
||||
|
||||
Unreferenced_GS_CGB_MysteryGift:
|
||||
GS_CGB_MysteryGift: ; unreferenced
|
||||
ld hl, .MysteryGiftPalette
|
||||
ld de, wBGPals1
|
||||
ld bc, 1 palettes
|
||||
|
@ -76,7 +76,7 @@ Unused_CheckShininess:
|
||||
and a
|
||||
ret
|
||||
|
||||
Unreferenced_SGB_ApplyCreditsPals:
|
||||
SGB_ApplyCreditsPals: ; unreferenced
|
||||
push de
|
||||
push bc
|
||||
ld hl, PalPacket_9ce6
|
||||
@ -133,7 +133,7 @@ SGB_ApplyPartyMenuHPPals:
|
||||
ld [hl], e
|
||||
ret
|
||||
|
||||
Unreferenced_Function8b07:
|
||||
Function8b07: ; unreferenced
|
||||
call CheckCGB
|
||||
ret z
|
||||
; CGB only
|
||||
@ -166,7 +166,7 @@ Unreferenced_Function8b07:
|
||||
RGB 08, 16, 28
|
||||
RGB 00, 00, 00
|
||||
|
||||
Unreferenced_Function8b3f:
|
||||
Function8b3f: ; unreferenced
|
||||
call CheckCGB
|
||||
ret nz
|
||||
ldh a, [hSGB]
|
||||
@ -175,7 +175,7 @@ Unreferenced_Function8b3f:
|
||||
ld hl, BlkPacket_9a86
|
||||
jp PushSGBPals
|
||||
|
||||
Unreferenced_Function8b4d:
|
||||
Function8b4d: ; unreferenced
|
||||
call CheckCGB
|
||||
jr nz, .cgb
|
||||
ldh a, [hSGB]
|
||||
@ -190,7 +190,7 @@ Unreferenced_Function8b4d:
|
||||
call GetPredefPal
|
||||
jp LoadHLPaletteIntoDE
|
||||
|
||||
Unreferenced_Function8b67:
|
||||
Function8b67: ; unreferenced
|
||||
call CheckCGB
|
||||
jr nz, .cgb
|
||||
ldh a, [hSGB]
|
||||
@ -205,7 +205,7 @@ Unreferenced_Function8b67:
|
||||
call GetPredefPal
|
||||
jp LoadHLPaletteIntoDE
|
||||
|
||||
Unreferenced_GSIntro_LoadMonPalette:
|
||||
GSIntro_LoadMonPalette: ; unreferenced
|
||||
call CheckCGB
|
||||
jr nz, .cgb
|
||||
ldh a, [hSGB]
|
||||
@ -273,7 +273,7 @@ LoadNthMiddleBGPal:
|
||||
call LoadPalette_White_Col1_Col2_Black
|
||||
ret
|
||||
|
||||
Unreferenced_Function8bec:
|
||||
Function8bec: ; unreferenced
|
||||
ldh a, [hCGB]
|
||||
and a
|
||||
jr nz, .cgb
|
||||
@ -719,7 +719,7 @@ GetMonPalettePointer:
|
||||
call _GetMonPalettePointer
|
||||
ret
|
||||
|
||||
Unreferenced_Function9779:
|
||||
Function9779: ; unreferenced
|
||||
ret
|
||||
call CheckCGB
|
||||
ret z
|
||||
@ -742,7 +742,7 @@ Unreferenced_Function9779:
|
||||
BattleObjectPals:
|
||||
INCLUDE "gfx/battle_anims/battle_anims.pal"
|
||||
|
||||
Unreferenced_Function97cc:
|
||||
Function97cc: ; unreferenced
|
||||
call CheckCGB
|
||||
ret z
|
||||
ld a, $90
|
||||
@ -952,7 +952,7 @@ _InitSGBBorderPals:
|
||||
dw DataSndPacket7
|
||||
dw DataSndPacket8
|
||||
|
||||
Unreferenced_Function9911:
|
||||
Function9911: ; unreferenced
|
||||
di
|
||||
xor a
|
||||
ldh [rJOYP], a
|
||||
|
@ -108,11 +108,11 @@ Mobile_ReloadMapPart:
|
||||
|
||||
ret
|
||||
|
||||
; unused
|
||||
ld hl, .unreferenced_1040da
|
||||
Function1040d4: ; unreferenced
|
||||
ld hl, .Function
|
||||
jp CallInSafeGFXMode
|
||||
|
||||
.unreferenced_1040da
|
||||
.Function
|
||||
ld a, $1
|
||||
ldh [rVBK], a
|
||||
ld a, BANK(w3_d800)
|
||||
@ -131,11 +131,11 @@ Mobile_ReloadMapPart:
|
||||
call WaitDMATransfer
|
||||
ret
|
||||
|
||||
; unused
|
||||
ld hl, .unreferenced_104101
|
||||
Function1040fb: ; unreferenced
|
||||
ld hl, .Function
|
||||
jp CallInSafeGFXMode
|
||||
|
||||
.unreferenced_104101
|
||||
.Function
|
||||
ld a, $1
|
||||
ldh [rVBK], a
|
||||
ld a, BANK(w3_d800)
|
||||
|
@ -1,16 +1,16 @@
|
||||
INCLUDE "gfx/font.asm"
|
||||
|
||||
Unused_EnableHDMA:
|
||||
EnableHDMAForGraphics:
|
||||
db FALSE
|
||||
|
||||
Unreferenced_Get1bppOptionalHDMA:
|
||||
ld a, [Unused_EnableHDMA]
|
||||
Get1bppOptionalHDMA: ; unreferenced
|
||||
ld a, [EnableHDMAForGraphics]
|
||||
and a
|
||||
jp nz, Get1bppViaHDMA
|
||||
jp Get1bpp
|
||||
|
||||
Unreferenced_Get2bppOptionalHDMA:
|
||||
ld a, [Unused_EnableHDMA]
|
||||
Get2bppOptionalHDMA: ; unreferenced
|
||||
ld a, [EnableHDMAForGraphics]
|
||||
and a
|
||||
jp nz, Get2bppViaHDMA
|
||||
jp Get2bpp
|
||||
|
@ -287,7 +287,7 @@ EXPORT PICS_FIX
|
||||
db BANK("Pics 23") ; BANK("Pics 1") + 22
|
||||
db BANK("Pics 24") ; BANK("Pics 1") + 23
|
||||
|
||||
Unreferenced_GSIntro_GetMonFrontpic:
|
||||
GSIntro_GetMonFrontpic: ; unreferenced
|
||||
ld a, c
|
||||
push de
|
||||
ld hl, PokemonPicPointers
|
||||
|
@ -273,7 +273,7 @@ FlyFunction_GetMonIcon:
|
||||
call GetIcon_a
|
||||
ret
|
||||
|
||||
Unreferenced_GetMonIcon2:
|
||||
GetMonIconDE: ; unreferenced
|
||||
push de
|
||||
ld a, [wTempIconSpecies]
|
||||
call ReadMonMenuIcon
|
||||
|
@ -1,4 +1,4 @@
|
||||
Unreferenced_Function88248:
|
||||
Function88248: ; unreferenced
|
||||
ld c, CAL
|
||||
ld a, [wPlayerGender]
|
||||
bit PLAYERGENDER_FEMALE_F, a
|
||||
@ -72,7 +72,7 @@ ShowPlayerNamingChoices:
|
||||
|
||||
INCLUDE "data/player_names.asm"
|
||||
|
||||
Unreferenced_GetPlayerNameArray:
|
||||
GetPlayerNameArray: ; unreferenced
|
||||
ld hl, wPlayerName
|
||||
ld de, MalePlayerNameArray
|
||||
ld a, [wPlayerGender]
|
||||
|
@ -508,7 +508,7 @@ GetFrameOAMPointer:
|
||||
add hl, de
|
||||
ret
|
||||
|
||||
Unreferenced_BrokenGetStdGraphics:
|
||||
BrokenGetStdGraphics: ; unreferenced
|
||||
push hl
|
||||
ld l, a
|
||||
ld h, 0
|
||||
|
@ -722,7 +722,7 @@ SellMenu:
|
||||
and a
|
||||
ret
|
||||
|
||||
.Unreferenced_NothingToSell:
|
||||
.NothingToSell: ; unreferenced
|
||||
ld hl, .NothingToSellText
|
||||
call MenuTextboxBackup
|
||||
and a
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user