diff options
Diffstat (limited to 'src/code/z_player_lib.c')
| -rw-r--r-- | src/code/z_player_lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_player_lib.c b/src/code/z_player_lib.c index 85bc4aae6..1f27a4702 100644 --- a/src/code/z_player_lib.c +++ b/src/code/z_player_lib.c @@ -155,7 +155,7 @@ void func_801229A0(PlayState* play, Player* player) { } // Update function -void func_801229EC(Actor* thisx, PlayState* play) { +void Player_DoNothing(Actor* thisx, PlayState* play) { } s16 sMaskObjectIds[PLAYER_MASK_MAX - 1] = { |
