My little niece really like disney and she's enjoing playing disney games.
She can read french but not english. I wanted to show her quack shot.
There is an ips patch to translate the game into french.
But the rom is a world game with japanese and english.
Translation has been made over english.
And the genesis I gave here is an euro modified to japan jumper without
any switch.
So the game is displayed in japanese.
What i wanted to do is to bypass the game language selection based on region detection.
I have a low coding level but i assume that in the game there is a
"if japan then , else" somewhere.
I have read some documentation , I have no asm skills

Using exodus I have disasemble the rom and think
I think if found where the check is done
loc_00000300:
TST.w $00C00004 ;Predicted (Code-scan)
MOVE.b $00A10001, D0 ;Predicted (Code-scan)
MOVE.b D0, $FFFFFF0C.w ;Predicted (Code-scan)
ANDI.b #$0F, D0 ;Predicted (Code-scan)
BEQ.b loc_00000320 ;Predicted (Code-scan)
MOVE.l #$53454741, $00A14000 ;Predicted (Code-scan)
But then I have no idea how to go further.... How should I prodceed ?
Any help would be apprecatied.