You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Local labels starting with capital letters are now decorated with a trailing colon; remove trailing whitespace; globally correct line endings to UNIX style
This commit is contained in:
@@ -191,13 +191,13 @@ ChooseWildEncounter_BugContest:: ; 97d31
|
||||
|
||||
ld hl, ContestMons
|
||||
ld de, 4
|
||||
.CheckMon
|
||||
.CheckMon:
|
||||
sub [hl]
|
||||
jr c, .GotMon
|
||||
add hl, de
|
||||
jr .CheckMon
|
||||
|
||||
.GotMon
|
||||
.GotMon:
|
||||
inc hl
|
||||
|
||||
; Species
|
||||
@@ -218,7 +218,7 @@ ChooseWildEncounter_BugContest:: ; 97d31
|
||||
ld a, d
|
||||
jr .GotLevel
|
||||
|
||||
.RandomLevel
|
||||
.RandomLevel:
|
||||
; Get a random level between the min and max.
|
||||
ld c, a
|
||||
inc c
|
||||
@@ -227,7 +227,7 @@ ChooseWildEncounter_BugContest:: ; 97d31
|
||||
call SimpleDivide
|
||||
add d
|
||||
|
||||
.GotLevel
|
||||
.GotLevel:
|
||||
ld [CurPartyLevel], a
|
||||
|
||||
xor a
|
||||
@@ -330,7 +330,7 @@ DoBikeStep:: ; 97db3
|
||||
scf
|
||||
ret
|
||||
|
||||
.NoCall
|
||||
.NoCall:
|
||||
xor a
|
||||
ret
|
||||
; 97df9
|
||||
|
||||
Reference in New Issue
Block a user