standardize some check names

This commit is contained in:
TakaRikka
2026-08-10 12:35:08 -07:00
parent 71b2eedc82
commit 0c3bbbaba0
30 changed files with 60 additions and 60 deletions
+2 -2
View File
@@ -823,9 +823,9 @@ BOOL daNpcThe_c::talk(void* param_0) {
}
int item_no = 0;
if (mFlow.getEventId(&item_no) == 1) {
DUSK_ITEM_CHECK("Telma Invoice", item_no, this);
DUSK_ITEM_CHECK("telma_invoice", item_no, this);
mItemID = fopAcM_createItemForPresentDemo(&current.pos, item_no, 0, -1, -1,
NULL, NULL DUSK_GIVE_TAG("Telma Invoice"));
NULL, NULL DUSK_GIVE_TAG("telma_invoice"));
if (mItemID != -1) {
s16 event_id = dComIfGp_getEventManager().getEventIdx(
this, "DEFAULT_GETITEM", 0xff);