mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-21 05:09:46 -06:00
add basic response for Pokémon IR transceiver (SPI command 08). lets your pokémon gain EXP.
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user