diff options
| author | klektron <klektron@users.noreply.github.com> | 2020-12-31 20:27:09 +0100 |
|---|---|---|
| committer | klektron <klektron@users.noreply.github.com> | 2020-12-31 20:27:09 +0100 |
| commit | 36d4d6fe0aeeb60b5137b812b779fa82b05b4a5a (patch) | |
| tree | 213b9771f884b4c3f5f6f3436b2e9c20a7989dd7 /engine/pokemon | |
| parent | 4bd566bbb14ba293e23ec8c21ee1a7541d9f975a (diff) | |
aaaand more fixes
Diffstat (limited to 'engine/pokemon')
| -rwxr-xr-x | engine/pokemon/status_screen.asm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/engine/pokemon/status_screen.asm b/engine/pokemon/status_screen.asm index eb8c4890..9d53c003 100755 --- a/engine/pokemon/status_screen.asm +++ b/engine/pokemon/status_screen.asm @@ -221,7 +221,7 @@ OTText: next "@" StatusText: - db "ESTADO/@" + db "ESTADO@" OKText: db "OK@" @@ -399,9 +399,8 @@ StatusScreen2: inc a ld [wLoadedMonLevel], a ; Increase temporarily if not 100 .Level100 - hlcoord 14, 6 - ld [hl], "<to>" - inc hl + hlcoord 15, 6 + ld [hl], "A" inc hl call PrintLevel pop af |
