diff options
author | paul <nintendo6496@googlemail.com> | 2018-10-13 22:28:46 +0200 |
---|---|---|
committer | paul <nintendo6496@googlemail.com> | 2018-10-13 22:28:46 +0200 |
commit | fbd6100c36847bb9eff1605484d25b6d31f5b5c0 (patch) | |
tree | 9d21675310e887fd53eb8508987a368ae20fdb55 /asm/party_menu.s | |
parent | cfe2cbd3818abbefd983ac10986473673cc79130 (diff) |
replace more battle anim baseroms, fix up labels
Diffstat (limited to 'asm/party_menu.s')
-rw-r--r-- | 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 3a7542241..224fedb1d 100644 --- a/asm/party_menu.s +++ b/asm/party_menu.s @@ -647,7 +647,7 @@ _0811EF6C: .4byte _0811F010 _0811EF8C: ldr r4, _0811EFAC @ =gUnknown_203B0B8 - ldr r0, _0811EFB0 @ =gUnknown_8E82700 + ldr r0, _0811EFB0 @ =gFile_graphics_interface_party_menu_misc_sheet mov r1, sp bl malloc_and_decompress adds r1, r0, 0 @@ -661,7 +661,7 @@ _0811EF8C: b _0811F016 .align 2, 0 _0811EFAC: .4byte gUnknown_203B0B8 -_0811EFB0: .4byte gUnknown_8E82700 +_0811EFB0: .4byte gFile_graphics_interface_party_menu_misc_sheet _0811EFB4: bl IsDma3ManagerBusyWithBgCopy lsls r0, 24 |