summaryrefslogtreecommitdiff
path: root/engine/stats_screen.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/stats_screen.asm')
-rwxr-xr-xengine/stats_screen.asm18
1 files changed, 9 insertions, 9 deletions
diff --git a/engine/stats_screen.asm b/engine/stats_screen.asm
index 766e05fe7..4e3a6d9b3 100755
--- a/engine/stats_screen.asm
+++ b/engine/stats_screen.asm
@@ -120,7 +120,7 @@ Function4dd3a: ; 4dd3a (13:5d3a)
call DelayFrame
ret
.asm_4dd49
- callba Functiond00b4
+ callba SetUpPokeAnim
jr nc, .asm_4dd56
ld hl, wcf64
res 6, [hl]
@@ -220,10 +220,10 @@ Function4ddf2: ; 4ddf2 (13:5df2)
ld a, [MonType]
cp BREEDMON
jr nz, .asm_4de10
- ld a, [wd018_Mon]
+ ld a, [wBufferMon]
ld [CurSpecies], a
call GetBaseData
- ld hl, wd018_Mon
+ ld hl, wBufferMon
ld de, TempMon
ld bc, PARTYMON_STRUCT_LENGTH
call CopyBytes
@@ -236,7 +236,7 @@ Function4ddf2: ; 4ddf2 (13:5df2)
ld a, [MonType]
cp BOXMON
jr c, .asm_4de2a
- callba Function50890
+ callba CalcTempmonStats
.asm_4de2a
and a
ret
@@ -249,14 +249,14 @@ Function4de2c: ; 4de2c (13:5e2c)
push hl
push de
push bc
- callba Functione2f95
+ callba StatsScreenDPad
pop bc
pop de
pop hl
- ld a, [wcf73]
+ ld a, [wMenuJoypad]
and $c0
jr nz, .set_carry
- ld a, [wcf73]
+ ld a, [wMenuJoypad]
jr .clear_flags
.notbreedmon
@@ -407,7 +407,7 @@ Function4df45: ; 4df45 (13:5f45)
ld a, [hli]
ld d, a
ld e, [hl]
- callba DrawPartyMenuHPBar
+ callba ComputeHPBarPixels
ld hl, wcda1
call SetHPPal
ld b, SCGB_03
@@ -697,7 +697,7 @@ Function4e147: ; 4e147 (13:6147)
hlcoord 12, 11
ld a, $28
ld [Buffer1], a
- predef Function50c50
+ predef ListMovePP
ret
Function4e189: ; 4e189 (13:6189)