summaryrefslogtreecommitdiff
path: root/engine/pokemon/types.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-06-17 17:02:45 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-06-17 17:02:45 -0400
commit451f529b0d6311fc0b6c507d8ccb5336e2984889 (patch)
treeb2c5643d6973e79c02f3e7aba7d9e86702c51870 /engine/pokemon/types.asm
parent993f87a852974b000a0ec770cfd53afb392136ce (diff)
Harmonize engine/{movie, pokemon} with pokecrystal
To do: engine/{menus, overworld}
Diffstat (limited to 'engine/pokemon/types.asm')
-rw-r--r--engine/pokemon/types.asm2
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: