Fluorohydride / ygopro-core

ygopro script engine.
MIT License
327 stars 134 forks source link

Change SIZE_RETURN_VALUE to 512 #599

Closed salix5 closed 4 months ago

salix5 commented 4 months ago

Now The max size of select_cards: UINT8_MAX The max size of cards in response: UINT8_MAX

Cancel in card selection: FF FF FF FF (int -1) Cancel in card sort: FF (unsigned char UINT8_MAX)

@mercury233 @purerosefallen