hiya
i wanna start making codes for super smash bros brawl EUR i wanna start with super codes. i have a usb gecko and ive installed wiird, i kind of know about breakpoints but i dont know how i get them, im a real nub to this and id really appreciate it if someone would help.
thx
Breakpoints basically tells you when things happen to a value.
A read breakpoint tells you when another address accesses you address and reads the value
i.e when your HP goes under 1, you die
address B contains HP and address A contains lives
Address A will read address B to see if it is under one, if it is it will subtract 1 life
A write breakpoint tells you when another address writes to your value
i.e same thing as above but your value is A, when you HP goes below 1 another address writes to A(-1)
A read/write breakpoint is a combination of the two
An execute breakpoint tells you when your address is executed as a line of ASM
(not too good with these, no example)
thx for the help iggly, any idea of how i find out what the breakpoint is for a move or summin like that, sry for being such a pain but hopefully ill get used to this
also can i know the application i have to use to make codes/hacks.
???
Wiird makes codes, but you said you already had that.
yes i downloaded wiird but theres loads of applications, theres:
wiirdGUI
wiirdw32
and all those power pc/gecko. im not sure which ones the right one to use to make codes
you have to use WiiRDGUI
tyvm to both of u, my questions answered