diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2018-02-15 16:54:34 -0600 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2018-02-15 16:54:34 -0600 |
commit | 34716558b1f8bc4e9f07e90d3727ea44e74ddd9d (patch) | |
tree | c515cb97b1a5a29ef6ae55e6d2ae8bec0271c6f7 /asm/intro_credits_graphics.s | |
parent | 398e775d906ff4f1e5aaad3d8a9eee530c7b122d (diff) |
Almost finish decompiling intro
Diffstat (limited to 'asm/intro_credits_graphics.s')
-rw-r--r-- | asm/intro_credits_graphics.s | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/asm/intro_credits_graphics.s b/asm/intro_credits_graphics.s index ad249a470..3187138ce 100644 --- a/asm/intro_credits_graphics.s +++ b/asm/intro_credits_graphics.s @@ -828,8 +828,8 @@ sub_817B7C4: @ 817B7C4 .pool thumb_func_end sub_817B7C4 - thumb_func_start sub_817B834 -sub_817B834: @ 817B834 + thumb_func_start intro_create_brendan_sprite +intro_create_brendan_sprite: @ 817B834 push {r4-r6,lr} adds r5, r0, 0 adds r4, r1, 0 @@ -866,10 +866,10 @@ sub_817B834: @ 817B834 pop {r1} bx r1 .pool - thumb_func_end sub_817B834 + thumb_func_end intro_create_brendan_sprite - thumb_func_start sub_817B88C -sub_817B88C: @ 817B88C + thumb_func_start intro_create_may_sprite +intro_create_may_sprite: @ 817B88C push {r4-r6,lr} adds r5, r0, 0 adds r4, r1, 0 @@ -906,7 +906,7 @@ sub_817B88C: @ 817B88C pop {r1} bx r1 .pool - thumb_func_end sub_817B88C + thumb_func_end intro_create_may_sprite thumb_func_start nullsub_66 nullsub_66: @ 817B8E4 @@ -1019,8 +1019,8 @@ sub_817B948: @ 817B948 .pool thumb_func_end sub_817B948 - thumb_func_start sub_817B9C4 -sub_817B9C4: @ 817B9C4 + thumb_func_start intro_create_flygon_sprite +intro_create_flygon_sprite: @ 817B9C4 push {r4-r6,lr} mov r6, r8 push {r6} @@ -1072,6 +1072,6 @@ sub_817B9C4: @ 817B9C4 pop {r1} bx r1 .pool - thumb_func_end sub_817B9C4 + thumb_func_end intro_create_flygon_sprite .align 2, 0 @ Don't pad with nop. |