To see your stuff show here, enable Compatibility Server Reports in PPSSPP.
Click on a version, game, or report message to show similar entries. Hover over version to see platform info, and hover over a game title to see region and version info.
| Game title |
Version |
Latest Report |
Message |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.11.3-1276-g192a43c1c |
2026-08-23 |
Error in shader compilation: info: 0:19: S0027: Cannot modify an input variable
00000000:0000001a THR C Tex
#version 320 es
// Mali-G52 MC2 - GLSL 320
precision highp float;
#define gl_VertexIndex gl_VertexID
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
in vec4 position;
in vec2 texcoord;
in lowp vec4 color0;
uniform mat4 u_proj_through;
out lowp vec4 v_color0;
out mediump vec3 v_texcoord;
in vec3 h_normal;
void main() {
v_texcoord = vec3(texcoord, 1.0);
v_color0 = color0;
vec4 outPos = mul(u_proj_through, vec4(position.xyz, 1.0));
gl_Position = outPos;
h_normal = vec3(-1.0);
}
|
| Dragon Ball Z: Tenkaichi Tag Team |
v1.11.3-1276-g192a43c1c |
2026-08-23 |
Error in shader compilation: info: 0:44: S0027: Cannot modify an input variable
00000000:00010130 HWX Tex TexProjPos UVMtx Cull
#version 320 es
// Mali-G52 MC2 - GLSL 320
precision highp float;
#define gl_VertexIndex gl_VertexID
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
in vec3 position;
uniform mat4 u_proj;
uniform mat4 u_world;
uniform mat4 u_view;
uniform mediump mat4 u_texmtx;
uniform vec4 u_uvscaleoffset;
uniform lowp vec4 u_matambientalpha;
uniform highp vec4 u_depthRange;
uniform highp vec4 u_cullRangeMin;
uniform highp vec4 u_cullRangeMax;
out lowp vec4 v_color0;
out mediump vec3 v_texcoord;
in vec3 h_normal;
vec3 normalizeOr001(vec3 v) {
return length(v) == 0.0 ? vec3(0.0, 0.0, 1.0) : normalize(v);
}
void main() {
vec3 worldpos = mul(vec4(position, 1.0), u_world).xyz;
mediump vec3 worldnormal = vec3(0.0, 0.0, 1.0);
vec4 viewPos = vec4(mul(vec4(worldpos, 1.0), u_view).xyz, 1.0);
viewPos.xy *= 0.642783;
vec4 outPos = mul(u_proj, viewPos);
v_color0 = u_matambientalpha;
v_texcoord = mul(vec4(position, 1.0), u_texmtx).xyz * vec3(u_uvscaleoffset.xy, 1.0);
vec3 projPos = outPos.xyz / outPos.w;
float projZ = (projPos.z - u_depthRange.z) * u_depthRange.w;
if (u_cullRangeMin.w <= 0.0 || projZ * outPos.w > -outPos.w) {
if (projPos.x < u_cullRangeMin.x || projPos.y < u_cullRangeMin.y || projPos.x > u_cullRangeMax.x || projPos.y > u_cullRangeMax.y) {
outPos.xyzw = u_cullRangeMax.wwww;
}
}
if (u_cullRangeMin.w <= 0.0) {
if (projPos.z < u_cullRangeMin.z || projPos.z > u_cullRangeMax.z) {
outPos.xyzw = u_cullRangeMax.wwww;
}
}
gl_Position = outPos;
h_normal = vec3(-1.0);
}
|
| Dragon Ball Z: Tenkaichi Tag Team |
v1.11.3-1276-g192a43c1c |
2026-08-23 |
Error in shader compilation: info: 0:19: S0027: Cannot modify an input variable
00000000:00000012 THR Tex
#version 320 es
// Mali-G52 MC2 - GLSL 320
precision highp float;
#define gl_VertexIndex gl_VertexID
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
in vec4 position;
in vec2 texcoord;
in lowp vec4 color0;
uniform mat4 u_proj_through;
out lowp vec4 v_color0;
out mediump vec3 v_texcoord;
in vec3 h_normal;
void main() {
v_texcoord = vec3(texcoord, 1.0);
v_color0 = color0;
vec4 outPos = mul(u_proj_through, vec4(position.xyz, 1.0));
gl_Position = outPos;
h_normal = vec3(-1.0);
}
|
| Dragon Ball Z: Tenkaichi Tag Team |
v1.11.3-1276-g192a43c1c |
2026-08-23 |
Error in shader compilation: info: 0:44: S0027: Cannot modify an input variable
00000000:00000930 HWX T Tex Cull
#version 320 es
// Mali-G52 MC2 - GLSL 320
precision highp float;
#define gl_VertexIndex gl_VertexID
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
in vec3 position;
in vec2 texcoord;
uniform mat4 u_proj;
uniform mat4 u_world;
uniform mat4 u_view;
uniform vec4 u_uvscaleoffset;
uniform lowp vec4 u_matambientalpha;
uniform highp vec4 u_depthRange;
uniform highp vec4 u_cullRangeMin;
uniform highp vec4 u_cullRangeMax;
out lowp vec4 v_color0;
out mediump vec3 v_texcoord;
in vec3 h_normal;
vec3 normalizeOr001(vec3 v) {
return length(v) == 0.0 ? vec3(0.0, 0.0, 1.0) : normalize(v);
}
void main() {
vec3 worldpos = mul(vec4(position, 1.0), u_world).xyz;
mediump vec3 worldnormal = vec3(0.0, 0.0, 1.0);
vec4 viewPos = vec4(mul(vec4(worldpos, 1.0), u_view).xyz, 1.0);
viewPos.xy *= 0.642783;
vec4 outPos = mul(u_proj, viewPos);
v_color0 = u_matambientalpha;
v_texcoord = vec3(texcoord.xy * u_uvscaleoffset.xy, 0.0);
vec3 projPos = outPos.xyz / outPos.w;
float projZ = (projPos.z - u_depthRange.z) * u_depthRange.w;
if (u_cullRangeMin.w <= 0.0 || projZ * outPos.w > -outPos.w) {
if (projPos.x < u_cullRangeMin.x || projPos.y < u_cullRangeMin.y || projPos.x > u_cullRangeMax.x || projPos.y > u_cullRangeMax.y) {
outPos.xyzw = u_cullRangeMax.wwww;
}
}
if (u_cullRangeMin.w <= 0.0) {
if (projPos.z < u_cullRangeMin.z || projPos.z > u_cullRangeMax.z) {
outPos.xyzw = u_cullRangeMax.wwww;
}
}
gl_Position = outPos;
h_normal = vec3(-1.0);
}
|
| Dragon Ball Z: Tenkaichi Tag Team |
v1.11.3-1276-g192a43c1c |
2026-08-23 |
Error in shader compilation: info: 0:45: S0027: Cannot modify an input variable
00000000:00000938 HWX C T Tex Cull
#version 320 es
// Mali-G52 MC2 - GLSL 320
precision highp float;
#define gl_VertexIndex gl_VertexID
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
in vec3 position;
in vec2 texcoord;
in lowp vec4 color0;
uniform mat4 u_proj;
uniform mat4 u_world;
uniform mat4 u_view;
uniform vec4 u_uvscaleoffset;
uniform lowp vec4 u_matambientalpha;
uniform highp vec4 u_depthRange;
uniform highp vec4 u_cullRangeMin;
uniform highp vec4 u_cullRangeMax;
out lowp vec4 v_color0;
out mediump vec3 v_texcoord;
in vec3 h_normal;
vec3 normalizeOr001(vec3 v) {
return length(v) == 0.0 ? vec3(0.0, 0.0, 1.0) : normalize(v);
}
void main() {
vec3 worldpos = mul(vec4(position, 1.0), u_world).xyz;
mediump vec3 worldnormal = vec3(0.0, 0.0, 1.0);
vec4 viewPos = vec4(mul(vec4(worldpos, 1.0), u_view).xyz, 1.0);
viewPos.xy *= 0.642783;
vec4 outPos = mul(u_proj, viewPos);
v_color0 = color0;
v_texcoord = vec3(texcoord.xy * u_uvscaleoffset.xy, 0.0);
vec3 projPos = outPos.xyz / outPos.w;
float projZ = (projPos.z - u_depthRange.z) * u_depthRange.w;
if (u_cullRangeMin.w <= 0.0 || projZ * outPos.w > -outPos.w) {
if (projPos.x < u_cullRangeMin.x || projPos.y < u_cullRangeMin.y || projPos.x > u_cullRangeMax.x || projPos.y > u_cullRangeMax.y) {
outPos.xyzw = u_cullRangeMax.wwww;
}
}
if (u_cullRangeMin.w <= 0.0) {
if (projPos.z < u_cullRangeMin.z || projPos.z > u_cullRangeMax.z) {
outPos.xyzw = u_cullRangeMax.wwww;
}
}
gl_Position = outPos;
h_normal = vec3(-1.0);
}
|
| Dragon Ball Z: Tenkaichi Tag Team |
v1.11.3-1276-g192a43c1c |
2026-08-23 |
Error in shader compilation: info: 0:16: S0027: Cannot modify an input variable
00000000:0000000a THR C
#version 320 es
// Mali-G52 MC2 - GLSL 320
precision highp float;
#define gl_VertexIndex gl_VertexID
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
in vec4 position;
in lowp vec4 color0;
uniform mat4 u_proj_through;
out lowp vec4 v_color0;
in vec3 h_normal;
void main() {
v_color0 = color0;
vec4 outPos = mul(u_proj_through, vec4(position.xyz, 1.0));
gl_Position = outPos;
h_normal = vec3(-1.0);
}
|
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-08-23 |
Error in shader program link: info: Link failed because of missing fragment shader.
fs: 10180000:0001d002 Tex FragUber TFuncMod AlphaTest0 >
vs: 00000000:0000000a THR C
#version 320 es
// Driver: Mali-G57 - GLSL 320
precision highp float;
#define gl_VertexIndex gl_VertexID
#define splat3(x) vec3(x)
#define mul(x, y) ((x) * (y))
// 00000000:0000000a THR C
in vec4 position;
in highp float fog;
in vec2 texcoord;
in lowp vec4 color0;
uniform mat4 u_proj_through;
uniform lowp float u_rotation;
uniform highp vec2 u_fogcoef;
out lowp vec4 v_color0;
out mediump vec3 v_texcoord;
out mediump float v_fogdepth;
void main() {
v_texcoord = vec3(texcoord, 1.0);
v_color0 = color0;
v_fogdepth = fog;
vec4 outPos = mul(u_proj_through, vec4(position.xyz, 1.0));
gl_Position = outPos;
}
|
| Dragon Ball Z: Tenkaichi Tag Team |
v1.11.2 |
2026-08-18 |
MIPSCompileOp: Invalid instruction 4a1e5540 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.11.2 |
2026-08-18 |
MIPSCompileOp: Invalid instruction 4db38dc0 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.11.2 |
2026-08-18 |
MIPSCompileOp: Invalid instruction 4db36540 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.11.2 |
2026-08-18 |
MIPSCompileOp: Invalid instruction 4da60bc0 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.11.2 |
2026-08-18 |
MIPSCompileOp: Invalid instruction 4c7ef340 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.11.2 |
2026-08-18 |
MIPSCompileOp: Invalid instruction 9fbbf140 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.11.2 |
2026-08-18 |
MIPSCompileOp: Invalid instruction 7a961d40 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.6.3 |
2026-08-18 |
ReadFromHardware: Invalid address 2b440008 near PC 0883e358 LR 0883e234 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-08-16 |
SCE_KERNEL_ERROR_SCE_SAS_ERROR_INVALID_PARAMETER=__sceSasCoreWithMix(08b65a00, 2ed7dfc0, 4096, 4096): invalid address |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.11.3 |
2026-08-15 |
Jump to invalid address: 03927220 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-08-14 |
Branch in Jump delay slot at 09ffeab4 in block starting at 09ffe854 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-08-13 |
Block transfer invalid: 2e000000/c0 -> 00000000/0, 300x1x2 (735,3)->(42,0) |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-08-13 |
Drawing region rate add non-zero: 026c, 01cf of 0222, 03d7 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.17 |
2026-08-12 |
WriteToHardware: Invalid address 436fdbc4 near PC 08896ae8 LR 08896ae8 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.17 |
2026-08-12 |
WriteToHardware: Invalid address 43a01af7 near PC 08896ae8 LR 08896ae8 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-08-09 |
00000000=sceAtracLowLevelDecode(0, 09fce380, 09fce4b0[bef05ecc], bef05ecc, 09fce4b4[bef05ecc]): invalid pointers |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-08-07 |
Branch in JumpReg delay slot at 08a69cc8 in block starting at 08a69cb8 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.14.2 |
2026-08-07 |
Unknown GE command : efb8bd8b |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-08-05 |
Branch in Jump delay slot at 09700628 in block starting at 09700628 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-08-05 |
Branch in Jump delay slot at 09715fd0 in block starting at 0970c754 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-08-05 |
Branch in Jump delay slot at 09715fd0 in block starting at 0970c744 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.10.3 |
2026-08-04 |
MIPSCompileOp: Invalid instruction efc6de93 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.10.3 |
2026-08-04 |
MIPSCompileOp: Invalid instruction 4ad36cc7 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.10.3 |
2026-08-04 |
MIPSCompileOp: Invalid instruction 6b2e5d9f |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-08-03 |
Branch in Jump delay slot at 09fde7fc in block starting at 09fde7b0 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-08-03 |
Branch in Jump delay slot at 09fde7b8 in block starting at 09fde7b0 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-08-03 |
Branch in Jump delay slot at 09fde7d8 in block starting at 09fde7b0 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-08-03 |
Branch in Jump delay slot at 09fde800 in block starting at 09fde7b0 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-08-03 |
Branch in Jump delay slot at 09fde7b4 in block starting at 09fde7b0 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-08-03 |
Branch in Jump delay slot at 09fde7f8 in block starting at 09fde7b0 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-08-03 |
Branch in Jump delay slot at 09fde7b0 in block starting at 09fde7b0 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-08-03 |
Branch in Jump delay slot at 09fde7d4 in block starting at 09fde7b0 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-08-03 |
Branch in Jump delay slot at 09fde7d0 in block starting at 09fde7b0 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-08-03 |
Branch in Jump delay slot at 09fde9d0 in block starting at 09fd6324 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-08-03 |
Branch in Jump delay slot at 09fde9d8 in block starting at 09fd6324 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-08-03 |
Branch in Jump delay slot at 09fde8d8 in block starting at 09fd6324 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-08-03 |
Branch in Jump delay slot at 09fde9f0 in block starting at 09fd6324 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-08-03 |
Branch in Jump delay slot at 09fde82c in block starting at 09fd6324 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-08-03 |
Branch in Jump delay slot at 09fdea14 in block starting at 09fd6324 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-08-03 |
Branch in Jump delay slot at 09fde7b0 in block starting at 09fd6324 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-08-03 |
Branch in Jump delay slot at 09fdea10 in block starting at 09fd6324 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-08-03 |
WriteFCR: Unexpected reg 9 (value ffff8963) |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-08-03 |
Branch in Jump delay slot at 09fde858 in block starting at 09fd6324 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-08-03 |
Branch in Jump delay slot at 09fde890 in block starting at 09fd6324 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-08-03 |
Branch in Jump delay slot at 09fde9e8 in block starting at 09fd6324 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-08-03 |
Branch in Jump delay slot at 09fde8fc in block starting at 09fd6324 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-08-03 |
Branch in Jump delay slot at 09fde8f8 in block starting at 09fd6324 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-08-03 |
Branch in Jump delay slot at 09fde9c4 in block starting at 09fd6324 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-08-03 |
Branch in Jump delay slot at 09fdeaa4 in block starting at 09fd6324 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-08-03 |
Branch in Jump delay slot at 09fde8dc in block starting at 09fd6324 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-08-03 |
Branch in Jump delay slot at 09fde818 in block starting at 09fd6324 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-08-03 |
Branch in Jump delay slot at 09fde934 in block starting at 09fd6324 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-08-03 |
Branch in Jump delay slot at 09fde7d4 in block starting at 09fd6324 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-08-03 |
Branch in Jump delay slot at 09fde7f8 in block starting at 09fd6324 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-08-03 |
Branch in Jump delay slot at 09fde830 in block starting at 09fd6324 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-08-03 |
Branch in Jump delay slot at 09fde820 in block starting at 09fd6324 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-08-03 |
Branch in Jump delay slot at 09fde9d4 in block starting at 09fd6324 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-08-03 |
Branch in Jump delay slot at 09fde930 in block starting at 09fd6324 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-08-03 |
Branch in Jump delay slot at 09fde9dc in block starting at 09fd6324 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-08-03 |
Branch in Jump delay slot at 09fde7d0 in block starting at 09fd6324 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-08-03 |
Branch in Jump delay slot at 09fde9f4 in block starting at 09fd6324 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-08-03 |
Branch in Jump delay slot at 09fde81c in block starting at 09fd6324 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-08-03 |
Branch in Jump delay slot at 09fde7d8 in block starting at 09fd6324 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-08-03 |
Branch in Jump delay slot at 09fde7fc in block starting at 09fd6324 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-08-03 |
Branch in Jump delay slot at 09fde9e4 in block starting at 09fd6324 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-08-03 |
Branch in Jump delay slot at 09fde7b4 in block starting at 09fd6324 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-08-03 |
Branch in Jump delay slot at 09fde880 in block starting at 09fd6324 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-08-03 |
Branch in Jump delay slot at 09fde9ec in block starting at 09fd6324 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-08-03 |
Branch in Jump delay slot at 09fde87c in block starting at 09fd6324 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-08-03 |
Branch in Jump delay slot at 09fde878 in block starting at 09fd6324 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-08-03 |
Branch in Jump delay slot at 09fde7b8 in block starting at 09fd6324 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-08-03 |
Branch in Jump delay slot at 09fdea08 in block starting at 09fd6324 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-08-03 |
Branch in Jump delay slot at 09fde9c0 in block starting at 09fd6324 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-08-03 |
Branch in Jump delay slot at 09fdea0c in block starting at 09fd6324 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-08-03 |
Branch in Jump delay slot at 09fde800 in block starting at 09fd6324 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-08-03 |
Branch in Jump delay slot at 09fde9e0 in block starting at 09fd6324 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-08-03 |
Branch in Jump delay slot at 09fde864 in block starting at 09fd6324 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.17.1 |
2026-08-03 |
WriteToHardware: Invalid address e6fcb710 near PC 0881e71c LR 0881e6f4 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.17.1 |
2026-08-03 |
ReadFromHardware: Invalid address e6fcb714 near PC 0881e6f4 LR 0881e6f4 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.12.1 |
2026-07-31 |
WriteToHardware: Invalid address 11f70560 near PC 0880de08 LR 0880de08 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.12.1 |
2026-07-31 |
ReadFromHardware: Invalid address 11f70560 near PC 0880de08 LR 0880de08 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-07-31 |
Branch in Jump delay slot at 09ca27cc in block starting at 09c9cd00 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-07-31 |
Branch in Jump delay slot at 09ca2880 in block starting at 09c9cd00 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-07-31 |
Branch in Jump delay slot at 09ca28a8 in block starting at 09c9cd00 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-07-31 |
Branch in Jump delay slot at 09ca2b7c in block starting at 09c9cd00 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-07-31 |
Branch in Jump delay slot at 09ca2868 in block starting at 09c9cd00 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-07-31 |
Branch in Jump delay slot at 09ca286c in block starting at 09c9cd00 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-07-31 |
Branch in Jump delay slot at 09ca2d3c in block starting at 09c9cd00 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-07-31 |
Branch in Jump delay slot at 09ca27e4 in block starting at 09c9cd00 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-07-31 |
Branch in Jump delay slot at 09ca28a4 in block starting at 09c9cd00 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-07-31 |
Branch in Jump delay slot at 09c9d940 in block starting at 09c9cd00 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-07-31 |
Branch in Jump delay slot at 09ca2864 in block starting at 09c9cd00 |
| Dragon Ball Z: Tenkaichi Tag Team |
v1.20.4 |
2026-07-31 |
Branch in Jump delay slot at 09ca23ac in block starting at 09c9cd00 |