pixeltris / YgoMaster

Offline Yu-Gi-Oh! Master Duel
MIT License
886 stars 127 forks source link

Increasing the bookmark limit #296

Closed ghost closed 11 months ago

ghost commented 11 months ago

It is not possible to make more than one book mark
image

pixeltris commented 11 months ago

The bookmark limit is hard coded into the client as a const which gets compiled down to an x86-64 instruction due to the use of IL2CPP so YgoMaster cannot easily change it without maintaining AOBs which I don't want to do. So no you can't increase the bookmark limit using YgoMaster.