summaryrefslogtreecommitdiff
path: root/engine/routines/correcterrorsinplayerparty.asm
diff options
context:
space:
mode:
authorRemy Oukaour <remy.oukaour@gmail.com>2018-01-16 14:30:10 -0500
committerRemy Oukaour <remy.oukaour@gmail.com>2018-01-16 14:39:28 -0500
commit80480821142d7a7b16dd2b1a98a213e7b389af0f (patch)
tree1e44bf0ba8f410e4debe309295dd389e3f418d8e /engine/routines/correcterrorsinplayerparty.asm
parent2b823389208c7c3691109ad751ccc39aa2408387 (diff)
Remove Predef_ prefix from routines listed in PredefPointers
Diffstat (limited to 'engine/routines/correcterrorsinplayerparty.asm')
-rw-r--r--engine/routines/correcterrorsinplayerparty.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/routines/correcterrorsinplayerparty.asm b/engine/routines/correcterrorsinplayerparty.asm
index fcc2f36af..639e5c544 100644
--- a/engine/routines/correcterrorsinplayerparty.asm
+++ b/engine/routines/correcterrorsinplayerparty.asm
@@ -90,7 +90,7 @@ Unreferenced_CorrectErrorsInPlayerParty:
ld hl, MON_STAT_EXP - 1
add hl, bc
ld b, $1
- predef Predef_CalcPkmnStats
+ predef CalcPkmnStats
pop hl
ld bc, PARTYMON_STRUCT_LENGTH
add hl, bc