Hi. I'm trying to modify Yoshi parameters, in special the tongue position.
This page brings the memory address to do that:
http://wohlsoft.ru/pgewiki/SMBX_Player_Offsets
The tongue X position is located in PC+0x90.
So, I tried this is lunadll.lua:
player:mem(0x90, FIELD_WORD, 200)
But it doesn't work. This is the right way to asign values to memory address?
Thanks!

