ref: 95fd05744d0577c61deef4d51ed73b43845c9bcf
parent: d719d318e8b2de51e818485423ac878d20dd295a
author: Rangi <remy.oukaour+rangi42@gmail.com>
date: Wed Jan 24 06:20:41 EST 2018
Remove "UnusedSpecial_" prefixes too
--- a/data/special_pointers.asm
+++ b/data/special_pointers.asm
@@ -69,7 +69,7 @@
add_special UpdateSprites ; bank 0
add_special ReplaceKrisSprite ; bank 0
add_special GameCornerPrizeMonCheckDex
- add_special UnusedSpecial_SeenMon
+ add_special UnusedSetSeenMon
add_special WaitSFX ; bank 0
add_special PlayMapMusic ; bank 0
add_special RestartMapMusic ; bank 0
@@ -79,7 +79,7 @@
add_special FindPartyMonAtLeastThatHappy
add_special FindPartyMonThatSpecies
add_special FindPartyMonThatSpeciesYourTrainerID
- add_special UnusedSpecial_CheckUnusedTwoDayTimer
+ add_special UnusedCheckUnusedTwoDayTimer
add_special DayCareMon1
add_special DayCareMon2
add_special SelectRandomBugContestContestants
@@ -133,7 +133,7 @@
add_special Function1700ba
add_special Function170114
add_special BattleTowerBattle
- add_special UnusedSpecial_Function1704e1
+ add_special Function1704e1
add_special DummySpecial_17021d
add_special LoadOpponentTrainerAndPokemonWithOTSprite
add_special Function11ba38
@@ -178,7 +178,7 @@
add_special Function10387b
add_special AskRememberPassword
add_special LoadMapPalettes
- add_special UnusedSpecial_FindItemInPCOrBag
+ add_special UnusedFindItemInPCOrBag
add_special InitialSetDSTFlag
add_special InitialClearDSTFlag
add_special DummySpecial_c224
--- a/engine/events/battle_tower/battle_tower.asm
+++ b/engine/events/battle_tower/battle_tower.asm
@@ -619,7 +619,7 @@
ret
; 1704e1
-UnusedSpecial_Function1704e1: ; 1704e1
+Function1704e1: ; 1704e1
call SpeechTextBox
call FadeToMenu
call InitBattleTowerChallengeRAM
--- a/engine/specials.asm
+++ b/engine/specials.asm
@@ -43,7 +43,7 @@
ret
; c252
-UnusedSpecial_SeenMon: ; c252
+UnusedSetSeenMon: ; c252
ld a, [ScriptVar]
dec a
call SetSeenMon
@@ -307,7 +307,7 @@
ret
; c3ef
-UnusedSpecial_CheckUnusedTwoDayTimer: ; c3ef
+UnusedCheckUnusedTwoDayTimer: ; c3ef
farcall CheckUnusedTwoDayTimer
ld a, [wUnusedTwoDayTimer]
ld [ScriptVar], a
--- a/mobile/mobile_12_2.asm
+++ b/mobile/mobile_12_2.asm
@@ -159,7 +159,7 @@
ret
; 4a927
-UnusedSpecial_FindItemInPCOrBag: ; 4a927
+UnusedFindItemInPCOrBag: ; 4a927
ld a, [ScriptVar]
ld [CurItem], a
ld hl, PCItems