Skip to content

Commit

Permalink
re exported levels to fix collision, fixed bugs in MOP and scrolls
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusyoshi54 committed Feb 14, 2021
2 parents 4495b3c + 724fcf6 commit f5c88ac
Show file tree
Hide file tree
Showing 108 changed files with 125,901 additions and 83,541 deletions.
2 changes: 1 addition & 1 deletion data/behavior_data.c
Original file line number Diff line number Diff line change
Expand Up @@ -6351,9 +6351,9 @@ OR_INT(oFlags,OBJ_FLAG_UPDATE_GFX_POS_AND_ANGLE | OBJ_FLAG_COMPUTE_DIST_TO_MARIO
SET_INT(oInteractType,INTERACT_POLE),
SET_HITBOX(64,650),
CALL_NATIVE(bhv_checkpoint_flag_init),
SET_INT(oIntangibleTimer, -1),
BEGIN_LOOP(),
CALL_NATIVE(bhv_checkpoint_flag_loop),
SET_INT(oIntangibleTimer, 0),
END_LOOP(),
};

Expand Down
Loading

0 comments on commit f5c88ac

Please sign in to comment.