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/tempmon.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/tempmon.asm')
-rw-r--r-- | engine/tempmon.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/tempmon.asm b/engine/tempmon.asm index 03bec3755..37b485e38 100644 --- a/engine/tempmon.asm +++ b/engine/tempmon.asm @@ -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 |