summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2013-05-29 23:25:13 +0200
committerTreeki <treeki@gmail.com>2013-05-29 23:25:13 +0200
commitb5fe1a524fef4f4307e06757597ff3fe0317cac3 (patch)
tree7468bf3cbf402d7f0de47fe4040c9de0cf4c70d9 /src
parent2ab8541621fbfa112a7f6ee542500e494af4db33 (diff)
downloadkamek-b5fe1a524fef4f4307e06757597ff3fe0317cac3.tar.gz
kamek-b5fe1a524fef4f4307e06757597ff3fe0317cac3.zip
FUCKING AND THE FUCK
Diffstat (limited to '')
-rw-r--r--src/randomcrap.S10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/randomcrap.S b/src/randomcrap.S
index fff6c98..9532197 100644
--- a/src/randomcrap.S
+++ b/src/randomcrap.S
@@ -538,9 +538,19 @@ BGScaleEnabled: .byte 0
# icbi r0, r3
# blr
+.text
+.align 4
+.global ReplaceExceptionOccurred
+ReplaceExceptionOccurred:
+ lis r3, NewExceptionOccurred@h
+ ori r3, r3, NewExceptionOccurred@l
+ blr
+
#.section .ctors,4
#.long CRAPPYALLOC
.data
+NewExceptionOccurred:
+.string "Whoops! Newer has crashed. Please take a screenshot\nof the info below and send it to butts@butts.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"