diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-06-18 17:56:20 -0500 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2021-06-18 17:56:20 -0500 |
commit | f1fdcc2b0ade13ad1a4cc7360eac70f27396d26a (patch) | |
tree | 3ac5b9f61650299f96095e3d3c09ad771793be08 /asm/kecleon_items.s | |
parent | e806b05526bfcc540cb2c1f3165a96e76f6c235d (diff) |
more splitting and labeling with some decomp
Diffstat (limited to 'asm/kecleon_items.s')
-rw-r--r-- | asm/kecleon_items.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/asm/kecleon_items.s b/asm/kecleon_items.s index e703eba..72a16f2 100644 --- a/asm/kecleon_items.s +++ b/asm/kecleon_items.s @@ -5,8 +5,8 @@ .text - thumb_func_start sub_8018E88 -sub_8018E88: + thumb_func_start UpdateKecleonStoreDialogue +UpdateKecleonStoreDialogue: push {r4,lr} sub sp, 0x14 ldr r1, _08018EA4 @@ -753,7 +753,7 @@ _080194E8: .align 2, 0 _080194F0: .4byte gKecleonShopDialogue _080194F4: .4byte 0x0000010d - thumb_func_end sub_8018E88 + thumb_func_end UpdateKecleonStoreDialogue thumb_func_start sub_80194F8 sub_80194F8: |