diff options
Diffstat (limited to 'engine/mon_stats.asm')
-rw-r--r-- | engine/mon_stats.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/mon_stats.asm b/engine/mon_stats.asm index ec468be16..a3039eefd 100644 --- a/engine/mon_stats.asm +++ b/engine/mon_stats.asm @@ -276,7 +276,7 @@ ListMovePP: ; 50c50 push af ld [hl], b push hl - callab GetMaxPPOfMove + callfar GetMaxPPOfMove pop hl pop af ld [hl], a |