diff options
author | red031000 <rubenru09@aol.com> | 2020-07-10 13:44:12 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-07-10 13:44:12 +0100 |
commit | c9ddf4561a78539653d63d71494144b31f935972 (patch) | |
tree | 088423d90c3d87df8a370515e79fe9cfc1915f13 | |
parent | d0a4e2201b64e27dcf04f018209aab58ddf4f085 (diff) |
mod 79 ascii strings
-rw-r--r-- | arm9/modules/79/asm/module_79_thumb.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arm9/modules/79/asm/module_79_thumb.s b/arm9/modules/79/asm/module_79_thumb.s index 4246d17b..fc4b1dd6 100644 --- a/arm9/modules/79/asm/module_79_thumb.s +++ b/arm9/modules/79/asm/module_79_thumb.s @@ -897,12 +897,12 @@ MOD79_02216834: ; 0x02216834 .global MOD79_0221684C MOD79_0221684C: ; 0x0221684C - .byte 0x25, 0x73, 0x3F, 0x70, 0x69, 0x64, 0x3D, 0x25, 0x64, 0x00, 0x00, 0x00 + .asciz "%s?pid=%d" + .balign 4, 0 .global MOD79_02216858 MOD79_02216858: ; 0x02216858 - .byte 0x62, 0x75, 0x66, 0x66 - .byte 0x65, 0x72, 0x49, 0x6E, 0x20, 0x21, 0x3D, 0x20, 0x4E, 0x55, 0x4C, 0x4C, 0x00, 0x00, 0x00, 0x00 + .asciz "bufferIn != NULL" .bss .global MOD79_02217120 |