mirror of
https://github.com/zeldaret/tmc
synced 2026-06-11 05:08:41 -04:00
Use PlayerFlags where possible
This commit is contained in:
@@ -91,7 +91,7 @@ void sub_080230E4(Entity* this) {
|
||||
gPlayerEntity.direction = 0xff;
|
||||
gPlayerEntity.iframes = -0x14;
|
||||
gPlayerState.jump_status = 0x41;
|
||||
gPlayerState.flags &= 0xfff7ffff;
|
||||
gPlayerState.flags &= ~PL_MOLDWORM_CAPTURED;
|
||||
}
|
||||
|
||||
sub_0804AA30(this, gUnk_080CBC38);
|
||||
|
||||
Reference in New Issue
Block a user