summaryrefslogtreecommitdiff
path: root/engine/tempmon.asm
diff options
context:
space:
mode:
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