diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2016-10-25 19:11:20 -0400 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2016-10-25 16:11:20 -0700 |
commit | cfe4a52393bd5d09d78f68ac165406d3e9354706 (patch) | |
tree | b92b61c567865d882d1f6f4d2db359153f55441e /asm/region_map.s | |
parent | 427131714c72177bf4480f23a1ee60db6cc5b9ef (diff) |
decompile save_menu_util.c (#70)
* decompile save_menu_util.c
* rename right align
* formatting
* whoops
Diffstat (limited to 'asm/region_map.s')
-rw-r--r-- | asm/region_map.s | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/asm/region_map.s b/asm/region_map.s index c02ded1cc..d56811e20 100644 --- a/asm/region_map.s +++ b/asm/region_map.s @@ -3006,8 +3006,8 @@ _080FBFF2: bx r1 thumb_func_end sub_80FBFB4 - thumb_func_start sub_80FBFF8 -sub_80FBFF8: @ 80FBFF8 + thumb_func_start CopyMapName +CopyMapName: @ 80FBFF8 push {lr} lsls r1, 16 lsrs r1, 16 @@ -3032,7 +3032,7 @@ _080FC020: _080FC026: pop {r1} bx r1 - thumb_func_end sub_80FBFF8 + thumb_func_end CopyMapName thumb_func_start sub_80FC02C sub_80FC02C: @ 80FC02C @@ -3041,7 +3041,7 @@ sub_80FC02C: @ 80FC02C lsrs r1, 16 cmp r1, 0x42 beq _080FC03C - bl sub_80FBFF8 + bl CopyMapName b _080FC042 _080FC03C: ldr r1, _080FC048 @ =gOtherText_Hideout |