Define SERIAL_PATCH_PREAMBLE_LENGTH

This commit is contained in:
mid-kid
2023-03-31 13:13:52 +02:00
parent 5ae35e5770
commit 4c4fd7258c
4 changed files with 34 additions and 32 deletions

View File

@@ -114,7 +114,7 @@ Serial_ExchangeBytes::
dec hl
cp SERIAL_PREAMBLE_BYTE
jr nz, .loop
xor a
xor a ; FALSE
ldh [hSerialIgnoringInitialData], a
jr .loop