mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
hall of fame / credits
This commit is contained in:
parent
a0ed5bd4aa
commit
07dd705637
21 changed files with 221 additions and 179 deletions
|
|
@ -27,7 +27,7 @@ rLCDC_DEFAULT EQU %11100011
|
|||
ld [$ff42], a
|
||||
ld [rSB], a
|
||||
ld [rSC], a
|
||||
ld [$ff4b], a
|
||||
ld [rWX], a
|
||||
ld [$ff4a], a
|
||||
ld [$ff06], a
|
||||
ld [$ff07], a
|
||||
|
|
|
|||
|
|
@ -368,13 +368,13 @@ ProtectedDelay3:: ; 1b3a (0:1b3a)
|
|||
ret
|
||||
|
||||
TextCommandProcessor:: ; 1b40 (0:1b40)
|
||||
ld a,[wd358]
|
||||
ld a,[wLetterPrintingDelayFlags]
|
||||
push af
|
||||
set 1,a
|
||||
ld e,a
|
||||
ld a,[$fff4]
|
||||
xor e
|
||||
ld [wd358],a
|
||||
ld [wLetterPrintingDelayFlags],a
|
||||
ld a,c
|
||||
ld [wcc3a],a
|
||||
ld a,b
|
||||
|
|
@ -385,7 +385,7 @@ NextTextCommand:: ; 1b55 (0:1b55)
|
|||
cp a, "@" ; terminator
|
||||
jr nz,.doTextCommand
|
||||
pop af
|
||||
ld [wd358],a
|
||||
ld [wLetterPrintingDelayFlags],a
|
||||
ret
|
||||
.doTextCommand
|
||||
push hl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue