diff options
Diffstat (limited to 'src/mirage_tower.c')
-rw-r--r-- | src/mirage_tower.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/mirage_tower.c b/src/mirage_tower.c index fb3a0a374..c980d76df 100644 --- a/src/mirage_tower.c +++ b/src/mirage_tower.c @@ -762,8 +762,8 @@ static void sub_81BF2B8(u8* a, u16 b, u8 c, u8 d, u8 e) NAKED static void sub_81BF2B8(u8* a, u16 b, u8 c, u8 d, u8 e) { - asm_unified("\n\ - push {r4-r7,lr}\n\ + asm_unified( + "push {r4-r7,lr}\n\ mov r7, r10\n\ mov r6, r9\n\ mov r5, r8\n\ @@ -861,7 +861,6 @@ static void sub_81BF2B8(u8* a, u16 b, u8 c, u8 d, u8 e) pop {r4-r7}\n\ pop {r0}\n\ bx r0\n\ - .pool\n\ - "); + .pool"); } #endif // NONMATCHING |