mirror of
https://github.com/zeldaret/tmc
synced 2026-08-21 22:41:06 -04:00
finish player.c
This commit is contained in:
@@ -233,7 +233,7 @@ void sub_080296C8(Entity* this) {
|
||||
|
||||
void sub_080296D8(Entity* this) {
|
||||
gPlayerState.jumpStatus = 0x41;
|
||||
gPlayerState.flags &= 0xffffffef;
|
||||
gPlayerState.flags &= ~0x10;
|
||||
gPlayerEntity.flags |= 0x80;
|
||||
gPlayerEntity.zVelocity = 0x18000;
|
||||
gPlayerEntity.iframes = 0xa6;
|
||||
|
||||
Reference in New Issue
Block a user