mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 17:49:17 +01:00
e872be8d4f
Added workaround for 'Lenzo's Research Assistant' quest.
33 lines
716 B
Plaintext
33 lines
716 B
Plaintext
[WW_USA]
|
|
moduleMatches = 0x475BD29F
|
|
|
|
_sub_exit = 0x022D0138
|
|
|
|
#First picture
|
|
0x022D00E8 = nop ; cmp r0, 1
|
|
0x022D00EC = b _sub_exit ; beq 0x022D0138
|
|
|
|
#Second picture
|
|
0x022D0114 = nop ; cmp r0, 2
|
|
0x022D0118 = nop ; bne 0x022D00F0
|
|
|
|
#Third picture
|
|
0x022D0130 = nop ; cmp r0, 3
|
|
0x022D0134 = nop ; bne 0x022D00F0
|
|
|
|
[WW_EUR]
|
|
moduleMatches = 0xB7E748DE
|
|
|
|
_sub_exit = 0x022D013C
|
|
|
|
#First picture
|
|
0x022D00EC = nop ; cmp r0, 1
|
|
0x022D00F0 = b _sub_exit ; beq 0x022D013C
|
|
|
|
#Second picture
|
|
0x022D0118 = nop ; cmp r0, 2
|
|
0x022D011C = nop ; bne 0x022D00F4
|
|
|
|
#Third picture
|
|
0x022D0134 = nop ; cmp r0, 3
|
|
0x022D0138 = nop ; bne 0x022D00F4 |