Skip to content

Commit

Permalink
Cleanup before merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
joeydumont committed Jul 19, 2019
1 parent d65d289 commit 7a6f45f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions src/uss64.c
Original file line number Diff line number Diff line change
Expand Up @@ -291,10 +291,6 @@ HOOK static void main_hook(void)
SM64_gSpecialTripleJump = 1;
else
SM64_gSpecialTripleJump = 0;

// Hack for WING_CAP
if (uss64.current_level_num == LEVEL_BOB)
SM64_gMarioState->flags |= 0x00000008;
}

static void main_return_proc(struct menu_item *item, void *data)
Expand Down
2 changes: 1 addition & 1 deletion uss64.ld
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ SECTIONS
{
.text : {
KEEP(*/SM64_?/asm/respawn_object_hook2.s.o(.text))}
}
}

0 comments on commit 7a6f45f

Please sign in to comment.