Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Codebreaker Slide codes - increment not working? #1501

Closed
oleg-py opened this issue Aug 2, 2019 · 2 comments
Closed

Codebreaker Slide codes - increment not working? #1501

oleg-py opened this issue Aug 2, 2019 · 2 comments

Comments

@oleg-py
Copy link

oleg-py commented Aug 2, 2019

Hi there, I have a problem with using a cheat for Final Fantasy IV Advance 1.1 (European version) on 0.7.2 Win64 (c2b6692)

All items (Use Fat Chocobo to withdraw items)

72022B94 6624
82022B94 F800
72022B94 F800
82022B96 0203
72022B94 F800
82022B92 0144
72022B94 F800
4203F800 0001
00010144 0004
72022B94 F800
4203F802 0063
00000144 0004

The problem lies in this bit:

4203F800 0001
00010144 0004

It is supposed to do 324 (0x0144) writes offset by 0x0004 bytes starting from 0x203F800, incrementing each consecutive value by 0x0001. It seems mGBA ignores the increment part, however, which I can see in memory editor. In game that portion is an item ID, so result is same item repeated 324 times.

@endrift
Copy link
Member

endrift commented Aug 3, 2019

Seems like I was working off of flawed/incomplete documentation. Should be an easy fix.

@oleg-py
Copy link
Author

oleg-py commented Aug 3, 2019

@endrift I've just checked the cheat with latest dev. build and it works as intended. Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants