diff options
Diffstat (limited to 'engine/pokemon/status_screen.asm')
-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 |