diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2022-02-26 09:59:49 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-26 09:59:49 -0800 |
commit | 0dd38993f6a4383d6d5743fd0ae0abc01210ae25 (patch) | |
tree | 6edf91e26be4f3a298da9c6039faabc797b4a778 /asm/code_807CD9C.s | |
parent | 3555fb7c945ef5152910a84390ecbd1a38ea585d (diff) | |
parent | 2d6f3afbd4bbfc1796a91f6a8f4d6ee140488ca8 (diff) |
Merge pull request #95 from SethBarberee/data_move
Move Menu Data to src/data/menus
Diffstat (limited to 'asm/code_807CD9C.s')
-rw-r--r-- | asm/code_807CD9C.s | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/asm/code_807CD9C.s b/asm/code_807CD9C.s index f5de8e0..cf1de2c 100644 --- a/asm/code_807CD9C.s +++ b/asm/code_807CD9C.s @@ -12482,12 +12482,4 @@ sub_8083260: bx r0 thumb_func_end sub_8083260 - thumb_func_start sub_8083288 -sub_8083288: - push {lr} - bl sub_8082FE0 - pop {r0} - bx r0 - thumb_func_end sub_8083288 - - .align 2, 0
\ No newline at end of file + .align 2, 0 |