Update to move PokerDice.asm

This commit is contained in:
William Moore 2024-04-16 16:10:20 -05:00
parent 2379ccff0f
commit 46fb8226bf
1 changed files with 0 additions and 1 deletions

View File

@ -299,7 +299,6 @@ PRINTC
OUT 1H ; Output the character at the current address to the console
RET
SAVE_HL DW 0
WELCOME DB "Welcome to the gambling halls of Mooreheim!", 0H
YOUROLLED DB "You rolled:", CR, LF, 0H
TRANSLATION DB "Poker dice translations: 1: 9, 2: 10, 3: J, 4: Q, 5: K, 6: A", CR, LF, 0H