Improve some RAM formatting

This commit is contained in:
Rangi 2021-05-31 11:46:10 -04:00
parent ce62dca69b
commit 8701ef4d61
10 changed files with 450 additions and 799 deletions

View file

@ -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