Add unfinished description for init_player

This commit is contained in:
lucky-vers 2023-11-05 16:37:13 +05:30
parent c303fe5c20
commit 27b31220f4

View file

@ -190,7 +190,7 @@ void init_player(undefined4 *param_1) {
return;
}
```
This seems to
This seems to set three values, which seem to be the players x-coordinate, y-coordinate, and flag. They are set to 4, 4, and 0 respectively.
The state of the flag is given by this function. Going by this, it seems the flag is the integer value of the character at the memory location 8 bytes offset from `param_1`.