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/pokeblock.s | |
parent | daf3212ee1f2e790441c6c4651559c8aee5472b2 (diff) | |
parent | 07080a6e5921f7844decac66ac36e2a5296ff778 (diff) |
Merge pull request #320 from ProjectRevoTPP/master
finish decompiling player_pc.c
Diffstat (limited to 'asm/pokeblock.s')
-rw-r--r-- | asm/pokeblock.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/pokeblock.s b/asm/pokeblock.s index 44ac16b7e..669811f53 100644 --- a/asm/pokeblock.s +++ b/asm/pokeblock.s @@ -1830,7 +1830,7 @@ sub_810C540: @ 810C540 lsrs r5, 24 ldr r0, _0810C5A0 @ =gWindowConfig_81E6E50 bl BasicInitMenuWindow - bl sub_8072DEC + bl HandleDestroyMenuCursors movs r0, 0x7 movs r1, 0x4 movs r2, 0xD @@ -2078,7 +2078,7 @@ sub_810C748: @ 810C748 bl sub_80F98DC movs r0, 0x1 bl sub_80F98DC - bl sub_8072DEC + bl HandleDestroyMenuCursors movs r0, 0x7 movs r1, 0x4 movs r2, 0xD |