Hi all !
I am seeking your advice on how to poke in an already loaded game on winape !
How to jump to the address and use the poke ! (I do not mean to use the poke database of Winape but a new poke)
Please kindly the steps !
Appreciate much !
Apologize if the question is in the wrong category.
Hi,
press F8 or the pause button on the bottom left side.Now you will see the Debugger window.It contains a disassembler listing at the upper part and a memory dump at the lower side.Right-click inside the memory dump and type in the address where you want to place your poke.Now you can edit the bytes inside the memory dump - just add your poke now.Oh, first you may have to set memory to "any" (see option "Memory" at the bottom, which can be set to read/write/any).
When finished, press F9 or the play button to continue the emulation.
Thanks a lot ! :)
I'll give it a try !
Call me stupid, but the game is Metro-Cross, the Poke is &6d20,0 which gives no collision,
As per attached in 6D20 which one do I change to 00 ?
Please advice !
Click on the Byte directly next to 6D20, which is 03 on your screen.
The whole line Starts at address 6D20, so the first Byte is what you are looking for.
It works fine ! ;)
A great deal of thanks !
You are welcome :)