You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Resolve issue #575: Rename text commands
This commit is contained in:
@@ -118,7 +118,7 @@ _CardFlip:
|
||||
.PlayWithThreeCoinsText:
|
||||
; Play with three coins?
|
||||
text_far UnknownText_0x1c5793
|
||||
db "@"
|
||||
text_end
|
||||
|
||||
.DeductCoins:
|
||||
ld a, [wCoins]
|
||||
@@ -158,7 +158,7 @@ _CardFlip:
|
||||
.NotEnoughCoinsText:
|
||||
; Not enough coins…
|
||||
text_far UnknownText_0x1c57ab
|
||||
db "@"
|
||||
text_end
|
||||
|
||||
.ChooseACard:
|
||||
xor a
|
||||
@@ -235,7 +235,7 @@ _CardFlip:
|
||||
.ChooseACardText:
|
||||
; Choose a card.
|
||||
text_far UnknownText_0x1c57be
|
||||
db "@"
|
||||
text_end
|
||||
|
||||
.PlaceYourBet:
|
||||
ld hl, .PlaceYourBetText
|
||||
@@ -257,7 +257,7 @@ _CardFlip:
|
||||
.PlaceYourBetText:
|
||||
; Place your bet.
|
||||
text_far UnknownText_0x1c57ce
|
||||
db "@"
|
||||
text_end
|
||||
|
||||
.CheckTheCard:
|
||||
xor a
|
||||
@@ -328,12 +328,12 @@ _CardFlip:
|
||||
.PlayAgainText:
|
||||
; Want to play again?
|
||||
text_far UnknownText_0x1c57df
|
||||
db "@"
|
||||
text_end
|
||||
|
||||
.CardsShuffledText:
|
||||
; The cards have been shuffled.
|
||||
text_far UnknownText_0x1c57f4
|
||||
db "@"
|
||||
text_end
|
||||
|
||||
.Quit:
|
||||
ld hl, wJumptableIndex
|
||||
@@ -1115,12 +1115,12 @@ CardFlip_CheckWinCondition:
|
||||
.Text_Yeah:
|
||||
; Yeah!
|
||||
text_far UnknownText_0x1c5813
|
||||
db "@"
|
||||
text_end
|
||||
|
||||
.Text_Darn:
|
||||
; Darn…
|
||||
text_far UnknownText_0x1c581a
|
||||
db "@"
|
||||
text_end
|
||||
|
||||
.AddCoinPlaySFX:
|
||||
ld a, [wCoins]
|
||||
|
||||
Reference in New Issue
Block a user