diff options
| author | hatal175 <hatal175@users.noreply.github.com> | 2025-07-19 00:41:46 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-18 14:41:46 -0700 |
| commit | 9f65aa92a7b670384cd471abd7b2b8dfdea3bc96 (patch) | |
| tree | 92a9540ddcb409b4ae0173c0d0973491379526c4 /src/d/actor/d_a_obj_kabuto.cpp | |
| parent | 6bc4faa5f7e6bc5b3f8c67e71bd4a42e58d5afc8 (diff) | |
d_a_obj_tombo OK (#2537)
Diffstat (limited to 'src/d/actor/d_a_obj_kabuto.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_kabuto.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_obj_kabuto.cpp b/src/d/actor/d_a_obj_kabuto.cpp index 35691d4cfd..937539f222 100644 --- a/src/d/actor/d_a_obj_kabuto.cpp +++ b/src/d/actor/d_a_obj_kabuto.cpp @@ -512,7 +512,7 @@ void daObjKABUTO_c::Insect_Release() { } /* 80C2E1E0-80C2E1E4 0000D0 0002+02 1/2 0/0 0/0 .rodata l_kab_itemno */ -static u8 const l_kab_itemno[2] = {0xC0, 0xC1}; +static u8 const l_kab_itemno[2] = {fpcNm_ITEM_M_BEETLE, fpcNm_ITEM_F_BEETLE}; // Some unused function went here. // This fake function is here in its place to make the literals match |
