mm201 / pkmn-classic-framework

Pokémon application logic for Generation IV and V, including servers
http://pkmnclassic.net/
Other
219 stars 43 forks source link

Document \x05 for PGL #102

Closed zurgeg closed 2 years ago

zurgeg commented 2 years ago

This PR documents what "\x05" does if you send it as a response to the DS when the DS requests it's account status from PGL

mm201 commented 2 years ago

I was under the impression that account.playstatus wouldn't be called unless there's a sleeping Pokémon. Is this used for server desyncs or is there something else I don't know about?

zurgeg commented 2 years ago

I was under the impression that account.playstatus wouldn't be called unless there's a sleeping Pokémon. Is this used for server desyncs or is there something else I don't know about?

On my end, account.playstatus is called any time GS is opened.

mm201 commented 2 years ago

Good to know. I'll do more testing.