1
0
mirror of synced 2024-11-12 00:40:51 +01:00

Add card_bdata doc

This commit is contained in:
Yuchen Ji 2022-06-18 22:10:21 +08:00
parent c142516b00
commit b280438819

18
doc/card_bdata.md Normal file
View File

@ -0,0 +1,18 @@
# Card Bdata table
Stores some binary card data, encoded in base64
| index | size | data |
| ----- | ---- | ----------------------------------------- |
| 0 | 6 | fixed value "1.51" |
| 1 | 6 | Last played song and difficulty? |
| 2 | 68 | Something consist of 17 ints |
| 3 | 4 | Start related, unknown |
| 4 | 4 | Something whose max value is 100, unknown |
| 5 | 4 | Unknown |
| 6 | 4 | Unknown |
| 7 | 4 | Unknown |
| 8 | 4 | Always 0 |
| 9 | 160 | 40 previously newly played song id |
| 10 | 16 | Filetime + stamp count |