adb: remove references to AIMEDB_RESPONSE_CODES

This commit is contained in:
Hay1tsme 2023-05-22 17:30:24 -04:00
parent a16c85a1e2
commit afef15fb00

View File

@ -146,7 +146,7 @@ class AimedbProtocol(Protocol):
"<5H",
0xA13E,
0x3087,
self.AIMEDB_RESPONSE_CODES["felica_lookup"],
resp_code,
0x0030,
0x0001,
)
@ -172,7 +172,7 @@ class AimedbProtocol(Protocol):
"<5H",
0xA13E,
0x3087,
self.AIMEDB_RESPONSE_CODES["felica_lookup2"],
resp_code,
0x0140,
0x0001,
)
@ -224,7 +224,7 @@ class AimedbProtocol(Protocol):
"<5H",
0xA13E,
0x3087,
self.AIMEDB_RESPONSE_CODES["lookup"],
resp_code,
0x0030,
0x0001 if user_id > -1 else 0,
)