Label some mobile addresses, and revise some comments

This commit is contained in:
Rangi
2020-06-13 18:48:26 -04:00
parent 0d683ea0c7
commit 75035a71a5
22 changed files with 161 additions and 145 deletions

View File

@@ -1543,7 +1543,7 @@ BattleCommand_DamageVariation:
call Multiply
; ...divide by 100%...
ld a, $ff ; 100%
ld a, 100 percent
ldh [hDivisor], a
ld b, $4
call Divide