mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Port pokecrystal's formatting of text commands and special characters
This commit is contained in:
parent
2718c36065
commit
139a28ff99
397 changed files with 7398 additions and 7026 deletions
|
|
@ -42,13 +42,13 @@ StartSlotMachine:
|
|||
ret
|
||||
|
||||
GameCornerOutOfOrderText::
|
||||
TX_FAR _GameCornerOutOfOrderText
|
||||
db "@"
|
||||
text_far _GameCornerOutOfOrderText
|
||||
text_end
|
||||
|
||||
GameCornerOutToLunchText::
|
||||
TX_FAR _GameCornerOutToLunchText
|
||||
db "@"
|
||||
text_far _GameCornerOutToLunchText
|
||||
text_end
|
||||
|
||||
GameCornerSomeonesKeysText::
|
||||
TX_FAR _GameCornerSomeonesKeysText
|
||||
db "@"
|
||||
text_far _GameCornerSomeonesKeysText
|
||||
text_end
|
||||
|
|
|
|||
|
|
@ -23,9 +23,9 @@ AbleToPlaySlotsCheck:
|
|||
ret
|
||||
|
||||
GameCornerCoinCaseText::
|
||||
TX_FAR _GameCornerCoinCaseText
|
||||
db "@"
|
||||
text_far _GameCornerCoinCaseText
|
||||
text_end
|
||||
|
||||
GameCornerNoCoinsText::
|
||||
TX_FAR _GameCornerNoCoinsText
|
||||
db "@"
|
||||
text_far _GameCornerNoCoinsText
|
||||
text_end
|
||||
|
|
|
|||
|
|
@ -53,8 +53,8 @@ PromptUserToPlaySlots:
|
|||
jp CloseTextDisplay
|
||||
|
||||
PlaySlotMachineText:
|
||||
TX_FAR _PlaySlotMachineText
|
||||
db "@"
|
||||
text_far _PlaySlotMachineText
|
||||
text_end
|
||||
|
||||
MainSlotMachineLoop:
|
||||
call SlotMachine_PrintCreditCoins
|
||||
|
|
@ -152,24 +152,24 @@ CoinMultiplierSlotMachineText:
|
|||
next "×1@"
|
||||
|
||||
OutOfCoinsSlotMachineText:
|
||||
TX_FAR _OutOfCoinsSlotMachineText
|
||||
db "@"
|
||||
text_far _OutOfCoinsSlotMachineText
|
||||
text_end
|
||||
|
||||
BetHowManySlotMachineText:
|
||||
TX_FAR _BetHowManySlotMachineText
|
||||
db "@"
|
||||
text_far _BetHowManySlotMachineText
|
||||
text_end
|
||||
|
||||
StartSlotMachineText:
|
||||
TX_FAR _StartSlotMachineText
|
||||
db "@"
|
||||
text_far _StartSlotMachineText
|
||||
text_end
|
||||
|
||||
NotEnoughCoinsSlotMachineText:
|
||||
TX_FAR _NotEnoughCoinsSlotMachineText
|
||||
db "@"
|
||||
text_far _NotEnoughCoinsSlotMachineText
|
||||
text_end
|
||||
|
||||
OneMoreGoSlotMachineText:
|
||||
TX_FAR _OneMoreGoSlotMachineText
|
||||
db "@"
|
||||
text_far _OneMoreGoSlotMachineText
|
||||
text_end
|
||||
|
||||
SlotMachine_SetFlags:
|
||||
ld hl, wSlotMachineFlags
|
||||
|
|
@ -476,7 +476,7 @@ SlotMachine_CheckForMatches:
|
|||
jp .done
|
||||
|
||||
SymbolLinedUpSlotMachineText:
|
||||
TX_ASM
|
||||
text_asm
|
||||
push bc
|
||||
call SlotMachine_PrintWinningSymbol
|
||||
ld hl, LinedUpText
|
||||
|
|
@ -488,8 +488,8 @@ SymbolLinedUpSlotMachineText:
|
|||
ret
|
||||
|
||||
LinedUpText:
|
||||
TX_FAR _LinedUpText
|
||||
db "@"
|
||||
text_far _LinedUpText
|
||||
text_end
|
||||
|
||||
SlotRewardPointers:
|
||||
dw SlotReward300Func
|
||||
|
|
@ -518,8 +518,8 @@ SlotReward15Text:
|
|||
db "15@"
|
||||
|
||||
NotThisTimeText:
|
||||
TX_FAR _NotThisTimeText
|
||||
db "@"
|
||||
text_far _NotThisTimeText
|
||||
text_end
|
||||
|
||||
; compares the slot machine tiles at bc, de, and hl
|
||||
SlotMachine_CheckForMatch:
|
||||
|
|
@ -609,9 +609,9 @@ SlotReward300Func:
|
|||
ret
|
||||
|
||||
YeahText:
|
||||
TX_FAR _YeahText
|
||||
TX_DELAY
|
||||
db "@"
|
||||
text_far _YeahText
|
||||
text_pause
|
||||
text_end
|
||||
|
||||
SlotMachine_PrintWinningSymbol:
|
||||
; prints winning symbol and down arrow in text box
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue