diff options
Diffstat (limited to 'engine/pokemon/types.asm')
-rw-r--r-- | engine/pokemon/types.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/pokemon/types.asm b/engine/pokemon/types.asm index 3c9d28cd..d546dbca 100644 --- a/engine/pokemon/types.asm +++ b/engine/pokemon/types.asm @@ -19,7 +19,7 @@ PrintMonTypes: pop hl jr z, .hide_type_2 - ld bc, $28 + ld bc, SCREEN_WIDTH * 2 add hl, bc .Print: |