diff options
author | yenatch <yenatch@gmail.com> | 2017-06-14 22:01:02 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-14 22:01:02 -0400 |
commit | 817f20d2275d29a2d1976fa2e1281a15b0c45630 (patch) | |
tree | 91ee5276494ed423b3c3cd1344a9d0444a418dee /asm/pokemon_storage_system.s | |
parent | daf3212ee1f2e790441c6c4651559c8aee5472b2 (diff) | |
parent | 07080a6e5921f7844decac66ac36e2a5296ff778 (diff) |
Merge pull request #320 from ProjectRevoTPP/master
finish decompiling player_pc.c
Diffstat (limited to 'asm/pokemon_storage_system.s')
-rw-r--r-- | asm/pokemon_storage_system.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/asm/pokemon_storage_system.s b/asm/pokemon_storage_system.s index 176a42124..b3ef00ecf 100644 --- a/asm/pokemon_storage_system.s +++ b/asm/pokemon_storage_system.s @@ -931,7 +931,7 @@ _08095FA2: _08095FC0: .4byte gMain _08095FC4: .4byte gUnknown_083B600C _08095FC8: - bl sub_8072DEC + bl HandleDestroyMenuCursors movs r0, 0 movs r1, 0 movs r2, 0xD @@ -5915,7 +5915,7 @@ sub_8098A38: @ 8098A38 thumb_func_start sub_8098A5C sub_8098A5C: @ 8098A5C push {lr} - bl sub_8072DEC + bl HandleDestroyMenuCursors movs r0, 0xA movs r1, 0x10 movs r2, 0x1D @@ -14831,7 +14831,7 @@ _0809CF8E: negs r0, r0 cmp r5, r0 beq _0809CFB2 - bl sub_8072DEC + bl HandleDestroyMenuCursors ldr r0, _0809CFD0 @ =gUnknown_083B6DB4 ldr r1, [r0] ldr r2, _0809CFD4 @ =0x000011ba |