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

Alpha sapphire (GLO) cheats not working #44

Open
Pokemaster44 opened this issue Feb 12, 2024 · 1 comment
Open

Alpha sapphire (GLO) cheats not working #44

Pokemaster44 opened this issue Feb 12, 2024 · 1 comment

Comments

@Pokemaster44
Copy link

The 99x all items/all medicines cheat code doesn't say what buttons to press to activate them. When I activate the cheats & enter the game there's no max items in my bag. You should add a button command that we can press in the game like l+r etc. to activate the max items. I'm using citra & I'm on pokemon alpha sapphire.

@Slade1972
Copy link

There are no conditional codes / key codes to activate these. They're always active once set.
Given I don't play Pokemon games, does the code work for any items / medicines / etc when activated ? I'd wonder whether there are two flags that need to be set, one to indicate you own the item and one to say how many you have. Setting the "how many" to 99 won't help if the game doesn't realise you own them.

You can also check the memory locations manually. The first line in each code tells you the base / start address or offset that the cheat engine will write from. Open up the plugin (usually 'Select') and go into Tools, then Hex Editor, and go to the address and see if there are a bunch of memory locations with the value of 0x63. If there is, then the cheat "worked" (in that it wrote to the expected locations). It could be the locations changed between game versions, or the cheat may not have worked and written nothing. That last one is probably down to Citra and how it handles the plugin.

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