mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Improve some RAM formatting
This commit is contained in:
parent
ce62dca69b
commit
8701ef4d61
10 changed files with 450 additions and 799 deletions
|
|
@ -2617,7 +2617,7 @@ IsKeyItem_::
|
|||
ld hl, KeyItemFlags
|
||||
ld de, wBuffer
|
||||
ld bc, 15 ; only 11 bytes are actually used
|
||||
assert 15 >= (NUM_ITEMS + 7) / 8
|
||||
ASSERT 15 >= (NUM_ITEMS + 7) / 8
|
||||
call CopyData
|
||||
pop af
|
||||
dec a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue