summaryrefslogtreecommitdiff
path: root/engine/tempmon.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/tempmon.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/tempmon.asm')
-rw-r--r--engine/tempmon.asm4
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