diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2020-09-05 12:43:37 -0500 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2020-09-05 12:43:37 -0500 |
commit | 70158a52c3973bca411791e48358aeaae12c891b (patch) | |
tree | 368b8c11962822c15ae6f67cc7899252f9edb2d2 /asm | |
parent | 253dab4bc5710eee45ea7167fda0c3a72159b4d3 (diff) |
decomp some nullsubs
Diffstat (limited to 'asm')
-rw-r--r-- | asm/code_800AAA0.s | 10 | ||||
-rw-r--r-- | asm/event_flag.s | 5 |
2 files changed, 0 insertions, 15 deletions
diff --git a/asm/code_800AAA0.s b/asm/code_800AAA0.s index 44a0085..bce8e88 100644 --- a/asm/code_800AAA0.s +++ b/asm/code_800AAA0.s @@ -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} diff --git a/asm/event_flag.s b/asm/event_flag.s index aea4c65..f29c30c 100644 --- a/asm/event_flag.s +++ b/asm/event_flag.s @@ -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. |