diff options
Diffstat (limited to 'engine')
| -rwxr-xr-x | engine/events/battle_tower/battle_tower.asm | 2 | ||||
| -rw-r--r-- | engine/specials.asm | 4 | 
2 files changed, 3 insertions, 3 deletions
| diff --git a/engine/events/battle_tower/battle_tower.asm b/engine/events/battle_tower/battle_tower.asm index 9cf6917b2..887457e2c 100755 --- a/engine/events/battle_tower/battle_tower.asm +++ b/engine/events/battle_tower/battle_tower.asm @@ -619,7 +619,7 @@ Unreferenced_Function1704ca: ; 1704ca  	ret  ; 1704e1 -UnusedSpecial_Function1704e1: ; 1704e1 +Function1704e1: ; 1704e1  	call SpeechTextBox  	call FadeToMenu  	call InitBattleTowerChallengeRAM diff --git a/engine/specials.asm b/engine/specials.asm index 2193106e7..dc4ce32c4 100644 --- a/engine/specials.asm +++ b/engine/specials.asm @@ -43,7 +43,7 @@ GameCornerPrizeMonCheckDex: ; c230  	ret  ; c252 -UnusedSpecial_SeenMon: ; c252 +UnusedSetSeenMon: ; c252  	ld a, [ScriptVar]  	dec a  	call SetSeenMon @@ -307,7 +307,7 @@ ScriptReturnCarry: ; c3e2  	ret  ; c3ef -UnusedSpecial_CheckUnusedTwoDayTimer: ; c3ef +UnusedCheckUnusedTwoDayTimer: ; c3ef  	farcall CheckUnusedTwoDayTimer  	ld a, [wUnusedTwoDayTimer]  	ld [ScriptVar], a | 
