Use charmap in link_battle_versus_text (#415)

This commit is contained in:
Linus Unnebäck 2023-07-16 23:21:20 +02:00 committed by GitHub
parent f46db37d50
commit c42b7167ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,9 +13,9 @@ DisplayLinkBattleVersusTextBox:
call PlaceString
; place bold "VS" tiles between the names
hlcoord 9, 8
ld a, $69
ld a, "<BOLD_V>"
ld [hli], a
ld [hl], $6a
ld [hl], "<BOLD_S>"
xor a
ld [wUpdateSpritesEnabled], a
callfar SetupPlayerAndEnemyPokeballs