diff options
author | red031000 <rubenru09@aol.com> | 2020-07-27 15:22:11 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-07-27 15:22:49 +0100 |
commit | 1f06dab55e56cdf757ad52e652faf7ac40fce26a (patch) | |
tree | d6cad90e85c0d209b32eb8624d5d4ee060ad7326 /arm9/modules/38/asm/module_38.s | |
parent | 8e1946da03f96b5696d3f8f248a2b675ba80d594 (diff) |
finish poketch sinit sections
Diffstat (limited to 'arm9/modules/38/asm/module_38.s')
-rw-r--r-- | arm9/modules/38/asm/module_38.s | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/arm9/modules/38/asm/module_38.s b/arm9/modules/38/asm/module_38.s index 59871d4a..fafafb07 100644 --- a/arm9/modules/38/asm/module_38.s +++ b/arm9/modules/38/asm/module_38.s @@ -3,18 +3,6 @@ .section .text .balign 4, 0 - thumb_func_start MOD38_02254840 -MOD38_02254840: ; 0x02254840 - ldr r3, _02254848 ; =Poketch_InitApp - ldr r0, _0225484C ; =MOD38_02254854 - ldr r1, _02254850 ; =MOD38_02254990 - bx r3 - .align 2, 0 -_02254848: .word Poketch_InitApp -_0225484C: .word MOD38_02254854 -_02254850: .word MOD38_02254990 - thumb_func_end MOD38_02254840 - thumb_func_start MOD38_02254854 MOD38_02254854: ; 0x02254854 push {r3, r4, r5, r6, r7, lr} @@ -1254,6 +1242,3 @@ MOD38_02255300: ; 0x02255300 .byte 0x00, 0x40, 0x0C, 0x00, 0x00, 0x80, 0x02, 0x00, 0x02, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0xC0, 0x06, 0x00, 0x00, 0x80, 0x04, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00 .byte 0x00, 0x40, 0x0C, 0x00, 0x00, 0x80, 0x04, 0x00, 0x02, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00 - - .section .sinit - .word MOD38_02254840 |