mirror of
https://github.com/zeldaret/tmc
synced 2026-09-02 18:12:46 -04:00
identify some functions
This commit is contained in:
@@ -35,7 +35,7 @@ void sub_080AAC44(Entity* this) {
|
||||
} else {
|
||||
SortEntityAbove(this->parent, this);
|
||||
}
|
||||
ResetPlayer();
|
||||
ResetPlayerItem();
|
||||
gPlayerState.mobility |= 0x80;
|
||||
gPlayerState.field_0xa |= 0x80;
|
||||
}
|
||||
@@ -215,7 +215,7 @@ void sub_080AAF74(Entity* this) {
|
||||
gPlayerState.mobility = 0;
|
||||
this->health = 0;
|
||||
} else {
|
||||
ResetPlayer();
|
||||
ResetPlayerItem();
|
||||
gPlayerState.mobility |= 0x80;
|
||||
gPlayerState.field_0xa |= 0x80;
|
||||
CopyPosition(&gPlayerEntity, this);
|
||||
|
||||
Reference in New Issue
Block a user