add basic response for Pokémon IR transceiver (SPI command 08). lets your pokémon gain EXP.

This commit is contained in:
StapleButter 2017-07-15 19:34:35 +02:00
parent cb0e026ec1
commit 0d58fcb5d6
1 changed files with 5 additions and 0 deletions

View File

@ -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: