Gratitude
Hey thanks! I've been scripting for a little over a year ,but I have over 4 years of experience in Visual Basic, C++ , HTML, and ActionScript. You won't be disappointed! Also, here is my proof of work(NOTE:The Script is in Rubikon):
GIVE POKEMON SCRIPT
#org $script
lock
faceplayer
checkflag 0x828
if b_true goto $NOGIVE
message $ASKGIVE
boxset 5
compare LASTRESULT 0x0
if b_true goto $REFUSE
givepokemon 0x97 0x64 0x1
fanfare 0x13E
message $RECEIVEPOKE
boxset 0x4
waitfanfare
#raw 0x68
setflag 0x828
message $DEPART
boxset 0x6
release
end
#org $NOGIVE
message $NOPOKE
$NOPOKE 1 = I already gave you my Pokemon.
boxset 6
end
#org $ASKGIVE
$ASKGIVE 1 = Do you want this \nmega-awesome Pokemon?
#org $RECEIVEPOKE
$RECEIVEPOKE 1 = \v\h01 received Mew!
#org $DEPART
$DEPART 1 = Awesome! Take good\ncare of Mew for me!
#org $REFUSE
message $NOTAKE
$NOTAKE 1 = Really?\nBut it's mega-awesome...
boxset 6
end
RETURN FIRST POKEMON'S LEVEL (NOTE: This is NOT script, this is ASM)
(ANOTHER NOTE: Although this type of ASM Hack is WAY overdone, I did not steal it, I just couldn't think of anything original to hack)
.align 2
.thumb
main:
push {r0-r1, lr}
ldr r0, varone
ldr r1, firstpoke
ldrb r1, [r1]
strh r1, [r0]
pop {r0-r1,pc}
.align 2
varone:
.word 0x020270B6 + (0x800D * 2)
firstpoke:
.word 0x0202433C
So now that I'm an official Soul Hacker, can you PM me the .IPS patch and brief me on what specific things I need to do?