Fix two typos.

Lioncash 2014-07-29 16:07:34 -07:00
parent 9d342bc652
commit bf0a1dad65

@ -339,10 +339,10 @@ Size = (Address >> 25) AND 0x03.
- Y4 = Master Code Number. - 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). - 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: - Y2 AND 0x03 = Master Code Type: