mirror of
https://github.com/zeldaret/tmc
synced 2026-09-03 02:13:43 -04:00
renamed all occurences of "link" to "player"
This commit is contained in:
@@ -63,7 +63,7 @@ static void sub_0808E714(Entity* this) {
|
||||
|
||||
static void sub_0808E764(Entity* this) {
|
||||
sub_08080CB4(this);
|
||||
if (!(gLinkState.flags.all & 0x80) && sub_08017850(this)) {
|
||||
if (!(gPlayerState.flags.all & 0x80) && sub_08017850(this)) {
|
||||
SetFlag(this->cutsceneBeh.HWORD);
|
||||
CreateItemEntity(0x62, 0, 0);
|
||||
DeleteThisEntity();
|
||||
|
||||
Reference in New Issue
Block a user