mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-22 15:12:18 +13:00
yet more naming
This commit is contained in:
parent
7f6d0d49b6
commit
93255d6d17
33 changed files with 247 additions and 162 deletions
|
|
@ -376,9 +376,9 @@ TextCommandProcessor:: ; 1b40 (0:1b40)
|
|||
xor e
|
||||
ld [wLetterPrintingDelayFlags],a
|
||||
ld a,c
|
||||
ld [wcc3a],a
|
||||
ld [wUnusedCC3A],a
|
||||
ld a,b
|
||||
ld [wcc3b],a
|
||||
ld [wUnusedCC3B],a
|
||||
|
||||
NextTextCommand:: ; 1b55 (0:1b55)
|
||||
ld a,[hli]
|
||||
|
|
@ -487,10 +487,10 @@ TextCommand02:: ; 1ba5 (0:1ba5)
|
|||
TextCommand03:: ; 1bb7 (0:1bb7)
|
||||
pop hl
|
||||
ld a,[hli]
|
||||
ld [wcc3a],a
|
||||
ld [wUnusedCC3A],a
|
||||
ld c,a
|
||||
ld a,[hli]
|
||||
ld [wcc3b],a
|
||||
ld [wUnusedCC3B],a
|
||||
ld b,a
|
||||
jp NextTextCommand
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue