diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-01-10 05:01:48 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-01-10 15:01:50 -0500 |
commit | 91bf7665c623011fb63a7045689ba600b4b1eda7 (patch) | |
tree | 0baf6dccdab738a6ca7437f367f97bd1573622d6 /asm/fldeff_flash.s | |
parent | 9fafa122851dc4eecdefde2b36b88be6572656f0 (diff) |
Sync split scripts, more misc splits/doc
Diffstat (limited to 'asm/fldeff_flash.s')
-rw-r--r-- | asm/fldeff_flash.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/fldeff_flash.s b/asm/fldeff_flash.s index 23f86d6b7..f550d2291 100644 --- a/asm/fldeff_flash.s +++ b/asm/fldeff_flash.s @@ -76,13 +76,13 @@ sub_80C9BB0: @ 80C9BB0 bl PlaySE ldr r0, _080C9BC8 @ =0x00000806 bl FlagSet - ldr r0, _080C9BCC @ =EventScript_81BFB5F + ldr r0, _080C9BCC @ =EventScript_FldEffFlash bl ScriptContext1_SetupScript pop {r0} bx r0 .align 2, 0 _080C9BC8: .4byte 0x00000806 -_080C9BCC: .4byte EventScript_81BFB5F +_080C9BCC: .4byte EventScript_FldEffFlash thumb_func_end sub_80C9BB0 thumb_func_start sub_80C9BD0 |