Quote:
Originally Posted by porkupan
This is exactly the wrong fix. The correct fix for joypad page turning is this:
Add a doRight() override to main.xml (for book reading only):
Code:
<kbookPage id="PAGE" left="0" right="0" top="0" bottom="30" href="x-id://bookData">
<code>
<function id="doRight">
this.bubble("doNext");
</function>
|
Where exactly do we paste this inside main.xml?
I just added it after the first "<kbookPage id="PAGE"". That right?