mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
Correct indentation
Add spaces before unchanged lines
This commit is contained in:
parent
add58fb00d
commit
c170810ad4
@ -182,8 +182,8 @@ This bug existed for all battles in Gold and Silver, and was only fixed for sing
|
|||||||
+ ; Thus chance will be subtracted from 0, guaranteeing a carry
|
+ ; Thus chance will be subtracted from 0, guaranteeing a carry
|
||||||
+ call c, BattleRandom
|
+ call c, BattleRandom
|
||||||
cp [hl]
|
cp [hl]
|
||||||
pop hl
|
pop hl
|
||||||
ret c
|
ret c
|
||||||
|
|
||||||
.failed
|
.failed
|
||||||
ld a, 1
|
ld a, 1
|
||||||
@ -199,12 +199,12 @@ If you wish to keep compatibility with standard Pokémon Crystal, you can disabl
|
|||||||
+ cp LINK_COLOSSEUM
|
+ cp LINK_COLOSSEUM
|
||||||
+ scf ; Force RNG to be called
|
+ scf ; Force RNG to be called
|
||||||
+ jr z, .nofix ; Don't apply fix in link battles, for compatibility
|
+ jr z, .nofix ; Don't apply fix in link battles, for compatibility
|
||||||
ld a, [hl]
|
ld a, [hl]
|
||||||
sub 100 percent
|
sub 100 percent
|
||||||
; If chance was 100%, RNG won't be called (carry not set)
|
; If chance was 100%, RNG won't be called (carry not set)
|
||||||
; Thus chance will be subtracted from 0, guaranteeing a carry
|
; Thus chance will be subtracted from 0, guaranteeing a carry
|
||||||
+ .nofix
|
+.nofix
|
||||||
call c, BattleRandom
|
call c, BattleRandom
|
||||||
```
|
```
|
||||||
|
|
||||||
## Belly Drum sharply boosts Attack even with under 50% HP
|
## Belly Drum sharply boosts Attack even with under 50% HP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user