mirror of
https://github.com/lewurm/savezelda.git
synced 2024-11-17 16:19:21 +01:00
lsw: JPN fix
This commit is contained in:
parent
c58aa93d1e
commit
e50299f715
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user