Cheat function is not working

This particular forum is archives, bug reports should be made at https://github.com/visualboyadvance-m/v ... e-m/issues


RandomUser
Junior Member
Posts: 5
Joined: Wed Apr 27, 2011 8:24 pm

Cheat function is not working

Post by RandomUser »

I do not know if any one else is having the problem with the cheat function of the VBA-M, but I am.

The thing is when I play any GameBoy or GameBoy color games, the cheat function only works for a split second then goes back to be disabled. In order to re-enable the cheats again I have to click on remove all cheat from the list and then reload the cheat database to get it to work, however it will work only for a split second again and goes right back to being disabled. The disabled options is unchecked.

I am using SVN r956 for Windows.

The older version of VBA like 1.8.0 the cheats works all the time.

Squall Leonhart
Posting Freak
Posts: 1223
Joined: Tue Mar 18, 2008 9:21 am

Cheat function is not working

Post by Squall Leonhart »

CNR

RandomUser
Junior Member
Posts: 5
Joined: Wed Apr 27, 2011 8:24 pm

Cheat function is not working

Post by RandomUser »

Sorry for sounding noobish, but what does CNR stand for?

Iconoclast
Member
Posts: 79
Joined: Sun Mar 23, 2008 6:57 pm

Cheat function is not working

Post by Iconoclast »

In that context, CNR probably means "could not reproduce".

Squall Leonhart
Posting Freak
Posts: 1223
Joined: Tue Mar 18, 2008 9:21 am

Cheat function is not working

Post by Squall Leonhart »

the codes may either be trigger based, or the game is one of the few who uses dynamic memory ranges for values.

RandomUser
Junior Member
Posts: 5
Joined: Wed Apr 27, 2011 8:24 pm

Cheat function is not working

Post by RandomUser »

Thanks Iconoclast for clearing that up for me.

It looks like I am the only person whom is having this problem. The game uses static address and the code is a constant RAM write.

I uploaded video of the problem in case anybody is interested.

[video=youtube]

<div><iframe width="480" height="270" src="https://www.youtube.com/embed/HMaVy-zdm ... ure=oembed" frameborder="0" allowfullscreen="true"></iframe></div>

Squall Leonhart
Posting Freak
Posts: 1223
Joined: Tue Mar 18, 2008 9:21 am

Cheat function is not working

Post by Squall Leonhart »

you've byteswapped the Raw memory patch in the cheat manager from C9EC to ECC9, this doesn't work.

RandomUser
Junior Member
Posts: 5
Joined: Wed Apr 27, 2011 8:24 pm

Cheat function is not working

Post by RandomUser »

The raw memory patch is the actual gameshark code and it is not byte swapped. Everything in RAM view is byte swapped and it should not be but it is. These gameshark codes works all the time in VBA 1.8.0 Beta.

I have uploaded another video with the actual GS codes and the byte swapped code in action.

[video=youtube]

<div><iframe width="480" height="270" src="https://www.youtube.com/embed/s_8mEZobf ... ure=oembed" frameborder="0" allowfullscreen="true"></iframe></div>
This should show more of the problem I am having.

Thanks.

Squall Leonhart
Posting Freak
Posts: 1223
Joined: Tue Mar 18, 2008 9:21 am

Cheat function is not working

Post by Squall Leonhart »

I reproduced this in Pokemon Red,

 

the fix is to load then save the clt file, it should work properly on subsequent starts.

Last edited by Squall Leonhart on Thu Apr 28, 2011 11:55 pm, edited 1 time in total.
RandomUser
Junior Member
Posts: 5
Joined: Wed Apr 27, 2011 8:24 pm

Cheat function is not working

Post by RandomUser »

didn't work for me. Oh well, I guess for these type of game, I will have to stick with the 1.8.0 Beta for the cheat to work. It works well for GBA games though.

Thank you so much for trying. Perhaps a case could be open for this in sourceforge.net?

Post Reply