diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-07-23 22:07:02 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-07-23 22:07:02 -0400 |
| commit | af1c8e261e402c7ce879ea541c8dbe794f177483 (patch) | |
| tree | 8d5bb75e49886fd304b1412fdb7ae15f16d08eb5 /src/d/actor/d_a_agb.cpp | |
| parent | 4efda6f35537a2d546841d1eb9579563bb581ab8 (diff) | |
Add enum for pearls/symbols
Diffstat (limited to 'src/d/actor/d_a_agb.cpp')
| -rw-r--r-- | src/d/actor/d_a_agb.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/actor/d_a_agb.cpp b/src/d/actor/d_a_agb.cpp index 375f2132..87625827 100644 --- a/src/d/actor/d_a_agb.cpp +++ b/src/d/actor/d_a_agb.cpp @@ -1162,11 +1162,11 @@ void daAgb_c::FlagsSend(u32 stage_type) { mFlags.field_0x9_7 = 0; mFlags.field_0x9_6 = 0; mFlags.field_0x9_5 = 0; - } else if (dComIfGs_isSymbol(2)) { + } else if (dComIfGs_isSymbol(dSymbol_FARORE_e)) { mFlags.field_0x9_7 = 0; mFlags.field_0x9_6 = 0; mFlags.field_0x9_5 = 1; - } else if (dComIfGs_isSymbol(1)) { + } else if (dComIfGs_isSymbol(dSymbol_DIN_e)) { mFlags.field_0x9_7 = 0; mFlags.field_0x9_6 = 1; mFlags.field_0x9_5 = 0; |
