mirror of
https://github.com/pret/pokered.git
synced 2026-09-14 12:45:19 -05:00
Use charmap in link_battle_versus_text (#415)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user