add code to force ecb crash to test display

This commit is contained in:
Jas Laferriere
2022-10-10 12:51:01 -04:00
parent 7679e9ce84
commit 49f9a894a5
2 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
################################################################################
# Address: 80043230
################################################################################
.include "Common/Common.s"
loadGlobalFrame r12
cmpwi r12, 180
blt EXIT
# Force crash
li r0, 1
EXIT:
# replaced codeline
cmpwi r0, 1

28
force-ecb-crash.json Normal file
View File

@@ -0,0 +1,28 @@
{
"outputFiles": [
{
"file": "Output/Debug/force-ecb-crash.gct"
},
{
"file": "Output/Debug/force-ecb-crash.txt"
}
],
"codes": [
{
"name": "Force crash",
"authors": [
"Fizzi"
],
"description": [
"Forces ecb crash 3 seconds into game"
],
"build": [
{
"type": "injectFolder",
"sourceFolder": "Debugging/ForceECBCrash",
"isRecursive": true
}
]
}
]
}