diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-10-21 17:32:35 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-10-21 17:32:35 +0200 |
commit | 3d1c16523e277b0b4044e685aa118c15aaaeffe9 (patch) | |
tree | 5e1561b2ee508383dc50e3cc7fc473edfb21b2d2 /asm/party_menu.s | |
parent | afd42c8e145c77fbf07799a54aec405766eed45c (diff) |
start working on battle controllers, especially player
Diffstat (limited to 'asm/party_menu.s')
-rwxr-xr-x | asm/party_menu.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/party_menu.s b/asm/party_menu.s index f2e681b9b..0ab4eb318 100755 --- a/asm/party_menu.s +++ b/asm/party_menu.s @@ -15908,7 +15908,7 @@ sub_81B89AC: @ 81B89AC str r0, [sp] ldr r0, =sub_81B1370 str r0, [sp, 0x4] - ldr r0, =sub_8059D40 + ldr r0, =SetCB2ToReshowScreenAfterMenu str r0, [sp, 0x8] movs r0, 0x1 adds r2, r4, 0 @@ -16828,7 +16828,7 @@ _081B9136: thumb_func_start sub_81B9140 sub_81B9140: @ 81B9140 push {lr} - ldr r0, =sub_8059D40 + ldr r0, =SetCB2ToReshowScreenAfterMenu bl SetMainCallback2 pop {r0} bx r0 |