diff options
Diffstat (limited to 'engine/battle/print_type.asm')
| -rw-r--r-- | engine/battle/print_type.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/print_type.asm b/engine/battle/print_type.asm index e7c6729c..6ebd4189 100644 --- a/engine/battle/print_type.asm +++ b/engine/battle/print_type.asm @@ -25,7 +25,7 @@ PrintType: ; erase "TYPE2/" if the mon only has 1 type EraseType2Text: - ld a, " " + ld a, ' ' ld bc, $13 add hl, bc ld bc, $6 |
