more gfx-related labels

This commit is contained in:
PikalaxALT
2016-01-04 08:43:55 -05:00
parent 2a263629a4
commit c087d44c42
18 changed files with 172 additions and 154 deletions

View File

@@ -1428,7 +1428,7 @@ CalcPkmnStatC: ; e17b
sla c
ld a, d
and a
jr z, .SkipSqrt
jr z, .no_stat_exp
add hl, bc
push de
ld a, [hld]
@@ -1437,7 +1437,7 @@ CalcPkmnStatC: ; e17b
callba GetSquareRoot
pop de
.SkipSqrt
.no_stat_exp
srl c
pop hl
push bc