-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: Start adding information about item box and item format
- Loading branch information
Showing
2 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
--- Important functions --- | ||
|
||
0x0884ea1c: int decrypt_data(void *state, void *data, int size) | ||
0x0884ea1c: int decrypt_data(void *global_state, void *data, int size) | ||
Decrypts data from buffer and returns decrypted bytes count. | ||
|
||
0x9a6b130: Function handling damage computation to entity (applies all | ||
kinds of modifiers to damage stored in entity+0x3b8). Function | ||
is huge af. | ||
|
||
0x9ac8af0: Indirectly calling function handling monster state (vtable+0x88) | ||
|
||
0x88d72a4: <unk> give_item(void* player_state, u16 object_id, s16 object_count) | ||
Adds count objects to player inventory |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters