Skip to content

Commit

Permalink
"Decompile" nullsub_8
Browse files Browse the repository at this point in the history
  • Loading branch information
WhenGryphonsFly committed Feb 2, 2024
1 parent 5be1041 commit b94a348
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 0 additions & 4 deletions asm/intro.s
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@

.text

thumb_func_start nullsub_8
nullsub_8: @ 0x0800A85C
bx lr

thumb_func_start sub_A860
sub_A860: @ 0x0800A860
push {lr}
Expand Down
3 changes: 3 additions & 0 deletions src/intro.c
Original file line number Diff line number Diff line change
Expand Up @@ -1373,3 +1373,6 @@ _0800A858: .4byte gUnknown_0202C790");
}
#endif

void nullsub_8(void)
{
}

0 comments on commit b94a348

Please sign in to comment.