diff options
Diffstat (limited to 'engine/pokemon')
-rw-r--r-- | engine/pokemon/mon_stats.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/pokemon/mon_stats.asm b/engine/pokemon/mon_stats.asm index 74e3d2a95..0a3022628 100644 --- a/engine/pokemon/mon_stats.asm +++ b/engine/pokemon/mon_stats.asm @@ -325,9 +325,9 @@ ListMovePP: Unreferenced_Function50cd0: .loop - ld [hl], $32 + ld [hl], $32 ; typo for P? inc hl - ld [hl], $3e + ld [hl], $3e ; P dec hl add hl, de dec c |