Merge pull request #756 from mid-kid/master

Rub a dub dub, thanks for the grub
This commit is contained in:
Rangi
2020-08-18 16:35:15 -04:00
committed by GitHub
33 changed files with 185 additions and 181 deletions

View File

@@ -698,7 +698,7 @@ TextCommands::
dw TextCommand_PROMPT_BUTTON ; TX_PROMPT_BUTTON
dw TextCommand_SCROLL ; TX_SCROLL
dw TextCommand_START_ASM ; TX_START_ASM
dw TextCommand_NUM ; TX_NUM
dw TextCommand_DECIMAL ; TX_DECIMAL
dw TextCommand_PAUSE ; TX_PAUSE
dw TextCommand_SOUND ; TX_SOUND_DEX_FANFARE_50_79
dw TextCommand_DOTS ; TX_DOTS
@@ -851,8 +851,8 @@ TextCommand_START_ASM::
ld [hl], a
ret
TextCommand_NUM::
; print a number
TextCommand_DECIMAL::
; print a decimal number
ld a, [hli]
ld e, a
ld a, [hli]