Skip to content

document word list#1200

Open
scbroede wants to merge 3 commits into
pret:mainfrom
scbroede:wordlist
Open

document word list#1200
scbroede wants to merge 3 commits into
pret:mainfrom
scbroede:wordlist

Conversation

@scbroede

@scbroede scbroede commented Jun 9, 2026

Copy link
Copy Markdown
Collaborator

this was awful

based on the work in this pr: #1193, which should be merged first

@lhearachel lhearachel left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My condolences

Comment thread include/easy_chat_word_list.h Outdated

#define ADDED_WORD_BITS_SIZE ((EASY_CHAT_WORD_COUNT >> 3) + 1)

typedef struct WordList {

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion: EasyChatWordList

}

easyChatApp->unk_18 = sub_020998EC(HEAP_ID_34, easyChatApp->args);
easyChatApp->unk_18 = EasyChatWordList_New(HEAP_ID_34, easyChatApp->args);

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion: Rename the HEAP_ID constant

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

easy chat has two heaps (34 and 35) and i was going to leave them as-is for now until i have a better idea what the distinction between them is

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants