diff options
author | Treeki <treeki@gmail.com> | 2013-07-04 01:15:15 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2013-07-04 01:15:15 +0200 |
commit | d55debf80b417793ce924ec977ed3a16413fd5d6 (patch) | |
tree | edc9e60c3b24cc90eeaaa416e6225401b3815afe /src/randomcrap.S | |
parent | 75002c45dea66ccc8291a87a1f670b72d8c7b16d (diff) | |
download | kamek-d55debf80b417793ce924ec977ed3a16413fd5d6.tar.gz kamek-d55debf80b417793ce924ec977ed3a16413fd5d6.zip |
ending dead players fix
Diffstat (limited to 'src/randomcrap.S')
-rw-r--r-- | src/randomcrap.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/randomcrap.S b/src/randomcrap.S index 1e09766..4b8d830 100644 --- a/src/randomcrap.S +++ b/src/randomcrap.S @@ -595,7 +595,7 @@ ReplaceExceptionOccurred: #.long CRAPPYALLOC .data NewExceptionOccurred: -.string "Whoops! Newer 1.0.0 has crashed.\nPlease take a screenshot of the info below\nand send it to newer@newerteam.com.\nYou can scroll through this report using the D-Pad.\n" +.string "Whoops! Newer 1.0.2 has crashed.\nPlease take a screenshot of the info below\nand send it to newer@newerteam.com.\nYou can scroll through this report using the D-Pad.\n" UniLogStr: .string "[ULog] returning %8x to: %x > %x > %x > %x > %x > %x\n" #WillAlloc: .string "[AH] Will allocate %x bytes aligned by %x\n" #Alloced: .string "[AH] Allocated %p\n" |