Remove "UnusedSpecial_" prefixes too

This commit is contained in:
Rangi 2018-01-24 11:20:41 -05:00
parent d719d318e8
commit 95fd05744d
4 changed files with 8 additions and 8 deletions

View File

@ -69,7 +69,7 @@ SpecialsPointers:: ; c029
add_special UpdateSprites ; bank 0 add_special UpdateSprites ; bank 0
add_special ReplaceKrisSprite ; bank 0 add_special ReplaceKrisSprite ; bank 0
add_special GameCornerPrizeMonCheckDex add_special GameCornerPrizeMonCheckDex
add_special UnusedSpecial_SeenMon add_special UnusedSetSeenMon
add_special WaitSFX ; bank 0 add_special WaitSFX ; bank 0
add_special PlayMapMusic ; bank 0 add_special PlayMapMusic ; bank 0
add_special RestartMapMusic ; bank 0 add_special RestartMapMusic ; bank 0
@ -79,7 +79,7 @@ SpecialsPointers:: ; c029
add_special FindPartyMonAtLeastThatHappy add_special FindPartyMonAtLeastThatHappy
add_special FindPartyMonThatSpecies add_special FindPartyMonThatSpecies
add_special FindPartyMonThatSpeciesYourTrainerID add_special FindPartyMonThatSpeciesYourTrainerID
add_special UnusedSpecial_CheckUnusedTwoDayTimer add_special UnusedCheckUnusedTwoDayTimer
add_special DayCareMon1 add_special DayCareMon1
add_special DayCareMon2 add_special DayCareMon2
add_special SelectRandomBugContestContestants add_special SelectRandomBugContestContestants
@ -133,7 +133,7 @@ SpecialsPointers:: ; c029
add_special Function1700ba add_special Function1700ba
add_special Function170114 add_special Function170114
add_special BattleTowerBattle add_special BattleTowerBattle
add_special UnusedSpecial_Function1704e1 add_special Function1704e1
add_special DummySpecial_17021d add_special DummySpecial_17021d
add_special LoadOpponentTrainerAndPokemonWithOTSprite add_special LoadOpponentTrainerAndPokemonWithOTSprite
add_special Function11ba38 add_special Function11ba38
@ -178,7 +178,7 @@ SpecialsPointers:: ; c029
add_special Function10387b add_special Function10387b
add_special AskRememberPassword add_special AskRememberPassword
add_special LoadMapPalettes add_special LoadMapPalettes
add_special UnusedSpecial_FindItemInPCOrBag add_special UnusedFindItemInPCOrBag
add_special InitialSetDSTFlag add_special InitialSetDSTFlag
add_special InitialClearDSTFlag add_special InitialClearDSTFlag
add_special DummySpecial_c224 add_special DummySpecial_c224

View File

@ -619,7 +619,7 @@ Unreferenced_Function1704ca: ; 1704ca
ret ret
; 1704e1 ; 1704e1
UnusedSpecial_Function1704e1: ; 1704e1 Function1704e1: ; 1704e1
call SpeechTextBox call SpeechTextBox
call FadeToMenu call FadeToMenu
call InitBattleTowerChallengeRAM call InitBattleTowerChallengeRAM

View File

@ -43,7 +43,7 @@ GameCornerPrizeMonCheckDex: ; c230
ret ret
; c252 ; c252
UnusedSpecial_SeenMon: ; c252 UnusedSetSeenMon: ; c252
ld a, [ScriptVar] ld a, [ScriptVar]
dec a dec a
call SetSeenMon call SetSeenMon
@ -307,7 +307,7 @@ ScriptReturnCarry: ; c3e2
ret ret
; c3ef ; c3ef
UnusedSpecial_CheckUnusedTwoDayTimer: ; c3ef UnusedCheckUnusedTwoDayTimer: ; c3ef
farcall CheckUnusedTwoDayTimer farcall CheckUnusedTwoDayTimer
ld a, [wUnusedTwoDayTimer] ld a, [wUnusedTwoDayTimer]
ld [ScriptVar], a ld [ScriptVar], a

View File

@ -159,7 +159,7 @@ MobileCheckOwnMonAnywhere: ; 4a843
ret ret
; 4a927 ; 4a927
UnusedSpecial_FindItemInPCOrBag: ; 4a927 UnusedFindItemInPCOrBag: ; 4a927
ld a, [ScriptVar] ld a, [ScriptVar]
ld [CurItem], a ld [CurItem], a
ld hl, PCItems ld hl, PCItems