From: Bernhard Urban Date: Mon, 7 Feb 2011 23:42:48 +0000 (+0100) Subject: lsw: JPN fix X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=savezelda.git;a=commitdiff_plain lsw: JPN fix --- diff --git a/lsw/exploit2.s b/lsw/exploit2.s index a845958..b41a32b 100644 --- a/lsw/exploit2.s +++ b/lsw/exploit2.s @@ -11,6 +11,9 @@ audio_stop_usa = 0x8038ce9c video_stop_usa = 0x8039971c + audio_stop_jpn = 0x803a0d4c + video_stop_jpn = 0x803ad748 + audio_stop_eur = 0x8038cfec video_stop_eur = 0x80399708 @@ -24,6 +27,8 @@ lis 10,audio_stop_data@h ; ori 10,10,audio_stop_data@l lis 3,audio_stop_usa@h ; ori 3,3,audio_stop_usa@l; lwz 5,0(3) cmpw 5,10 ; beq execa + lis 3,audio_stop_jpn@h ; ori 3,3,audio_stop_jpn@l; lwz 5,0(3) + cmpw 5,10 ; beq execa lis 3,audio_stop_eur@h ; ori 3,3,audio_stop_eur@l execa: mtctr 3 ; bctrl @@ -32,6 +37,8 @@ execa: lis 10,video_stop_data@h ; ori 10,10,video_stop_data@l lis 3,video_stop_usa@h ; ori 3,3,video_stop_usa@l; lwz 5,0(3) cmpw 5,10 ; beq execv + lis 3,video_stop_jpn@h ; ori 3,3,video_stop_jpn@l; lwz 5,0(3) + cmpw 5,10 ; beq execv lis 3,video_stop_eur@h ; ori 3,3,video_stop_eur@l execv: mtctr 3 ; bctrl