diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-16 12:32:08 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-16 12:36:58 -0500 |
commit | 879b430fce7d2ad470512a21183586c78b81535f (patch) | |
tree | 80e3fe6bff4f6fc71a2e717d1ef86f8e5a310454 /engine/stats_screen.asm | |
parent | 77ef8404a197d015398674482103afd9651a9f42 (diff) |
Bill's PC
Diffstat (limited to 'engine/stats_screen.asm')
-rwxr-xr-x | engine/stats_screen.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/stats_screen.asm b/engine/stats_screen.asm index fe5b4664b..ae6f9150e 100755 --- a/engine/stats_screen.asm +++ b/engine/stats_screen.asm @@ -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,7 +249,7 @@ Function4de2c: ; 4de2c (13:5e2c) push hl push de push bc - callba Functione2f95 + callba StatsScreenDPad pop bc pop de pop hl |