decomp some nullsubs

This commit is contained in:
Seth Barberee 2020-09-05 12:43:37 -05:00
parent 253dab4bc5
commit 70158a52c3
4 changed files with 9 additions and 15 deletions

View File

@ -5,16 +5,6 @@
.text
thumb_func_start nullsub_16
nullsub_16:
bx lr
thumb_func_end nullsub_16
thumb_func_start nullsub_175
nullsub_175:
bx lr
thumb_func_end nullsub_175
thumb_func_start sub_800AAA8
sub_800AAA8:
push {lr}

View File

@ -2583,9 +2583,4 @@ sub_800276C:
bx lr
thumb_func_end sub_800276C
thumb_func_start nullsub_140
nullsub_140:
bx lr
thumb_func_end nullsub_140
.align 2, 0 @ Don't pad with nop.

View File

@ -42,6 +42,7 @@ SECTIONS {
asm/crt0.o(.text);
asm/code.o(.text);
asm/event_flag.o(.text);
src/event_flag.o(.text);
asm/code_8002774.o(.text);
src/memory.o(.text);
asm/memory.o(.text);

View File

@ -173,3 +173,11 @@ void *UnusedGetSir0Ptr(struct SiroArchive *siro)
void NDS_DecompressRLE(void *unused)
{
}
void nullsub_16(void)
{
}
void nullsub_175(void)
{
}