Add enum for pearls/symbols

This commit is contained in:
LagoLunatic
2026-07-23 22:07:02 -04:00
parent 4efda6f355
commit af1c8e261e
18 changed files with 53 additions and 47 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ cPhs_State daYkgr_c::_create() {
m_path = NULL;
}
if (strcmp(dComIfGp_getStartStageName(), "Adanmae") == 0 && dComIfGs_isSymbol(1)) {
if (strcmp(dComIfGp_getStartStageName(), "Adanmae") == 0 && dComIfGs_isSymbol(dSymbol_DIN_e)) {
return cPhs_STOP_e;
}