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

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