You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Label some mobile addresses, and revise some comments
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user