Search found 2 matches

by jan
Sun Nov 25, 2018 2:30 pm
Forum: Help and Compatibility
Topic: Lua and Memory Access Troubles
Replies: 2
Views: 8804

Re: Lua and Memory Access Troubles


CPU should refers to the two processors on the DS and should be "arm7" or "arm9". If in doubt you most likely want to use arm9. If it's to main memory as your access is it shouldn't make a difference though.

Size is the width of the memory access, which can be 8, 16, or 32 for 8-bit, 16-bit, or ...
by jan
Sun Oct 14, 2018 7:19 am
Forum: Help and Compatibility
Topic: Lua and Memory Access Troubles
Replies: 2
Views: 8804

Lua and Memory Access Troubles

Hey guys,

I recently purchased the emulator and love it. I am interested in writing some Lua scripts to add some functionality to Animal Crossing: Wild World. However, I am running into an issue with memory access. I simply want to change the item value in one of my inventory slots, but nothing ...