comment and relabel more battle functions

This commit is contained in:
yenatch
2014-01-01 08:09:15 -05:00
parent a18cab495d
commit 4dbf0d44e0
12 changed files with 300 additions and 258 deletions

View File

@@ -7,7 +7,7 @@ BattleCommand55: ; 37618
call _GetBattleVar
set SUBSTATUS_PROTECT, [hl]
call Function37e01
call AnimateCurrentMove
ld hl, ProtectedItselfText
jp StdBattleTextBox
@@ -73,7 +73,7 @@ ProtectChance: ; 3762c
.failed
xor a
ld [de], a
call Function37e77
call AnimateFailedMove
call PrintButItFailed
scf
ret