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.
This commit is contained in:
mid-kid
2018-02-12 23:58:19 +01:00
parent 89c5f0adf0
commit 98e6878429
3 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
CopyPkmnToTempMon: ; 5084a
; gets the BaseData of a Pkmn
; and copys the PkmnStructure to wTempMon
; and copies the party_struct to wTempMon
ld a, [wCurPartyMon]
ld e, a
@@ -32,7 +32,7 @@ CopyPkmnToTempMon: ; 5084a
.done
ret
CalcwBufferMonStats: ; 5088b
CalcBufferMonStats: ; 5088b
ld bc, wBufferMon
jr _TempMonStatsCalculation