mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-20 06:07:49 +00:00
Fix two typos.
parent
9d342bc652
commit
bf0a1dad65
@ -339,10 +339,10 @@ Size = (Address >> 25) AND 0x03.
|
||||
|
||||
|
||||
- Y4 = Master Code Number.
|
||||
- 0x00: executed only once, just before the game bootup. Only one (m) code can have the '00' number (the others will be skipped), and it must be the very one in the (m) code list (else it'll be skipped).
|
||||
- 0x00: executed only once, just before the game boot-up. Only one (m) code can have the '00' number (the others will be skipped), and it must be the very one in the (m) code list (else it'll be skipped).
|
||||
- 0x01~0x0F: executed continuously during the game execution. (2 (or more) master codes that have the same Master Code number can't be executed correctly if they are put one just after another. Only the first one will be executed, the other(s) will be skipped).
|
||||
|
||||
- Y3 = number of codes to execute each time the AR "has the hand".
|
||||
- Y3 = number of codes to execute each time the AR has control.
|
||||
|
||||
- Y2 AND 0x03 = Master Code Type:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user