Gericom / GBARunner3

212 stars 30 forks source link

Add manual JIT patches for BGNE #87

Closed Dartz150 closed 11 months ago

Dartz150 commented 11 months ago

Manual JIT Patches for Mobile Suit Gundam Seed - Battle Assault, fixes #86

Dartz150 commented 11 months ago

This fix works in both DSi and DS modes, played through the PvP mode with no noticeable issues after around 10 minutes of gameplay.

Gericom commented 11 months ago

I very much doubt 0x08031000 should be patched. The code around it is nonsense (I think it's thumb code, not arm) image

Dartz150 commented 11 months ago

I very much doubt 0x08031000 should be patched. The code around it is nonsense (I think it's thumb code, not arm) image

Did some further testing, and I can confirm that including this address makes the inputs to become irresponsive in Training mode after selecting your opponent.

Removed, Training mode is fixed now.