add basic response for Pokémon IR transceiver (SPI command 08). lets your pokémon gain EXP.
This commit is contained in:
parent
cb0e026ec1
commit
0d58fcb5d6
|
@ -585,6 +585,11 @@ void Write(u8 val, u32 hold)
|
|||
// TODO: design better
|
||||
CurCmd = val;
|
||||
break;
|
||||
case 0x08:
|
||||
// see above
|
||||
// TODO: work out how the IR thing works. emulate it.
|
||||
Data = 0xAA;
|
||||
break;
|
||||
|
||||
case 0x02:
|
||||
case 0x03:
|
||||
|
|
Loading…
Reference in New Issue