Correct indentation

Add spaces before unchanged lines
This commit is contained in:
Eldred Habert 2019-03-03 18:10:03 +01:00 committed by GitHub
parent add58fb00d
commit c170810ad4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -203,7 +203,7 @@ If you wish to keep compatibility with standard Pokémon Crystal, you can disabl
sub 100 percent
; If chance was 100%, RNG won't be called (carry not set)
; Thus chance will be subtracted from 0, guaranteeing a carry
+ .nofix
+.nofix
call c, BattleRandom
```