summaryrefslogtreecommitdiff
path: root/engine/stats_screen.asm
diff options
context:
space:
mode:
authormid-kid <esteve.varela@gmail.com>2018-02-12 23:58:19 +0100
committermid-kid <esteve.varela@gmail.com>2018-02-12 23:58:21 +0100
commit98e6878429a2c74b5293426204e0013c322d50a3 (patch)
tree2a62d06c5f319c02e24a7a068542011113fcf3e5 /engine/stats_screen.asm
parent89c5f0adf0565424609482d9e789bcd045d5dbbb (diff)
CalcwBufferMonStats -> CalcBufferMonStats
The 'w' was probably added in some mass-replacement. It's completely irrelevant to the function itself and doesn't fit the PascalCase model.
Diffstat (limited to 'engine/stats_screen.asm')
-rwxr-xr-xengine/stats_screen.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/stats_screen.asm b/engine/stats_screen.asm
index e55c85c86..b3daadcc6 100755
--- a/engine/stats_screen.asm
+++ b/engine/stats_screen.asm
@@ -230,7 +230,7 @@ StatsScreen_CopyToTempMon: ; 4ddf2 (13:5df2)
ld a, [wMonType]
cp TEMPMON
jr nz, .breedmon
- ld a, [wBufferMon]
+ ld a, [wBufferMonSpecies]
ld [wCurSpecies], a
call GetBaseData
ld hl, wBufferMon