diff options
author | klektron <klektron@users.noreply.github.com> | 2021-01-04 13:01:58 +0100 |
---|---|---|
committer | klektron <klektron@users.noreply.github.com> | 2021-01-04 13:01:58 +0100 |
commit | 4a96d8dcc2c3d4d6b6791ccaa60747d0aaf7a403 (patch) | |
tree | bb3367e4481b6aa518fd482fe270ab63ec3981c2 /engine/pokemon/status_screen.asm | |
parent | 779c7ddaa2613e41ce86e10893ee1b94ecc5b899 (diff) |
Diffstat (limited to 'engine/pokemon/status_screen.asm')
-rw-r--r-- | engine/pokemon/status_screen.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/pokemon/status_screen.asm b/engine/pokemon/status_screen.asm index 61653a11..af8a42a7 100644 --- a/engine/pokemon/status_screen.asm +++ b/engine/pokemon/status_screen.asm @@ -481,10 +481,10 @@ StatusScreen_PrintPP: ret func_6cd5: - ld a, $80 + ld a, "A" ld [hli], a - ld a, $8F - ldd [hl], a + ld a, "P" + ld [hld], a add hl, de dec c jr nz, func_6cd5 |