From 98e6878429a2c74b5293426204e0013c322d50a3 Mon Sep 17 00:00:00 2001 From: mid-kid Date: Mon, 12 Feb 2018 23:58:19 +0100 Subject: 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. --- engine/stats_screen.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/stats_screen.asm') 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 -- cgit v1.2.3