diff options
author | mid-kid <esteve.varela@gmail.com> | 2018-02-12 23:58:19 +0100 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2018-02-12 23:58:21 +0100 |
commit | 98e6878429a2c74b5293426204e0013c322d50a3 (patch) | |
tree | 2a62d06c5f319c02e24a7a068542011113fcf3e5 /engine/stats_screen.asm | |
parent | 89c5f0adf0565424609482d9e789bcd045d5dbbb (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-x | engine/stats_screen.asm | 2 |
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 |