From 3b2455cec5d59c056ce695063cfad29c47db4e5c Mon Sep 17 00:00:00 2001 From: WindowsTiger <0xodbs02@naver.com> Date: Mon, 15 Apr 2019 23:05:43 +0900 Subject: [PATCH] Update debug_relocate.asm --- debug_relocate.asm | 112 ++++++++++++++++++++++----------------------- 1 file changed, 56 insertions(+), 56 deletions(-) diff --git a/debug_relocate.asm b/debug_relocate.asm index 5f8955a..f4e9e78 100644 --- a/debug_relocate.asm +++ b/debug_relocate.asm @@ -25,65 +25,65 @@ mov r15,r14 .pool .endif -.if _debug ==1 -.align 2 -Debug_UnlockAllStages: -push r0-r2,r14 -ldr r0,= 0x030046a8 -ldr r0,[r0] -add r0,0x16 -mov r1,0x37 -mov r2,4 -@@fillstart: -strb r2,[r0,r1] -sub r1,1 -bge @@fillstart -pop r0-r2,r15 -.pool +; .if _debug ==1 +; .align 2 +; Debug_UnlockAllStages: +; push r0-r2,r14 +; ldr r0,= 0x030046a8 +; ldr r0,[r0] +; add r0,0x16 +; mov r1,0x37 +; mov r2,4 +; @@fillstart: +; strb r2,[r0,r1] +; sub r1,1 +; bge @@fillstart +; pop r0-r2,r15 +; .pool -Debug_UnlockAllMail: -push r0-r2,r14 -ldr r0,=0x030046a8 -ldr r0,[r0] -ldr r1,=0x27B -add r0,r0,r1 -mov r1,0x13 -mov r2,1 -@@fillstart: -strb r2,[r0,r1] -sub r1,1 -bge @@fillstart -pop r0-r2,r15 -.pool +; Debug_UnlockAllMail: +; push r0-r2,r14 +; ldr r0,=0x030046a8 +; ldr r0,[r0] +; ldr r1,=0x27B +; add r0,r0,r1 +; mov r1,0x13 +; mov r2,1 +; @@fillstart: +; strb r2,[r0,r1] +; sub r1,1 +; bge @@fillstart +; pop r0-r2,r15 +; .pool -Debug_99Medals: -push r0-r1,r14 -ldr r0,=0x030046a8 -ldr r0,[r0] -ldr r1,=0x29E -add r0,r0,r1 -mov r1,0xFF -strb r1,[r0] -pop r0-r1,r15 -.pool +; Debug_99Medals: +; push r0-r1,r14 +; ldr r0,=0x030046a8 +; ldr r0,[r0] +; ldr r1,=0x29E +; add r0,r0,r1 +; mov r1,0xFF +; strb r1,[r0] +; pop r0-r1,r15 +; .pool -Debug_UnlockAllStages_Hook: -push r14 -bl Debug_UnlockAllStages -bl 0x080128B8 -pop r15 +; Debug_UnlockAllStages_Hook: +; push r14 +; bl Debug_UnlockAllStages +; bl 0x080128B8 +; pop r15 -Debug_UnlockAllMail_Hook: -push r14 -bl 0x0800C3B8 -bl Debug_UnlockAllMail -pop r15 +; Debug_UnlockAllMail_Hook: +; push r14 +; bl 0x0800C3B8 +; bl Debug_UnlockAllMail +; pop r15 -Debug_99Medals_Hook: -push r14 -bl Debug_99Medals -bl 0x0801D23C -pop r15 +; Debug_99Medals_Hook: +; push r14 +; bl Debug_99Medals +; bl 0x0801D23C +; pop r15 -.endif -;eof \ No newline at end of file +; .endif +;eof