From 48d49f5df823467741f47f04b991d9fbf1e81e76 Mon Sep 17 00:00:00 2001 From: taxicat1 <32942550+taxicat1@users.noreply.github.com> Date: Wed, 10 Dec 2025 16:02:00 -0500 Subject: [PATCH] Fix whitespace --- .../DSProtectPatches/DSProtectOverlayPatchAsm.s | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arm9/source/patches/arm9/OverlayPatches/DSProtectPatches/DSProtectOverlayPatchAsm.s b/arm9/source/patches/arm9/OverlayPatches/DSProtectPatches/DSProtectOverlayPatchAsm.s index 1c7f0ce..12ddbf2 100644 --- a/arm9/source/patches/arm9/OverlayPatches/DSProtectPatches/DSProtectOverlayPatchAsm.s +++ b/arm9/source/patches/arm9/OverlayPatches/DSProtectPatches/DSProtectOverlayPatchAsm.s @@ -91,10 +91,10 @@ dsprotectpatch_nextAddress: .global dsprotectpatch_executeWithParam .type dsprotectpatch_executeWithParam, %function dsprotectpatch_executeWithParam: - push {r5, lr} - movs r5, r0 - bl dsprotectpatch_entry - pop {r5, pc} + push {r5, lr} + movs r5, r0 + bl dsprotectpatch_entry + pop {r5, pc} .pool