diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-06-26 19:04:31 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-06-26 19:04:31 -0400 |
| commit | bc3b08eb4f1086df7411f1fd3f60ca2aa0b738ff (patch) | |
| tree | 45bf5bc7bf828199bef324e5a54dd4989948e1bb /include/d | |
| parent | ad26698232420b38c285668b2674f59343030a77 (diff) | |
Fix d_a_kb demo version diffs, and match a couple retail funcs
Diffstat (limited to 'include/d')
| -rw-r--r-- | include/d/d_snap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/d/d_snap.h b/include/d/d_snap.h index c1e6a139..e3a522b6 100644 --- a/include/d/d_snap.h +++ b/include/d/d_snap.h @@ -89,7 +89,7 @@ enum { /* 0x51 */ DSNAP_TYPE_UNK51, /* 0x52 */ DSNAP_TYPE_UNK52, /* 0x53 */ DSNAP_TYPE_UNK53, - /* 0x54 */ DSNAP_TYPE_UNK54, + /* 0x54 */ DSNAP_TYPE_KB, /* 0x55 */ DSNAP_TYPE_KAMOME, /* 0x56 */ DSNAP_TYPE_KN, /* 0x57 */ DSNAP_TYPE_UNK57, |
