PyiiASMH 3 (ASM Compiler + Decompiler)
#8
(11-26-2020, 02:01 PM)Deflaktor Wrote: How can I make a simple Value Replacement?
E.g.

Write nop to 0x8007e148

Would help if the tool would come with some examples.

Cheat codes on the Wii use the Gecko Codehandler. The Handler comes with a variety of formats to use for RAM Writes, String Writes, Insert ASM, Execute ASM, etc.

https://mkwii.com/showthread.php?tid=434

This thread covers the very basic stuff.

You will want to use the 32 bit RAM Write (04XXXXXX YYYYYYYY) X = Address (not including the 0x80), and Y = Value to write.

So.. 0407E148 60000000.

The Write gets written every frame (whenever the Hook of the Handler is called; usually this is the Video Interface hook and it executes 60 times a second).

The thread I linked above is part of a thread index/series I made to help anyone go from a beginner to a decent ASM Coder for the Wii. https://mkwii.com/showthread.php?tid=1114

And thank you for joining mkwii.com!
Reply


Messages In This Thread
RE: pyiiasmh 3 - by Vega - 05-24-2020, 10:12 PM
RE: pyiiasmh 3 - by JoshuaMK - 05-24-2020, 11:57 PM
RE: PyiiASMH 3 (ASM Compiler + Decompiler) - by Vega - 11-26-2020, 03:17 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)